Compare commits

...

2 commits

2 changed files with 269 additions and 220 deletions

View file

@ -0,0 +1,48 @@
+++
title = "Vegane Käse-Hack-Lauchsuppe"
+++
# Vegane Käse-Hack-Lauchsuppe
Falls das mit dem Internet mal wieder alles nervt, ist es eine gute Idee etwas zu kochen.
## Das Rezept
Genau wie bei der [Anleitung zum Einrichten von Openwrt](@/how-to/openwrt-router.md) ist ein Rezept ein Modell der
Realität und entspricht normalerweise nicht dem was wirklich ist.
Es sollte stets als Wegweiser durch den Möglichkeitsraum verstanden werden.
### Zutaten
|||
| ---: | ---
| 3 Stangen | Lauch
| 300g | Sojagranulat
| 1L | Soja/Hafersahne
| 3 | Zwiebeln
| 6 Zehen | Knoblauch
| 6EL | Hefeflocken
|1 Bund | Petersilie
| | Genüsebrühe
| | Sojasauce
| | Öl
| | Salz
| | Pfeffer
| | Kümmel
| | Edelsüßes Paprika
### Umsetzung
Lauch und Zwiebeln kleinschneiden.
Zwiebeln in **reichlich Öl** anbraten, denn wie häufig bei veganem Essen, enthält hier nichts Fett außer dem Öl. Sojagranulat dazugeben auch kurz anbraten.
Hefeflocken dazu und ebenfalls kurz mitbraten. Lauch dazu und nach kurzer Zeit mit Soja/Hafergetränk ablöschen.
Mindestens 10min köcheln lassen.
Währenddessen Knoblauch und Petersilie zerkleinern.
Die Petersilie dient später als Garnitur, der Knoblauch kann sofort in die Suppe.
Abschmecken mit Sojasauce, Hefeflocken, Gemüsebrühe und den Gewürzen.
Servieren mit der Petersilie.
Have fun.
### Anmerkungen
- Soja/Hafersahne ist teuer und kann auch durch entsprechende Pflanzenmilch und Stärke ersetzt werden. #kuefastyle
- Soja enthält Sojalecithin, Sonneblumenöl enthält auch Sonnenblumenlecithine. Beides kann dabei helfen, das sich Öl und Wasser besser vermischen lassen. Um mehr Fett schön in der Suppe unterzubringen, kann es sich lohnen, beides zu verwenden.

View file

