-
Notifications
You must be signed in to change notification settings - Fork 0
/
borscht.html
84 lines (83 loc) · 4.53 KB
/
borscht.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<title>Borscht</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="/javascripts/javascript.js"></script>
<style>
#wrapper {
margin-left: auto;
margin-right: auto;
width: 50%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
</style>
</head>
<body>
<div id="wrapper">
<div class="center">
<h1>Borscht</h1>
</div>
<p><a href="https://en.wikipedia.org/wiki/Borscht">Borscht</a> is an Eastern European beet soup. I followed <a href="https://www.allrecipes.com/recipe/84450/ukrainian-red-borscht-soup/">this recipe</a>, minus the meat to keep it vegetarian.</p>
<h2>Ingredients</h2>
<ul>
<li>3 medium beets, peeled and shredded</li>
<li>3 carrots, peeled and shredded</li>
<li>3 medium baking potatoes, peeled and cubed</li>
<li>1 medium onion, chopped</li>
<li>1/2 medium head cabbage, cored and shredded</li>
<li>1 tablespoon vegetable oil or olive oil</li>
<li>1 (6 ounce) can tomato paste</li>
<li>3/4 cup water</li>
<li>1 (8 ounce) can diced tomatoes, drained</li>
<li>3 cloves garlic, minced</li>
<li>Salt and pepper to taste. Be generous with the salt. The first bowl I made lacked seasoning, likely due to the amount of food yielded by this recipe.</li>
<li>Sour cream, for topping</li>
<li>Dill, for garnish</li>
</ul>
<div class="center">
<img src="/images/borscht/ingredients.jpg" alt="Ingredients organized on stovetop" height="250" />
<br />
<span><i>Ingredients organized on stovetop</i></span>
</div>
<p><strong>Note:</strong> This dish is remarkably cheap given the amount of food it makes. With every ingredient except olive oil, salt, and pepper, which I already had, it was under $20. I sprung for convenience and didn't use everything I bought so I could have made this for cheaper.</p>
<div class="center">
<img src="/images/borscht/receipt.jpg" alt="Receipt showing itemized list of ingredients and their prices" height="250" />
<br />
<span><i>Receipt showing itemized list of ingredients and their prices</i></span>
</div>
<h2>Instructions</h2>
<ol>
<li>Fill a large pot halfway with water(about 2 quarts), and bring to a boil.</li>
<li>Add the beets. The AllRecipes site says to cook until they lose their color but the beets should retain some of their color. Boiling the beets brings their color into the water and into the other ingredients as they are added. This should take 10-15 minutes.</li>
<li>Add the carrots and potatoes and cook until tender, about 15 minutes.</li>
<li>Add the cabbage, and the can of diced tomatoes.</li>
<li>While the soup is still cooking, heat the oil in a skillet over medium heat. Add the onion and cook until tender.</li>
<li>Stir in the tomato paste and water until well blended.</li>
<li>Transfer to the pot.</li>
<li>Add the raw garlic to the soup, cover, and turn off the heat. Let stand for 5 minutes. Taste, and season with salt and pepper. I did not season with sugar like the AllRecipes site called for as I didn't think it needed it.</li>
</ol>
<p>When serving, garnish with sour cream and dill. This makes a huge difference in the flavor and is fantastic. If your grocery store has it, try using <a href="https://en.wikipedia.org/wiki/Smetana_(dairy_product)">Smetana</a>. It supposedly is more authentic and has a higher milkfat content than sour cream. I used the light sour cream my grocery store carried and loved it.</p>
<p>Finished product:</p>
<div class="center">
<img src="/images/borscht/borscht.jpg" alt="Finished bowl of Borscht, garnished with sour cream and dill" height="400" />
<br />
<span><i>Finished bowl of Borscht, garnished with sour cream and dill</i></span>
</div>
<p>This recipe yields a large amount of soup for the price. The AllRecipes site says this makes 10 portions and that seems accurate and this is very filling as well. This can feed a large party or be stored to make servings for several meals.</p>
<div class="center">
<img src="/images/borscht/leftovers.jpg" alt="Leftovers filling extra large tupperware container, Cholula bottle for scale" height="250" />
<br />
<span><i>Leftovers filling extra large tupperware container, Cholula bottle for scale</i></span>
</div>
<footer>
<a href="http://robertjmccaffery.com/recipes.html">Back to Recipes</a> | <a href="http://robertjmccaffery.com/">Home</a>
</footer>
</div>
</body>
</html>