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
Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

+79
View File
@@ -0,0 +1,79 @@
<!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>Pommes Purée</h1>
<div class="timing">
prep 25 min,&nbsp;cook 20 min </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon vegetarian"></div>
<div class="icon serving"></div>× 6
</div>
<div class="description">These are the most superb mashed potatoes I've ever experienced. Completely smooth, indescribably rich, and perfectly creamy, these potatoes are well worth pulling the food processor out of the cupboard.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
2 lb
</div>
<div class="item">yukon potatoes</div>
</ul>
</div>
<div class="detail">Peel and chop the potatoes into 1” cubes. Rise and set aside to drain.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1⅓ cups
</div>
<div class="item">whole milk (+ a little extra)</div>
<li>
<div class="amount">
20 tbsp
</div>
<div class="item">butter</div>
<li>
<div class="amount">
2 tsp
</div>
<div class="item">salt</div>
</ul>
</div>
<div class="detail">Re-combine thoroughly, adding just enough milk to make them <i>almost</i> pourable (like a thick pudding), and bring back to temperature.
</div>
</div>
</section>
<section class="credits">
Joël Robuchon,&nbsp;
<a href="http://www.foodandwine.com/recipes/pommes-puree">http://www.foodandwine.com/recipes/pommes-puree</a>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html