Refactor to use Python for building and YAML for data
This commit is contained in:
@@ -0,0 +1,153 @@
|
||||
<!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>Southern Buttermilk Biscuits</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep 25min, cook 10min </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon serving"></div>× 16
|
||||
</div>
|
||||
|
||||
<div class="description">pass
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Pre-heat the oven to convection bake at 450°F.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
4½ cups
|
||||
</div>
|
||||
<div class="item">flour, all-purpose</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 tsp
|
||||
</div>
|
||||
<div class="item">cream of tartar</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 tsp
|
||||
</div>
|
||||
<div class="item">baking soda</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1½ tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Combine the flour, cream of tartar, baking soda, and salt in a large mixing bowl.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
½ cup
|
||||
</div>
|
||||
<div class="item">butter (frozen, diced)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Cut the cold butter in the dry ingredients with a pastry blender until the mixture resembles pea-sized crumbs. Refrigerate for 20 min if the butter gets soft during this process.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>4</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
9 tbsp
|
||||
</div>
|
||||
<div class="item">butter (softened)</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
3 tbsp
|
||||
</div>
|
||||
<div class="item">butter (melted)</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 cups
|
||||
</div>
|
||||
<div class="item">buttermilk</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Cut the cold butter in the dry ingredients with a pastry blender until the mixture resembles pea-sized crumbs. Refrigerate for 20 min if the butter gets soft during this process.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>5</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 cups
|
||||
</div>
|
||||
<div class="item">buttermilk</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Add 1½ cups of buttermilk, stirring enough to moisten the ingredients (adding more 1 tbsp at a time, if needed).
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>6</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
9 tbsp
|
||||
</div>
|
||||
<div class="item">butter (softened)</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
3 tbsp
|
||||
</div>
|
||||
<div class="item">butter (melted)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Being careful not to overwork the dough, kneed the dough 10 times on a lightly floured surface or until the dough just holds together. Roll or pat out into a 14×10" rectangle. With the short side nearest you, spread 3 tbsp of the softened butter over the ⅔ of the surface farthest from you. Fold the dough in thirds (like a letter) by pulling the bottom over the center and then the top third over that. Expect the dough to crack during this process. Pat back into a 9×12" rectangle and repeat the same process twice more with another 3 tbsp of the softened butter each time. Finally, pat the dough out into a 1" thick rectangle. Cut the dough into 2-3" squares using a scraper and place on a lightly oiled cooking sheet about 1" apart. Brush the tops with the melted butter.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>7</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Place in the oven and bake until the tops are golden brown and firm (about 8–12 minutes).
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user