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: 147 KiB

+101
View File
@@ -0,0 +1,101 @@
<!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>Buffalo Wings</h1>
<div class="timing">
prep 15 min,&nbsp;cook 2 hours </div>
<div class="icons">
<div class="icon serving"></div>× 4
</div>
<div class="description">These spicy, tangy wings are maded with the original Buffalo sauce (a strong mix of vinegar and cayenne pepper), but baked instead of deep-fried.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
20
</div>
<div class="item">chicken wings</div>
<li>
<div class="amount">
3/4 cup
</div>
<div class="item">flour</div>
<li>
<div class="amount">
1/2 tsp
</div>
<div class="item">cayenne pepper</div>
<li>
<div class="amount">
1/2 tsp
</div>
<div class="item">garlic powder</div>
<li>
<div class="amount">
1/2 tsp
</div>
<div class="item">salt</div>
</ul>
</div>
<div class="detail">Prepare a large ziploc bag with the flour and spices. Then, cover a baking sheet with aluminum foil and grease lightly with oil. A few at a time, drop the chicken wings into the bag, seal, and shake to cover the chicken. Lay out the wings on the tray as you go along. Place the tray in the refigerator for an hour to set.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
1/2 cup
</div>
<div class="item">Frank's RedHot Buffalo Sauce</div>
<li>
<div class="amount">
1/2 cup
</div>
<div class="item">butter</div>
</ul>
</div>
<div class="detail">Melt the better and hot sauce in a tall, narrow container (e.g., a coffee mug). Using tongs, dunk the wings, one at a time, and return to the baking sheet. Reserve the remaining sauce.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Pre-heat the oven to 400°F. Bake the wings for 45 minutes, turning them over mid-way. The remaining sauce can be placed in a small bowl to serve with the wings along with some ranch dressing.
</div>
</div>
</section>
<section class="credits">
Leesah,&nbsp;
<a href="https://www.allrecipes.com/recipe/166638/baked-buffalo-wings">https://www.allrecipes.com/recipe/166638/baked-buffalo-wings</a>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html
Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

@@ -0,0 +1,97 @@
<!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>Chicken Pastries</h1>
<div class="timing">
prep 15 min,&nbsp;cook 30 min </div>
<div class="icons">
<div class="icon serving"></div>× 4
</div>
<div class="description"></div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
4
</div>
<div class="item">chicken breasts</div>
<li>
<div class="amount">
4 tbsp
</div>
<div class="item">butter</div>
<li>
<div class="amount">
</div>
<div class="item">salt & pepper</div>
</ul>
</div>
<div class="detail">Preheat the oven to 375°F. Place the chicken in an oven-safe pan and cover with small slices of butter. Season with salt and pepper to taste. Cover with aluminum foil and place in the oven. Cook until the chicken breasts have reached 160°F in the centers (about 20 min)."
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Remove the chicken from the oven and allow to cool slightly. Then pull the chicken apart into shreds.
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
5 oz
</div>
<div class="item">Boursin Garlic & Herb cheese</div>
<li>
<div class="amount">
16
</div>
<div class="item">crescent roll dough wedges</div>
</ul>
</div>
<div class="detail">Cover a cookie sheet with aluminum foil. Working on at a time, take the crescent roll dough and stretch it slightly until it is roughly an equilateral triangle. Place a teaspoon of cheese in the center, and then about ¾oz of chicken. This should form a small lump in the center of the dough. Then fold up the corners over the center, and pinch any remaining openings closed. Place each pastry on the cookie sheet.
</div>
</div>
<div class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
</ul>
</div>
<div class="detail">Place the cookie sheet in the oven and cook until the tops of the pastries have turned golden brown (anywhere from 812 minutes, depending upon your oven).
</div>
</div>
</section>
<section class="credits">
Lynne Miner </section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html
Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

+95
View File
@@ -0,0 +1,95 @@
<!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>Deviled Eggs</h1>
<div class="timing">
prep 30 minutes </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon low-carb"></div>
<div class="icon serving"></div>× 6
</div>
<div class="description">Deviled eggs are one of my favorite appetizers, and very easy to make. If you like to hurry the process along, buy hard-boiled eggs from the grocery store so you can skip straight to the last step.
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
12
</div>
<div class="item">eggs</div>
</ul>
</div>
<div class="detail">Place the eggs in a medium-sized pot, cover with 1" of water, and bring to a boil over high heat. As soon as it gets to a rolling boil, turn off the heat and allow the pot to rest. While it is resting, fill a large bowl with ice and water (1 ice cube per egg). After the eggs have rested for 10 minutes, transfer them to the ice water.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
¾ tsp
</div>
<div class="item">mustard, yellow</div>
<li>
<div class="amount">
3 tbsp
</div>
<div class="item">mayonnaise</div>
<li>
<div class="amount">
1½ tsp
</div>
<div class="item">vinegar, white</div>
<li>
<div class="amount">
¼ tsp
</div>
<div class="item">Worcestershire sauce</div>
<li>
<div class="amount">
¼ tsp
</div>
<div class="item">salt</div>
<li>
<div class="amount">
¼ tsp
</div>
<div class="item">white pepper</div>
<li>
<div class="amount">
1 tsp
</div>
<div class="item">paprika</div>
</ul>
</div>
<div class="detail">Peel the eggs, and very carefully slice in half with a sharp knife. Gently pop out the yolks into mixing bowl, and set the whites aside on a platter. Add the the remaining ingredients and whisk until creamy and smooth. Transfer the mixture into a pastry bag (or a ziploc bag with a corner cut off). Gently squeeze the bag and pipe the mixture into the remaining egg halves. Dust the finished eggs with paprika.
</div>
</div>
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html