summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--recipes.html1
-rw-r--r--recipes/polish_pickle_soup.html56
3 files changed, 58 insertions, 1 deletions
diff --git a/index.html b/index.html
index c4b2a5e..f8b84e0 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
<h1>Dustin Walker's Webpage</h1>
- <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">LandChad.net</a>. Go here to learn more.</p>
+ <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">LandChad.net</a>. You too can be an internet landlord, so go there to learn more.</p>
<p>No ads. No javascript. No griefing.</p>
diff --git a/recipes.html b/recipes.html
index 05fe9bc..66f4c43 100644
--- a/recipes.html
+++ b/recipes.html
@@ -22,6 +22,7 @@
<h2>Meals</h2>
<ul>
<li><a href="recipes/butternut_squash_soup.html">Butternut Squash Soup</a></li>
+ <li><a href="recipes/polish_pickle_soup.html">Polish Pickle Soup</a></li>
</ul>
</div>
<div class="column">
diff --git a/recipes/polish_pickle_soup.html b/recipes/polish_pickle_soup.html
new file mode 100644
index 0000000..6543f43
--- /dev/null
+++ b/recipes/polish_pickle_soup.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML>
+<html lang="en">
+
+ <head>
+ <title>Polish Pickle Soup</title>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"/>
+ </head>
+ <body>
+ <main>
+ <img class="icon" src="../img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
+ <h1>Polish Pickup Soup</h1>
+
+ <p>Zupa Ogórkowa - a cucumber soup utilizing the leftover brine, potatoes, and cream. Similar soups are found in other western/eastern Slavic and Baltic cooking. I like to add sausage to this one, but I don't believe it is traditional.</p>
+
+ <p>It's very important not to curdle any cream you add to the soup. It needs to be tempered to the soup's temperature before being added. Introduce small portions of the soup to the cream, stiring vigorously, until tempered, and then add all of it back into the main pot of soup.</p>
+
+ <div class="row">
+ <div class="column">
+ <h2>Ingredients</h2>
+ <ul>
+ <li>6 cup chicken broth/stock</li>
+ <li>2 lb potatoes (bite size cubes)</li>
+ <li>2 large carrots (bite size pieces)</li>
+ <li>1 shallot (diced)</li>
+ <li>1-2 leeks (thinly sliced)</li>
+ <li>1 lb (or more) smoked sausage (kielbasa, andouille, dry chorizo, etc) (halved and sliced) (optional)</li>
+ <li>1 rib of celery (halved/quartered and sliced)</li>
+ <li>6 decent sized dill pickles (shreddred or diced)</li>
+ <li>3/4 cup dill pickle juice</li>
+ <li>1 cup sour cream</li>
+ <li>fresh dill weed (optional)</li>
+ </ul>
+ </div>
+ <div class="column">
+ <h2>Instructions</h2>
+ <ol>
+ <li>In a large pot, bring broth to a boil. Add vegetables and sausage.</li>
+ <li>Reduce heat and simmer for 20 minutes.</li>
+ <li>Add pickles and pickle juice and combine well.</li>
+ <li>Temper the sour cream by mixing it with small ladles of soup, whisking constantly.</li>
+ <li>When the sour cream is tempered and matching the temperature of the soup, add it to the soup.</li>
+ <li>Serve, optionally garnishing with fresh dill.</li>
+ </ol>
+ </div>
+ </div>
+
+ <footer>
+ <a href="../index.html">Home</a> | <a href="../recipes.html">Recipes</a>
+ </footer>
+ </main>
+ </body>
+
+</html>