Refactor to use Python for building and YAML for data

This commit is contained in:
Andrew Miner
2019-12-08 21:50:58 -07:00
parent 00398847d4
commit bd4e182470
420 changed files with 11865 additions and 4671 deletions
@@ -0,0 +1,182 @@
<!DOCTYPE html>
<html>
<head>
<link href="../../style2.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe">
<section class="header">
<div class="image" style="background-image: url('./image.png')"></div>
<div class="about">
<h1>Hungarian Mushroom Beef Soup</h1>
<div class="timing">
prep 25 min,&nbsp;cook 60 min </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× 4
</div>
<div class="description">This soup combines a smooth, rich broth with soft chunks of beef and just a little bit of zing from the paprika for an absolutly luxurious overall experience whether as a stand-alone dinner or as a supplement to another dish.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil</div>
<li>
<div class="amount">
1 lb
</div>
<div class="item">stew beef</div>
</ul>
</div>
<div class="detail">Heat the oil in a large soup pot and brown the beef in batches. Set aside to cool.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">butter, unsalted</div>
<li>
<div class="amount">
1
</div>
<div class="item">onion, yellow (diced)</div>
</ul>
</div>
<div class="detail">Add butter to the soup pot and sautée the onions until soft and just starting to brown.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
4 cups
</div>
<div class="item">beef broth</div>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">dry sherry</div>
<li>
<div class="amount">
1 tbsp
</div>
<div class="item">tamari</div>
<li>
<div class="amount">
1 lb
</div>
<div class="item">mushrooms, crimini</div>
<li>
<div class="amount">
2 tsp
</div>
<div class="item">dill, fresh (minced)</div>
<li>
<div class="amount">
2 tsp
</div>
<div class="item">paprika, hungarian</div>
<li>
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
<li>
<div class="amount">
¼ tsp
</div>
<div class="item">cayenne pepper</div>
</ul>
</div>
<div class="detail">Add the broth, sherry, tamari, mushrooms and spices to the onions along with the browned meat. Bring to a boil and then reduce to a simmer for 1 hour.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
3 tbsp
</div>
<div class="item">gluten-free flour blend</div>
<li>
<div class="amount">
2 tbsp
</div>
<div class="item">butter, unsalted</div>
</ul>
</div>
<div class="detail">When the meat is nearly done simmering (about 10 min remaining), add butter to a large saucepan and heat on medium until it foams. Gradually add the flour while whisking continously, taking care to mix it in completely.
</div>
</div>
<div class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1 cup
</div>
<div class="item">milk, whole</div>
</ul>
</div>
<div class="detail">Stir in milk gradually, while continuing to whisk continuously. Take care to completely remove any lumps. Continue to whisk until the roux thickens and then add it to the soup pot.
</div>
</div>
<div class="step">
<h3>6</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 tsp
</div>
<div class="item">lemon juice</div>
<li>
<div class="amount">
1 cup
</div>
<div class="item">sour cream</div>
</ul>
</div>
<div class="detail">Once the meat is tender (after roughly an hour simmering), add the lemon juice, sour cream, and adjust the spices to taste (adding more paprika to the desired level of heat).
</div>
</div>
</section>
<section class="credits">
David Miner </section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html