@ -1,220 +1,221 @@
/*
* Web Fonts from fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2015 Fontspring
*
*
*
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: Fontfabric
* License URL: http://www.fontspring.com/licenses/fontfabric/webfont
*
*
*/
@font-face {
font-family: 'intro_rust_gbase_2_line';
src: url('introrustg-base2line-webfont.eot');
src: url('introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'),
url('introrustg-base2line-webfont.woff2') format('woff2'),
url('introrustg-base2line-webfont.woff') format('woff'),
url('introrustg-base2line-webfont.ttf') format('truetype'),
url('introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'intro_script_rh2_base';
src: url('introscriptr-h2base-webfont.eot');
src: url('introscriptr-h2base-webfont.eot?#iefix') format('embedded-opentype'),
url('introscriptr-h2base-webfont.woff2') format('woff2'),
url('introscriptr-h2base-webfont.woff') format('woff'),
url('introscriptr-h2base-webfont.ttf') format('truetype'),
url('introscriptr-h2base-webfont.svg#intro_script_rh2_base') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'intro_head_rbase';
src: url('introheadr-base-webfont.eot');
src: url('introheadr-base-webfont.eot?#iefix') format('embedded-opentype'),
url('introheadr-base-webfont.woff2') format('woff2'),
url('introheadr-base-webfont.woff') format('woff'),
url('introheadr-base-webfont.ttf') format('truetype'),
url('introheadr-base-webfont.svg#intro_head_rbase') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background-image:url(linien1.svg);
background-repeat:no-repeat;
background-size:100% auto;
background-position:center;
background-attachment:fixed;
background-color:#3F3836;
color:#fff;
}
a:link, a:visited {
color:#fff;
}
a:hover, a:active,
a:visited:hover, a:visited:active {
background-color:#000;
}
.legal {
text-align:right;
font-size:0.8em;
text-transform:uppercase;
font-family:'intro_head_rbase',sans-serif;
letter-spacing:1px;
}
.legal a:link, .legal a:visited,
.nav a:link, .nav a:visited {
text-decoration:none;
}
.head h1 {
font-family:'intro_rust_gbase_2_line',sans-serif;
font-weight:normal;
font-size:5em;
margin:0;
}
.head h2 {
font-family:'intro_script_rh2_base',sans-serif;
font-weight:normal;
font-size:2.5em;
padding-top:1.1em;
text-align:right;
margin:0;
}
.nav ul, .nav ul li {
margin:0;
padding:0;
list-style-type:none;
display:inline;
}
.nav ul li a:link, .nav ul li a:visited {
display:block;
float:left;
background-color:#fff;
color:#3F3836;
width:10%;
margin-right:2%;
font-size:1.3em;
text-transform:uppercase;
font-family:'intro_head_rbase',sans-serif;
}
.nav ul li.last a:link, .nav ul li.last a:visited {
margin-right:0;
}
.nav ul li a:hover, .nav ul li a:visited:hover,
.nav ul li.current a:link, .nav ul li.current a:visited {
background-color:#000;
color:#fff;
}
.content {
font-family:'intro_head_rbase',sans-serif;
margin-top:2em;
}
.content h1 {
text-transform:uppercase;
margin-top:0;
font-weight:normal;
font-size:2em;
}
.content p, .content li, .content td {
font-size:1.3em;
}
.margin {
font-size:85%;
}
.margin h3{
background-color:#000;
padding:0.5em;
margin-top:0;
}
.ifl {
float:left;
margin:0.5em 0.5em 0.5em 0;
}
.ifr {
float:right;
margin:0.5em 0 0.5em 0.5em;
}
.adress ul {
list-style-type:none;
}
pre {
padding: 1em;
background-color: #008b8b70;
border-radius: 4px;
white-space: pre-wrap;
}
p code {
vertical-align: baseline;
background-color: #008b8b70;
border-radius: 4px;
padding: 1px 4px;
}
@media screen and (max-width:48em) {
.legal {
text-align:center;
margin-top:1em;
}
.head h1 {
font-size:2.5em;
text-align:center;
padding:0;
}
.head h2 {
font-size:1.5em;
text-align:center;
padding:0;
}
.nav ul li a:link, .nav ul li a:visited {
width:100%;
margin:0.2em 0;
text-align:center;
}
}
/*
* Web Fonts from fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2015 Fontspring
*
*
*
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: Fontfabric
* License URL: http://www.fontspring.com/licenses/fontfabric/webfont
*
*
*/
@font-face {
font-family: 'intro_rust_gbase_2_line';
src: url('introrustg-base2line-webfont.eot');
src: url('introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'),
url('introrustg-base2line-webfont.woff2') format('woff2'),
url('introrustg-base2line-webfont.woff') format('woff'),
url('introrustg-base2line-webfont.ttf') format('truetype'),
url('introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'intro_script_rh2_base';
src: url('introscriptr-h2base-webfont.eot');
src: url('introscriptr-h2base-webfont.eot?#iefix') format('embedded-opentype'),
url('introscriptr-h2base-webfont.woff2') format('woff2'),
url('introscriptr-h2base-webfont.woff') format('woff'),
url('introscriptr-h2base-webfont.ttf') format('truetype'),
url('introscriptr-h2base-webfont.svg#intro_script_rh2_base') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'intro_head_rbase';
src: url('introheadr-base-webfont.eot');
src: url('introheadr-base-webfont.eot?#iefix') format('embedded-opentype'),
url('introheadr-base-webfont.woff2') format('woff2'),
url('introheadr-base-webfont.woff') format('woff'),
url('introheadr-base-webfont.ttf') format('truetype'),
url('introheadr-base-webfont.svg#intro_head_rbase') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background-image:url(linien1.svg);
background-repeat:no-repeat;
background-size:100% auto;
background-position:center;
background-attachment:fixed;
background-color:#3F3836;
color:#fff;
}
a:link, a:visited {
color:#fff;
}
a:hover, a:active,
a:visited:hover, a:visited:active {
background-color:#000;
}
.legal {
text-align:right;
font-size:0.8em;
text-transform:uppercase;
font-family:'intro_head_rbase',sans-serif;
letter-spacing:1px;
}
.legal a:link, .legal a:visited,
.nav a:link, .nav a:visited {
text-decoration:none;
}
.head h1 {
font-family:'intro_rust_gbase_2_line',sans-serif;
font-weight:normal;
font-size:5em;
margin:0;
}
.head h2 {
font-family:'intro_script_rh2_base',sans-serif;
font-weight:normal;
font-size:2.5em;
padding-top:1.1em;
text-align:right;
margin:0;
}
.nav ul, .nav ul li {
margin:0;
padding:0;
list-style-type:none;
display:inline;
}
.nav ul li a:link, .nav ul li a:visited {
display:block;
float:left;
background-color:#fff;
color:#3F3836;
width:10%;
margin-right:2%;
font-size:1.3em;
text-transform:uppercase;
font-family:'intro_head_rbase',sans-serif;
}
.nav ul li.last a:link, .nav ul li.last a:visited {
margin-right:0;
}
.nav ul li a:hover, .nav ul li a:visited:hover,
.nav ul li.current a:link, .nav ul li.current a:visited {
background-color:#000;
color:#fff;
}
.content {
font-family:'intro_head_rbase',sans-serif;
margin-top:2em;
}
.content h1 {
text-transform:uppercase;
margin-top:0;
font-weight:normal;
font-size:2em;
}
.content p, .content li, .content td {
font-size:1.3rem;
}
.margin {
font-size:85%;
}
.margin h3{
background-color:#000;
padding:0.5em;
margin-top:0;
}
.ifl {
float:left;
margin:0.5em 0.5em 0.5em 0;
}
.ifr {
float:right;
margin:0.5em 0 0.5em 0.5em;
}
.adress ul {
list-style-type:none;
}
pre {
padding: 1em;
background-color: #008b8b70;
border-radius: 4px;
white-space: pre-wrap;
}
p code {
vertical-align: baseline;
background-color: #008b8b70;
border-radius: 4px;
padding: 1px 4px;
}
@media screen and (max-width:48em) {
.legal {
text-align:center;
margin-top:1em;
}
.head h1 {
font-size:2.5em;
text-align:center;
padding:0;
}
.head h2 {
font-size:1.5em;
text-align:center;
padding:0;
}
.nav ul li a:link, .nav ul li a:visited {
width:100%;
margin:0.2em 0;
text-align:center;
}
}