Modify template to include microdata

This commit is contained in:
Andrew Miner
2020-02-01 11:14:42 -07:00
parent c3e94e7370
commit 2692e9465a
77 changed files with 1600 additions and 1627 deletions
+18 -17
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Buffalo Wings</h1> <h1 itemprop="name">Buffalo Wings</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 2 hours </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">2 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </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 class="description" itemprop="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>
</div> </div>
</section> </section>
@@ -29,53 +29,53 @@ prep 15 min,&nbsp;cook 2 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
20 20
</div> </div>
<div class="item">chicken wings</div> <div class="item">chicken wings</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3/4 cup 3/4 cup
</div> </div>
<div class="item">flour</div> <div class="item">flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">Frank's RedHot Buffalo Sauce</div> <div class="item">Frank's RedHot Buffalo Sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
@@ -84,13 +84,14 @@ prep 15 min,&nbsp;cook 2 hours </div>
<ul> <ul>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Leesah,&nbsp; <span itemprop="author">Leesah</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/166638/baked-buffalo-wings">https://www.allrecipes.com/recipe/166638/baked-buffalo-wings</a> <a href="https://www.allrecipes.com/recipe/166638/baked-buffalo-wings">https://www.allrecipes.com/recipe/166638/baked-buffalo-wings</a>
</section> </section>
+17 -16
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Pastries</h1> <h1 itemprop="name">Chicken Pastries</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description"></div> <div class="description" itemprop="description"></div>
</div> </div>
</section> </section>
@@ -28,24 +28,24 @@ prep 15 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 4
</div> </div>
<div class="item">chicken breasts</div> <div class="item">chicken breasts</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
</div> </div>
<div class="item">salt & pepper</div> <div class="item">salt & pepper</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
@@ -54,26 +54,26 @@ prep 15 min,&nbsp;cook 30 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Remove the chicken from the oven and allow to cool slightly. Then pull the chicken apart into shreds. <div class="detail" itemprop="recipeInstructions">Remove the chicken from the oven and allow to cool slightly. Then pull the chicken apart into shreds.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 oz 5 oz
</div> </div>
<div class="item">Boursin Garlic & Herb cheese</div> <div class="item">Boursin Garlic & Herb cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
16 16
</div> </div>
<div class="item">crescent roll dough wedges</div> <div class="item">crescent roll dough wedges</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
@@ -82,13 +82,14 @@ prep 15 min,&nbsp;cook 30 min </div>
<ul> <ul>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Lynne Miner </section> <span itemprop="author">Lynne Miner</span>
</section>
<section class="navigation"> <section class="navigation">
<a href="../..">« Back</a> <a href="../..">« Back</a>
+16 -16
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Deviled Eggs</h1> <h1 itemprop="name">Deviled Eggs</h1>
<div class="timing"> <div class="timing">
prep 30 minutes </div> prep <span itemprop="prepTime">30 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </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 class="description" itemprop="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>
</div> </div>
</section> </section>
@@ -31,58 +31,58 @@ prep 30 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
12 12
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ tsp ¾ tsp
</div> </div>
<div class="item">mustard, yellow</div> <div class="item">mustard, yellow</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">mayonnaise</div> <div class="item">mayonnaise</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">vinegar, white</div> <div class="item">vinegar, white</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">Worcestershire sauce</div> <div class="item">Worcestershire sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">white pepper</div> <div class="item">white pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">paprika</div> <div class="item">paprika</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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>
</div> </div>
</section> </section>
+21 -21
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>French Onion Dip</h1> <h1 itemprop="name">French Onion Dip</h1>
<div class="timing"> <div class="timing">
prep 30 minutes,&nbsp;cook 30 minutes </div> prep <span itemprop="prepTime">30 minutes</span>,&nbsp;cook <span itemprop"cookTime">30 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">Stirring a packet of onion soup mix into sour cream has long been the go-to method for this popular party dip; we were determined to do better. By dicing onions instead of slicing them (more surface area) and starting them over medium heat, we create deep color and caramelized flavor in only 30 minutes. A base of sour cream and mayonnaise provides balanced flavor and creaminess, and a pinch of cayenne adds heat, while balsamic vinegar lends sweetness and mellow tang. <div class="description" itemprop="description">Stirring a packet of onion soup mix into sour cream has long been the go-to method for this popular party dip; we were determined to do better. By dicing onions instead of slicing them (more surface area) and starting them over medium heat, we create deep color and caramelized flavor in only 30 minutes. A base of sour cream and mayonnaise provides balanced flavor and creaminess, and a pinch of cayenne adds heat, while balsamic vinegar lends sweetness and mellow tang.
</div> </div>
</div> </div>
</section> </section>
@@ -32,91 +32,91 @@ prep 30 minutes,&nbsp;cook 30 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lbs 2 lbs
</div> </div>
<div class="item">onions, yellow (diced)</div> <div class="item">onions, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅛ tsp ⅛ tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a large skillet over medium heat. Add the onions, salt, pepper, and cayenne. Cook, stirring occasionally, until the onions are translucent (about 10 minutes). Reduce the heat to medium-low, and continue to cook until the onions are golden (about 10 minutes). <div class="detail" itemprop="recipeInstructions">Melt the butter in a large skillet over medium heat. Add the onions, salt, pepper, and cayenne. Cook, stirring occasionally, until the onions are translucent (about 10 minutes). Reduce the heat to medium-low, and continue to cook until the onions are golden (about 10 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
</ul> </ul>
</div> </div>
<div class="detail">Add 2 tbsp of water to the skillet, and cook, scraping up any browned bits, until the water has evaporated (about 5 minutes). Add the remaining water and cook until the onions are caramelized and the water has again evaporated (about 5 more minutes). <div class="detail" itemprop="recipeInstructions">Add 2 tbsp of water to the skillet, and cook, scraping up any browned bits, until the water has evaporated (about 5 minutes). Add the remaining water and cook until the onions are caramelized and the water has again evaporated (about 5 more minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2½ tsp 2½ tsp
</div> </div>
<div class="item">balsamic vinegar</div> <div class="item">balsamic vinegar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">sour cream</div> <div class="item">sour cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">mayonnaise</div> <div class="item">mayonnaise</div>
</ul> </ul>
</div> </div>
<div class="detail">Remove from the heat and transfer to a medium mixing bowl. Add the vinegar, and allow to cool (about 10 minutes). <div class="detail" itemprop="recipeInstructions">Remove from the heat and transfer to a medium mixing bowl. Add the vinegar, and allow to cool (about 10 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">sour cream</div> <div class="item">sour cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">mayonnaise</div> <div class="item">mayonnaise</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the sour cream and mayonnaise, and stir to combine completely. Season with salt & pepper to taste. Refrigerate for at least 30 minutes before serving. <div class="detail" itemprop="recipeInstructions">Add the sour cream and mayonnaise, and stir to combine completely. Season with salt & pepper to taste. Refrigerate for at least 30 minutes before serving.
</div> </div>
</div> </div>
</section> </section>
+21 -21
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Bagels</h1> <h1 itemprop="name">Bagels</h1>
<div class="timing"> <div class="timing">
prep 50 min,&nbsp;cook 90 min </div> prep <span itemprop="prepTime">50 min</span>,&nbsp;cook <span itemprop"cookTime">90 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">This recipe produces a perfect NY bagel (once you've gotten the hang of it). Chewy on the outside, soft on the inside, and just the right size. The only downside is that it's really something of an all-day process. <div class="description" itemprop="description">This recipe produces a perfect NY bagel (once you've gotten the hang of it). Chewy on the outside, soft on the inside, and just the right size. The only downside is that it's really something of an all-day process.
</div> </div>
</div> </div>
</section> </section>
@@ -30,62 +30,62 @@ prep 50 min,&nbsp;cook 90 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1¼ cup 1¼ cup
</div> </div>
<div class="item">water (~ 115°F)</div> <div class="item">water (~ 115°F)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1¼ tbsp 1¼ tbsp
</div> </div>
<div class="item">sugar (granulated)</div> <div class="item">sugar (granulated)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1¼ tsp 1¼ tsp
</div> </div>
<div class="item">yeast (active dry)</div> <div class="item">yeast (active dry)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the sugar and yeast to the warm water and set aside without stirring. Leave it to rest while you proceed with the next steps. <div class="detail" itemprop="recipeInstructions">Add the sugar and yeast to the warm water and set aside without stirring. Leave it to rest while you proceed with the next steps.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
500 g 500 g
</div> </div>
<div class="item">flour (all purpose)</div> <div class="item">flour (all purpose)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">water (~ 115°F)</div> <div class="item">water (~ 115°F)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix the flour and salt in a large mixing bowl. Make a small depression in the center of the flour and gently pour in the yeast mixture. Mix until you produce a moist but firm dough, adding in more water a tbsp at a time as needed to keep it from drying out. <div class="detail" itemprop="recipeInstructions">Mix the flour and salt in a large mixing bowl. Make a small depression in the center of the flour and gently pour in the yeast mixture. Mix until you produce a moist but firm dough, adding in more water a tbsp at a time as needed to keep it from drying out.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
25 g 25 g
</div> </div>
<div class="item">flour (all purpose)</div> <div class="item">flour (all purpose)</div>
</ul> </ul>
</div> </div>
<div class="detail">On a lightly floured surface, kneed the dough until it is smooth and elastic, while working in enough flour to make the dough somewhat stiff. <div class="detail" itemprop="recipeInstructions">On a lightly floured surface, kneed the dough until it is smooth and elastic, while working in enough flour to make the dough somewhat stiff.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -94,26 +94,26 @@ prep 50 min,&nbsp;cook 90 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Fill a large pot with water about 3" deep and bring to a boil. Preheat your oven to 425°F. While these things are in progress, divide the dough into 8 equal portions using a scale. Shape each portion into a ball. With a flour-coated finger, poke a hole in the ball and form into a bagel shape. <div class="detail" itemprop="recipeInstructions">Fill a large pot with water about 3" deep and bring to a boil. Preheat your oven to 425°F. While these things are in progress, divide the dough into 8 equal portions using a scale. Shape each portion into a ball. With a flour-coated finger, poke a hole in the ball and form into a bagel shape.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
~ ~
</div> </div>
<div class="item">coarse salt, caraway seeds, fennel seeds, poppy seeds, etc.</div> <div class="item">coarse salt, caraway seeds, fennel seeds, poppy seeds, etc.</div>
</ul> </ul>
</div> </div>
<div class="detail">Reduce the water to a simmer. Using a slotted spoon, drop each bagel in the water and boil for 1-2 min on each side (longer for a chewier bagel). When finished, place the bagels on a lightly-oiled cooking sheet. Coat each bagel with an egg wash and add sprinkle on your favorite toppings. <div class="detail" itemprop="recipeInstructions">Reduce the water to a simmer. Using a slotted spoon, drop each bagel in the water and boil for 1-2 min on each side (longer for a chewier bagel). When finished, place the bagels on a lightly-oiled cooking sheet. Coat each bagel with an egg wash and add sprinkle on your favorite toppings.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -122,7 +122,7 @@ prep 50 min,&nbsp;cook 90 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Bake until golden brown and the toppings just start to singe. Cool on a drying rack. <div class="detail" itemprop="recipeInstructions">Bake until golden brown and the toppings just start to singe. Cool on a drying rack.
</div> </div>
</div> </div>
</section> </section>
+23 -23
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Challah</h1> <h1 itemprop="name">Challah</h1>
<div class="timing"> <div class="timing">
prep 35 min,&nbsp;cook 3 hours </div> prep <span itemprop="prepTime">35 min</span>,&nbsp;cook <span itemprop"cookTime">3 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 16 <div class="icon serving"></div>× <span itemprop="recipeYield">16</span>
</div> </div>
<div class="description">Challah is a light, rich bread traditionally served as part of Jewish Friday night sabbath dinner. This recipe produces two loaves in a simple three-strand braid. You can increase the number of braids for firmer bread with more crust. <div class="description" itemprop="description">Challah is a light, rich bread traditionally served as part of Jewish Friday night sabbath dinner. This recipe produces two loaves in a simple three-strand braid. You can increase the number of braids for firmer bread with more crust.
</div> </div>
</div> </div>
</section> </section>
@@ -30,67 +30,67 @@ prep 35 min,&nbsp;cook 3 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ packets 1½ packets
</div> </div>
<div class="item">active dry yeast</div> <div class="item">active dry yeast</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">sugar</div> <div class="item">sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1⅓ cups 1⅓ cups
</div> </div>
<div class="item">water (115°F)</div> <div class="item">water (115°F)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a mixing large bowl, dissolve the yeast and sugar in the water. Do not stir, but set aside to allow it to mix until the top turns foamy (about 5 min). While this is happening, preheat the oven to its lowest setting. <div class="detail" itemprop="recipeInstructions">In a mixing large bowl, dissolve the yeast and sugar in the water. Do not stir, but set aside to allow it to mix until the top turns foamy (about 5 min). While this is happening, preheat the oven to its lowest setting.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 5
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">sugar</div> <div class="item">sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Using a whish attachment in a standing mixer, add the olive oil, eggs, sugar and salt one at a time, allowing each to be mixed fully before adding the next. <div class="detail" itemprop="recipeInstructions">Using a whish attachment in a standing mixer, add the olive oil, eggs, sugar and salt one at a time, allowing each to be mixed fully before adding the next.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 cups 8 cups
</div> </div>
<div class="item">all-purpose flour</div> <div class="item">all-purpose flour</div>
</ul> </ul>
</div> </div>
<div class="detail">Switch to a blade attachment, and slowly add the flour about a ¼ cup at a time, allowing each new addition to be completely mixed before adding the next. Continue mixing until the dough forms a single ball (5-10 min). The switch to a dough hook, and continue to kneed until the dough is smooth an elastic. <div class="detail" itemprop="recipeInstructions">Switch to a blade attachment, and slowly add the flour about a ¼ cup at a time, allowing each new addition to be completely mixed before adding the next. Continue mixing until the dough forms a single ball (5-10 min). The switch to a dough hook, and continue to kneed until the dough is smooth an elastic.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -99,7 +99,7 @@ prep 35 min,&nbsp;cook 3 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">On a lightly floured surface, knead the dough by hand until smooth and completely integrated into a single ball. Place this into a bowl which is much larger than the dough ball and cover with a damp towel. Turn off the oven, and put the bowl inside to rise. The dough should roughly double in size over the course of an hour. Then punch down the dough, re-form into a ball, place return to the oven to rise again for about 30 min. <div class="detail" itemprop="recipeInstructions">On a lightly floured surface, knead the dough by hand until smooth and completely integrated into a single ball. Place this into a bowl which is much larger than the dough ball and cover with a damp towel. Turn off the oven, and put the bowl inside to rise. The dough should roughly double in size over the course of an hour. Then punch down the dough, re-form into a ball, place return to the oven to rise again for about 30 min.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -108,31 +108,31 @@ prep 35 min,&nbsp;cook 3 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Divide the dough into six equal portions. Roll each one out into a strand about 12" long and 1½" in diameter. Braid three at a time into two loaves, taking care to pinch the ends together firmly. Place both loaves on a baking sheet covered with parchment paper and place into the refrigerator to rise again for about an hour. Pre-heat the oven to 375°F. <div class="detail" itemprop="recipeInstructions">Divide the dough into six equal portions. Roll each one out into a strand about 12" long and 1½" in diameter. Braid three at a time into two loaves, taking care to pinch the ends together firmly. Place both loaves on a baking sheet covered with parchment paper and place into the refrigerator to rise again for about an hour. Pre-heat the oven to 375°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">milk (whole)</div> <div class="item">milk (whole)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">caraway seeds</div> <div class="item">caraway seeds</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix the egg and milk in a small bowl. Brush the mixture over the two loaves of bread, and then sprinkle the caraway seeds over the top. Pop them into the oven and bake until the tops are golden brown (about 20-30 min). <div class="detail" itemprop="recipeInstructions">Mix the egg and milk in a small bowl. Brush the mixture over the two loaves of bread, and then sprinkle the caraway seeds over the top. Pop them into the oven and bake until the tops are golden brown (about 20-30 min).
</div> </div>
</div> </div>
</section> </section>
+20 -20
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Fluffy Pancakes</h1> <h1 itemprop="name">Fluffy Pancakes</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 5 min </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">5 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 2 <div class="icon serving"></div>× <span itemprop="recipeYield">2</span>
</div> </div>
<div class="description">These are the fluffiest, thickest, most delicious pancakes I've ever had. The batter should wind up very, very thick, so don't be surprised if it's more the consistency of yogurt rather than cream. <div class="description" itemprop="description">These are the fluffiest, thickest, most delicious pancakes I've ever had. The batter should wind up very, very thick, so don't be surprised if it's more the consistency of yogurt rather than cream.
</div> </div>
</div> </div>
</section> </section>
@@ -30,72 +30,72 @@ prep 10 min,&nbsp;cook 5 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3/4 cups 3/4 cups
</div> </div>
<div class="item">milk</div> <div class="item">milk</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">white vinegar</div> <div class="item">white vinegar</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the milk and vinegar in a medium bowl and set aside to sour. <div class="detail" itemprop="recipeInstructions">Combine the milk and vinegar in a medium bowl and set aside to sour.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">all-purpose flour</div> <div class="item">all-purpose flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">white sugar</div> <div class="item">white sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">baking powder</div> <div class="item">baking powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">baking soda</div> <div class="item">baking soda</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the dry ingredients in a medium bowl and whisk together throughly. <div class="detail" itemprop="recipeInstructions">Combine the dry ingredients in a medium bowl and whisk together throughly.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
</ul> </ul>
</div> </div>
<div class="detail"></div> <div class="detail" itemprop="recipeInstructions"></div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
@@ -103,7 +103,7 @@ prep 10 min,&nbsp;cook 5 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a small dish, and then whisk it and the egg into the wet ingredients. Then, slowly add the dry ingredients a little at a time, stopping to whisk each small portion in completely before adding any more. <div class="detail" itemprop="recipeInstructions">Melt the butter in a small dish, and then whisk it and the egg into the wet ingredients. Then, slowly add the dry ingredients a little at a time, stopping to whisk each small portion in completely before adding any more.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -112,7 +112,7 @@ prep 10 min,&nbsp;cook 5 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Heat a large skillet over medium heat (300°F for an electric skillet). Scoop ¼ cup of the batter at a time to form each pancake. Cook each until bubble just start to form around the edges and then turn them over. Remove from the heat after lightly browned. <div class="detail" itemprop="recipeInstructions">Heat a large skillet over medium heat (300°F for an electric skillet). Scoop ¼ cup of the batter at a time to form each pancake. Cook each until bubble just start to form around the edges and then turn them over. Remove from the heat after lightly browned.
</div> </div>
</div> </div>
</section> </section>
+11 -11
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Gluten-Free Flour</h1> <h1 itemprop="name">Gluten-Free Flour</h1>
<div class="timing"> <div class="timing">
prep 5 min </div> prep <span itemprop="prepTime">5 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
</div> </div>
<div class="description">This gluten-free flour recipe serves well for most general-purpose cooking needs in thickening soups, making roux, and similar uses. It works adequetely for deep-frying, but doesn't replace the real thing for baking, pie crusts, etc. <div class="description" itemprop="description">This gluten-free flour recipe serves well for most general-purpose cooking needs in thickening soups, making roux, and similar uses. It works adequetely for deep-frying, but doesn't replace the real thing for baking, pie crusts, etc.
</div> </div>
</div> </div>
</section> </section>
@@ -30,34 +30,34 @@ prep 5 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
24 oz 24 oz
</div> </div>
<div class="item">white rice flour</div> <div class="item">white rice flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
7½ oz 7½ oz
</div> </div>
<div class="item">brown rice flour</div> <div class="item">brown rice flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
7 oz 7 oz
</div> </div>
<div class="item">potato starch</div> <div class="item">potato starch</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 oz 3 oz
</div> </div>
<div class="item">tapioca starch</div> <div class="item">tapioca starch</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ oz ¾ oz
</div> </div>
<div class="item">nonfat dry milk powder</div> <div class="item">nonfat dry milk powder</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix all the ingredients and store, refrigerated, in an airtight container. <div class="detail" itemprop="recipeInstructions">Mix all the ingredients and store, refrigerated, in an airtight container.
</div> </div>
</div> </div>
</section> </section>
+20 -20
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Pizza</h1> <h1 itemprop="name">Pizza</h1>
<div class="timing"> <div class="timing">
prep 2-3 days,&nbsp;cook 10 min </div> prep <span itemprop="prepTime">2-3 days</span>,&nbsp;cook <span itemprop"cookTime">10 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 12 <div class="icon serving"></div>× <span itemprop="recipeYield">12</span>
</div> </div>
<div class="description">This recipe will give you a classic NY-style pizza, but a huge part of the final result is going to come down to the quality of tomato sauce, cheese and toppings you choose... so choose wisely! <div class="description" itemprop="description">This recipe will give you a classic NY-style pizza, but a huge part of the final result is going to come down to the quality of tomato sauce, cheese and toppings you choose... so choose wisely!
</div> </div>
</div> </div>
</section> </section>
@@ -31,57 +31,57 @@ prep 2-3 days,&nbsp;cook 10 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
500 g 500 g
</div> </div>
<div class="item">water (110°F115°F)</div> <div class="item">water (110°F115°F)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3½ g 3½ g
</div> </div>
<div class="item">instant dry yeast</div> <div class="item">instant dry yeast</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 g 8 g
</div> </div>
<div class="item">sugar</div> <div class="item">sugar</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the yeast and sugar to the water without stirring and wait about 5 minutes. <div class="detail" itemprop="recipeInstructions">Add the yeast and sugar to the water without stirring and wait about 5 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
800 g 800 g
</div> </div>
<div class="item">bread flour (King Arthur's)</div> <div class="item">bread flour (King Arthur's)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
16 g 16 g
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir the yeast mixture. In a separate bowl, combine the salt and flour. Gradually incorporate the flour mixture into the water until fully mixed. <div class="detail" itemprop="recipeInstructions">Stir the yeast mixture. In a separate bowl, combine the salt and flour. Gradually incorporate the flour mixture into the water until fully mixed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the oil and knead the dough, ensuring that the dough ends up between 75°F80°F. Divide the dough into 3 equal portions and store in the refrigerator in an oiled ziploc bag. It should be allowed to rise slowly over 23 days before use. Freeze if not used in that time. <div class="detail" itemprop="recipeInstructions">Add the oil and knead the dough, ensuring that the dough ends up between 75°F80°F. Divide the dough into 3 equal portions and store in the refrigerator in an oiled ziploc bag. It should be allowed to rise slowly over 23 days before use. Freeze if not used in that time.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -90,7 +90,7 @@ prep 2-3 days,&nbsp;cook 10 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Preheat a pizza stone in the oven to 550°F (this can take up to an hour). <div class="detail" itemprop="recipeInstructions">Preheat a pizza stone in the oven to 550°F (this can take up to an hour).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -99,26 +99,26 @@ prep 2-3 days,&nbsp;cook 10 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Open up each portion of dough as described <a href='https://youtu.be/GtAeKM_f2WU'>here</a>, taking care not to de-gas the crust. Finish by spreading the dough on two overlapping pieces of parchment paper dusted with flour. <div class="detail" itemprop="recipeInstructions">Open up each portion of dough as described <a href='https://youtu.be/GtAeKM_f2WU'>here</a>, taking care not to de-gas the crust. Finish by spreading the dough on two overlapping pieces of parchment paper dusted with flour.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 cups 6 cups
</div> </div>
<div class="item">tomato purée (2 per pizza)</div> <div class="item">tomato purée (2 per pizza)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
12 oz 12 oz
</div> </div>
<div class="item">mozzerella cheese, shredded (4 per pizza)</div> <div class="item">mozzerella cheese, shredded (4 per pizza)</div>
</ul> </ul>
</div> </div>
<div class="detail">Apply sauce, cheese, and your preferred toppings to each of the pizzas. Then, carefully slide the parchment paper with one pizza onto the hot stone, and then slide the parchment paper away, leaving the dough directly on the stone. Return to the oven and bake until the cheese is bubbling and the crust begins to turn golden brown (46 min). Repeat for the remaining pizzas. <div class="detail" itemprop="recipeInstructions">Apply sauce, cheese, and your preferred toppings to each of the pizzas. Then, carefully slide the parchment paper with one pizza onto the hot stone, and then slide the parchment paper away, leaving the dough directly on the stone. Return to the oven and bake until the cheese is bubbling and the crust begins to turn golden brown (46 min). Repeat for the remaining pizzas.
</div> </div>
</div> </div>
</section> </section>
+28 -28
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Rosemary Dinner Rolls</h1> <h1 itemprop="name">Rosemary Dinner Rolls</h1>
<div class="timing"> <div class="timing">
prep 25 min,&nbsp;cook 2 hours </div> prep <span itemprop="prepTime">25 min</span>,&nbsp;cook <span itemprop"cookTime">2 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">These dinner rolls are firm, but light, and ever so delicately taste of rosemary. <div class="description" itemprop="description">These dinner rolls are firm, but light, and ever so delicately taste of rosemary.
</div> </div>
</div> </div>
</section> </section>
@@ -30,95 +30,95 @@ prep 25 min,&nbsp;cook 2 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 packet 1 packet
</div> </div>
<div class="item">active dry yeast</div> <div class="item">active dry yeast</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 cup 1/4 cup
</div> </div>
<div class="item">water (110°F115°F)</div> <div class="item">water (110°F115°F)</div>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 200°F, and then immediately turn it off. Add the yeast to the warm water and stir gently. Set it aside until it is foamy (about 5 min). <div class="detail" itemprop="recipeInstructions">Preheat the oven to 200°F, and then immediately turn it off. Add the yeast to the warm water and stir gently. Set it aside until it is foamy (about 5 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">milk (whole)</div> <div class="item">milk (whole)</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a saucepan, and then add the milk. <div class="detail" itemprop="recipeInstructions">Melt the butter in a saucepan, and then add the milk.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">all-purpose flour</div> <div class="item">all-purpose flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">honey</div> <div class="item">honey</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">rosemary (powdered)</div> <div class="item">rosemary (powdered)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">In a mixing bowl, combine the flour, honey, salt, rosemary with the yeast mixture and milk mixture. Mix using the lowest setting until fully blended. <div class="detail" itemprop="recipeInstructions">In a mixing bowl, combine the flour, honey, salt, rosemary with the yeast mixture and milk mixture. Mix using the lowest setting until fully blended.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cups 1/2 cups
</div> </div>
<div class="item">all-purpose flour</div> <div class="item">all-purpose flour</div>
</ul> </ul>
</div> </div>
<div class="detail">Replace the mixing blade with a dough hook and continue to knead on low. Add more flour 1 tbsp at a time until a single ball forms. Allow the kneading to continue until the dough appears slightly wet (about 5 minutes). <div class="detail" itemprop="recipeInstructions">Replace the mixing blade with a dough hook and continue to knead on low. Add more flour 1 tbsp at a time until a single ball forms. Allow the kneading to continue until the dough appears slightly wet (about 5 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Lightly coat the dough ball with olive oil, and place it in a clean bowl. Cover the top of the bowl with a damp towel and place in the oven to rise. Wait until it has approximately doubled in size (about 90 minutes). <div class="detail" itemprop="recipeInstructions">Lightly coat the dough ball with olive oil, and place it in a clean bowl. Cover the top of the bowl with a damp towel and place in the oven to rise. Wait until it has approximately doubled in size (about 90 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -127,31 +127,31 @@ prep 25 min,&nbsp;cook 2 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Remove the dough from the oven. Pre-heat to 200° again, and again turn it off as soon as it has gotten to temperature. Split the dough into 16 equal portions and place them about 1\" apart on a cooking sheet. <div class="detail" itemprop="recipeInstructions">Remove the dough from the oven. Pre-heat to 200° again, and again turn it off as soon as it has gotten to temperature. Split the dough into 16 equal portions and place them about 1\" apart on a cooking sheet.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>7</h3> <h3>7</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">milk (whole)</div> <div class="item">milk (whole)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tsp 4 tsp
</div> </div>
<div class="item">caraway seeds</div> <div class="item">caraway seeds</div>
</ul> </ul>
</div> </div>
<div class="detail"></div> <div class="detail" itemprop="recipeInstructions"></div>
</div> </div>
<div class="step"> <div class="step">
<h3>8</h3> <h3>8</h3>
@@ -159,7 +159,7 @@ prep 25 min,&nbsp;cook 2 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Mix the egg and milk in a small bowl. Lightly brush the tops of each dough ball with the mixture and then sprinkle with caraway seeds. Cover with a damp towel and place back in the oven to rise until about doubled in size (about 30 minutes). <div class="detail" itemprop="recipeInstructions">Mix the egg and milk in a small bowl. Lightly brush the tops of each dough ball with the mixture and then sprinkle with caraway seeds. Cover with a damp towel and place back in the oven to rise until about doubled in size (about 30 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -168,7 +168,7 @@ prep 25 min,&nbsp;cook 2 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Remove the rolls, and pre-heat the oven to 375°F. Once the oven is back at temperature, cook the rolls until the tops are golden brown (about 20 minutes). <div class="detail" itemprop="recipeInstructions">Remove the rolls, and pre-heat the oven to 375°F. Once the oven is back at temperature, cook the rolls until the tops are golden brown (about 20 minutes).
</div> </div>
</div> </div>
</section> </section>
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Southern Buttermilk Biscuits</h1> <h1 itemprop="name">Southern Buttermilk Biscuits</h1>
<div class="timing"> <div class="timing">
prep 25min,&nbsp;cook 10min </div> prep <span itemprop="prepTime">25min</span>,&nbsp;cook <span itemprop"cookTime">10min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 16 <div class="icon serving"></div>× <span itemprop="recipeYield">16</span>
</div> </div>
<div class="description">pass <div class="description" itemprop="description">pass
</div> </div>
</div> </div>
</section> </section>
@@ -31,107 +31,107 @@ prep 25min,&nbsp;cook 10min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to convection bake at 450°F. <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to convection bake at 450°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4½ cups 4½ cups
</div> </div>
<div class="item">flour, all-purpose</div> <div class="item">flour, all-purpose</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">cream of tartar</div> <div class="item">cream of tartar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">baking soda</div> <div class="item">baking soda</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the flour, cream of tartar, baking soda, and salt in a large mixing bowl. <div class="detail" itemprop="recipeInstructions">Combine the flour, cream of tartar, baking soda, and salt in a large mixing bowl.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">butter (frozen, diced)</div> <div class="item">butter (frozen, diced)</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
9 tbsp 9 tbsp
</div> </div>
<div class="item">butter (softened)</div> <div class="item">butter (softened)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter (melted)</div> <div class="item">butter (melted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">buttermilk</div> <div class="item">buttermilk</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">buttermilk</div> <div class="item">buttermilk</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">Add 1½ cups of buttermilk, stirring enough to moisten the ingredients (adding more 1 tbsp at a time, if needed).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
9 tbsp 9 tbsp
</div> </div>
<div class="item">butter (softened)</div> <div class="item">butter (softened)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter (melted)</div> <div class="item">butter (melted)</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
@@ -140,7 +140,7 @@ prep 25min,&nbsp;cook 10min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Place in the oven and bake until the tops are golden brown and firm (about 812 minutes). <div class="detail" itemprop="recipeInstructions">Place in the oven and bake until the tops are golden brown and firm (about 812 minutes).
</div> </div>
</div> </div>
</section> </section>
+19 -18
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Eggnog</h1> <h1 itemprop="name">Eggnog</h1>
<div class="timing"> <div class="timing">
prep 15 min </div> prep <span itemprop="prepTime">15 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">This makes a very lovely, rich eggnog (with or without the alcohol), but you'll definitely want a mixer for it! <div class="description" itemprop="description">This makes a very lovely, rich eggnog (with or without the alcohol), but you'll definitely want a mixer for it!
</div> </div>
</div> </div>
</section> </section>
@@ -32,62 +32,62 @@ prep 15 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 4
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
</ul> </ul>
</div> </div>
<div class="detail">In a mixer bowl, beat the egg yolks until the lighten in color. Set aside the whites for later. <div class="detail" itemprop="recipeInstructions">In a mixer bowl, beat the egg yolks until the lighten in color. Set aside the whites for later.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/3 cup 1/3 cup
</div> </div>
<div class="item">sugar (white)</div> <div class="item">sugar (white)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">milk (whole)</div> <div class="item">milk (whole)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 oz 3 oz
</div> </div>
<div class="item">bourbon</div> <div class="item">bourbon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">nutmeg (ground)</div> <div class="item">nutmeg (ground)</div>
</ul> </ul>
</div> </div>
<div class="detail">Turn the mixer on low, and gradually add the sugar while beating until it is fully dissolved. Stop the mixer and add the milk, cream, bourbon, and nutmeg. Stir well to combine. <div class="detail" itemprop="recipeInstructions">Turn the mixer on low, and gradually add the sugar while beating until it is fully dissolved. Stop the mixer and add the milk, cream, bourbon, and nutmeg. Stir well to combine.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">sugar (white)</div> <div class="item">sugar (white)</div>
</ul> </ul>
</div> </div>
<div class="detail">Using a mixer, but with a separate bowl, beat the egg whites until they form soft peaks. Gradually add the sugar while the mixer is still running until stiff peaks form. <div class="detail" itemprop="recipeInstructions">Using a mixer, but with a separate bowl, beat the egg whites until they form soft peaks. Gradually add the sugar while the mixer is still running until stiff peaks form.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -96,13 +96,14 @@ prep 15 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Mix the two bowls together, stirring to combine them fully. Chill before serving. <div class="detail" itemprop="recipeInstructions">Mix the two bowls together, stirring to combine them fully. Chill before serving.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Alton Brown,&nbsp; <span itemprop="author">Alton Brown</span>
,&nbsp;
<a href="https://www.foodnetwork.com/recipes/alton-brown/eggnog-recipe2-2013745">https://www.foodnetwork.com/recipes/alton-brown/eggnog-recipe2-2013745</a> <a href="https://www.foodnetwork.com/recipes/alton-brown/eggnog-recipe2-2013745">https://www.foodnetwork.com/recipes/alton-brown/eggnog-recipe2-2013745</a>
</section> </section>
+15 -14
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Limoncello</h1> <h1 itemprop="name">Limoncello</h1>
<div class="timing"> <div class="timing">
prep 30 min,&nbsp;cook 7 days </div> prep <span itemprop="prepTime">30 min</span>,&nbsp;cook <span itemprop"cookTime">7 days</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 32 <div class="icon serving"></div>× <span itemprop="recipeYield">32</span>
</div> </div>
<div class="description">One of the most delightful treats when travelling in Italy is to have fresh Limoncello available after nearly every meal! Fortunately, it's quite simple to make your own at home, so you can always have it available there as well. <div class="description" itemprop="description">One of the most delightful treats when travelling in Italy is to have fresh Limoncello available after nearly every meal! Fortunately, it's quite simple to make your own at home, so you can always have it available there as well.
</div> </div>
</div> </div>
</section> </section>
@@ -30,38 +30,38 @@ prep 30 min,&nbsp;cook 7 days </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 10
</div> </div>
<div class="item">lemons (fresh)</div> <div class="item">lemons (fresh)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
750 ml 750 ml
</div> </div>
<div class="item">pure alcohol (e.g., Everclear)</div> <div class="item">pure alcohol (e.g., Everclear)</div>
</ul> </ul>
</div> </div>
<div class="detail">Using a microplane zester, remove the zest from all the lemons, and drop into a sealable, glass jar. Leave the jar to steep for a week at room temperature in an out-of-the-way location. <div class="detail" itemprop="recipeInstructions">Using a microplane zester, remove the zest from all the lemons, and drop into a sealable, glass jar. Leave the jar to steep for a week at room temperature in an out-of-the-way location.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3½ cups 3½ cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2½ cups 2½ cups
</div> </div>
<div class="item">white sugar</div> <div class="item">white sugar</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the water and sugar mixture until all the sugar has been completely absorbed. Allow the water to return to room temperature and then pour into the jar with the alcohol and lemon mixture. Allow to steep again overnight. <div class="detail" itemprop="recipeInstructions">Heat the water and sugar mixture until all the sugar has been completely absorbed. Allow the water to return to room temperature and then pour into the jar with the alcohol and lemon mixture. Allow to steep again overnight.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -70,13 +70,14 @@ prep 30 min,&nbsp;cook 7 days </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Strain the final mixture through a fine mesh (e.g., cheesecloth, paper towel, etc.) until all the pieces of lemon zest have been completely removed, and only liquid remains. For storage, pour into bottles with an airtight stopper. <div class="detail" itemprop="recipeInstructions">Strain the final mixture through a fine mesh (e.g., cheesecloth, paper towel, etc.) until all the pieces of lemon zest have been completely removed, and only liquid remains. For storage, pour into bottles with an airtight stopper.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Glada De Laurentils,&nbsp; <span itemprop="author">Glada De Laurentils</span>
,&nbsp;
<a href="https://www.foodnetwork.com/recipes/giada-de-laurentiis/limoncello-recipe-1916618">https://www.foodnetwork.com/recipes/giada-de-laurentiis/limoncello-recipe-1916618</a> <a href="https://www.foodnetwork.com/recipes/giada-de-laurentiis/limoncello-recipe-1916618">https://www.foodnetwork.com/recipes/giada-de-laurentiis/limoncello-recipe-1916618</a>
</section> </section>
+16 -16
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>BBQ Pork Ribs</h1> <h1 itemprop="name">BBQ Pork Ribs</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 2—2½ hours </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">2—2½ hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">This receipe really depends upon the BBQ sauce you use to determine the outcome. I personally prefer something a little smokey and sweet, but feel free to use whatever suites you best. To stay gluten-free, just be sure to read the ingredients in your BBQ sauce as some use flour for thickening. <div class="description" itemprop="description">This receipe really depends upon the BBQ sauce you use to determine the outcome. I personally prefer something a little smokey and sweet, but feel free to use whatever suites you best. To stay gluten-free, just be sure to read the ingredients in your BBQ sauce as some use flour for thickening.
</div> </div>
</div> </div>
</section> </section>
@@ -31,39 +31,39 @@ prep 20 min,&nbsp;cook 2—2½ hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 lbs 4 lbs
</div> </div>
<div class="item">pork ribs</div> <div class="item">pork ribs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3/4 cup 3/4 cup
</div> </div>
<div class="item">light brown sugar</div> <div class="item">light brown sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">paprika</div> <div class="item">paprika</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">hickory smoke salt</div> <div class="item">hickory smoke salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the ribs into portions of 2-3 ribs each, and lay flat on a portion of aluminum foil large enough to completely cover it. Mix the sugar and spaces together and apply evenly to each portion. when finished, place them all in the refrigerator overnight to marinade. <div class="detail" itemprop="recipeInstructions">Cut the ribs into portions of 2-3 ribs each, and lay flat on a portion of aluminum foil large enough to completely cover it. Mix the sugar and spaces together and apply evenly to each portion. when finished, place them all in the refrigerator overnight to marinade.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -72,21 +72,21 @@ prep 20 min,&nbsp;cook 2—2½ hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 300°F. Fill a large roasting pan with about ½" of water and place the meat packets on a rack above the level of the water. Place the whole thing in the oven and roast until the meat starts to peel away from the bones (about 2—2½ hours). <div class="detail" itemprop="recipeInstructions">Preheat the oven to 300°F. Fill a large roasting pan with about ½" of water and place the meat packets on a rack above the level of the water. Place the whole thing in the oven and roast until the meat starts to peel away from the bones (about 2—2½ hours).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">BBQ sauce</div> <div class="item">BBQ sauce</div>
</ul> </ul>
</div> </div>
<div class="detail">Open all the meat packets and place the meat on a cooking sheet. Brush each with a liberal covering of BBQ sauce and then return to the oven on high broil until the sauce has just started to sear (3-4 minutes). <div class="detail" itemprop="recipeInstructions">Open all the meat packets and place the meat on a cooking sheet. Brush each with a liberal covering of BBQ sauce and then return to the oven on high broil until the sauce has just started to sear (3-4 minutes).
</div> </div>
</div> </div>
</section> </section>
+40 -40
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Beef Bourguignon</h1> <h1 itemprop="name">Beef Bourguignon</h1>
<div class="timing"> <div class="timing">
prep 45 min,&nbsp;cook 3-4 hours </div> prep <span itemprop="prepTime">45 min</span>,&nbsp;cook <span itemprop"cookTime">3-4 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">Adapted from Julia Child's famous recipe, this rich and extravagant beef stew is absolutely worth work required! <div class="description" itemprop="description">Adapted from Julia Child's famous recipe, this rich and extravagant beef stew is absolutely worth work required!
</div> </div>
</div> </div>
</section> </section>
@@ -31,192 +31,192 @@ prep 45 min,&nbsp;cook 3-4 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 lbs 3 lbs
</div> </div>
<div class="item">stew beef</div> <div class="item">stew beef</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 oz 6 oz
</div> </div>
<div class="item">thick-cut bacon</div> <div class="item">thick-cut bacon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the bacon into ½” x 2” strips and sauté in olive oil in a cast-iron skillet over medium heat. When lightly browned, set the bacon aside while leaving the grease in the skillet. Raise the temperature until almost smoking and lightly brown the beef in small batches and set aside with the bacon. <div class="detail" itemprop="recipeInstructions">Cut the bacon into ½” x 2” strips and sauté in olive oil in a cast-iron skillet over medium heat. When lightly browned, set the bacon aside while leaving the grease in the skillet. Raise the temperature until almost smoking and lightly brown the beef in small batches and set aside with the bacon.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
24 None 24 None
</div> </div>
<div class="item">onions (small</div> <div class="item">onions (small</div>
</ul> </ul>
</div> </div>
<div class="detail">Partially cook the onions until soft and translucent with just a touch of singing around the edges. Set them aside in a small bowl to be used later. <div class="detail" itemprop="recipeInstructions">Partially cook the onions until soft and translucent with just a touch of singing around the edges. Set them aside in a small bowl to be used later.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">mushrooms (brown)</div> <div class="item">mushrooms (brown)</div>
</ul> </ul>
</div> </div>
<div class="detail">Partially cook the mushrooms in the same skillet using the bacon grease and drippings from the meat until they've just started to reduce and have soaked up the remaining bacon grease. Then, set them aside to be used later <div class="detail" itemprop="recipeInstructions">Partially cook the mushrooms in the same skillet using the bacon grease and drippings from the meat until they've just started to reduce and have soaked up the remaining bacon grease. Then, set them aside to be used later
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">flour</div> <div class="item">flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 375°F. Return the beef and bacon to the cast-iron skillet and toss with the salt, pepper, and flour. Cover and place in the oven to cook all the way through, tossing once in the middle. (about 8 min total) <div class="detail" itemprop="recipeInstructions">Preheat the oven to 375°F. Return the beef and bacon to the cast-iron skillet and toss with the salt, pepper, and flour. Cover and place in the oven to cook all the way through, tossing once in the middle. (about 8 min total)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 sprigs 4 sprigs
</div> </div>
<div class="item">parsley</div> <div class="item">parsley</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 leaf 1/2 leaf
</div> </div>
<div class="item">bay leaf</div> <div class="item">bay leaf</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 tsp 1/4 tsp
</div> </div>
<div class="item">thyme</div> <div class="item">thyme</div>
</ul> </ul>
</div> </div>
<div class="detail">Create a herb bouquet by crushing the various herbs by hand and wrapping them in cheese cloth. Tie off the bundle with some string to close, and be sure to leave plenty of extra string. <div class="detail" itemprop="recipeInstructions">Create a herb bouquet by crushing the various herbs by hand and wrapping them in cheese cloth. Tie off the bundle with some string to close, and be sure to leave plenty of extra string.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">red wine</div> <div class="item">red wine</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 + 1/2 cups 2 + 1/2 cups
</div> </div>
<div class="item">beef stock</div> <div class="item">beef stock</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">tomato paste</div> <div class="item">tomato paste</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cloves 2 cloves
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">thyme</div> <div class="item">thyme</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 None 1 None
</div> </div>
<div class="item">bay leaf</div> <div class="item">bay leaf</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large soup pot, combine the meat with the red wine, tomato paste, herbs, herb bouquet, and enough beef stock to just cover the meat. Bring to a simmer on the stovetop and cook until the meat is soft and crumbling, stirring occasionally. (3-4 hours) <div class="detail" itemprop="recipeInstructions">In a large soup pot, combine the meat with the red wine, tomato paste, herbs, herb bouquet, and enough beef stock to just cover the meat. Bring to a simmer on the stovetop and cook until the meat is soft and crumbling, stirring occasionally. (3-4 hours)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>7</h3> <h3>7</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cups 1/2 cups
</div> </div>
<div class="item">beef stock</div> <div class="item">beef stock</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">pepper</div> <div class="item">pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">With about 30 min remaining on the previous step, add butter and olive oil to the cast-iron skillet. Once the butter foams, add the reserved onions and sautée over medium heat until the onions are evenly browned, taking care not to break their skins. Add the beef stock, salt, and black pepper. Simmer until the onions are tender and the liquid has evaporated. Set the onions aside. <div class="detail" itemprop="recipeInstructions">With about 30 min remaining on the previous step, add butter and olive oil to the cast-iron skillet. Once the butter foams, add the reserved onions and sautée over medium heat until the onions are evenly browned, taking care not to break their skins. Add the beef stock, salt, and black pepper. Simmer until the onions are tender and the liquid has evaporated. Set the onions aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>8</h3> <h3>8</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Clean the skillet and heat another portion of butter and olive oil over high heat. Once the butter foams, add the mushrooms. Sautée until soft and translucent. Set the mushrooms aside. <div class="detail" itemprop="recipeInstructions">Clean the skillet and heat another portion of butter and olive oil over high heat. Once the butter foams, add the mushrooms. Sautée until soft and translucent. Set the mushrooms aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -225,7 +225,7 @@ prep 45 min,&nbsp;cook 3-4 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Once the meat is finished cooking, discard the herb bouquet, and strain the meat while retaining the liquid. Place the meat in a large serving dish, and add first the mushrooms and then the onions on top. Cover, and set aside in the oven (turned off) to keep warm. <div class="detail" itemprop="recipeInstructions">Once the meat is finished cooking, discard the herb bouquet, and strain the meat while retaining the liquid. Place the meat in a large serving dish, and add first the mushrooms and then the onions on top. Cover, and set aside in the oven (turned off) to keep warm.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -234,7 +234,7 @@ prep 45 min,&nbsp;cook 3-4 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Reduce the retained liquids in a large saucepan over high heat. Skim the fat from the top as it rises. Continue to simmer until the sauce has the consistency of heavy cream. When finished, gently add the sauce to the serving dish. (about 20 min) <div class="detail" itemprop="recipeInstructions">Reduce the retained liquids in a large saucepan over high heat. Skim the fat from the top as it rises. Continue to simmer until the sauce has the consistency of heavy cream. When finished, gently add the sauce to the serving dish. (about 20 min)
</div> </div>
</div> </div>
</section> </section>
+19 -18
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Beef Brisket</h1> <h1 itemprop="name">Beef Brisket</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 3 hours </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">3 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">This is the classic beef brisket my Jewish grandmother would serve us every Passover. <div class="description" itemprop="description">This is the classic beef brisket my Jewish grandmother would serve us every Passover.
</div> </div>
</div> </div>
</section> </section>
@@ -30,58 +30,58 @@ prep 10 min,&nbsp;cook 3 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 lb 4 lb
</div> </div>
<div class="item">beef brisket</div> <div class="item">beef brisket</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large Dutch oven, sear the brisket on all sides over a medium-high heat until uniformly browned on all sides. <div class="detail" itemprop="recipeInstructions">In a large Dutch oven, sear the brisket on all sides over a medium-high heat until uniformly browned on all sides.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ cup 1½ cup
</div> </div>
<div class="item">grape jelly</div> <div class="item">grape jelly</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">ketchup</div> <div class="item">ketchup</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">vinegar</div> <div class="item">vinegar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">onions (yellow)</div> <div class="item">onions (yellow)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the remaining ingredients. Cover and allow to simmer until the brisket is tender and pulls apart easily with a fork (23 hours). <div class="detail" itemprop="recipeInstructions">Stir in the remaining ingredients. Cover and allow to simmer until the brisket is tender and pulls apart easily with a fork (23 hours).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -90,13 +90,14 @@ prep 10 min,&nbsp;cook 3 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Allow the brisket to cool, and then slice against the grain of the meat. Lay out the slices in a 9x13" dish and smother with the remaining gravy. <div class="detail" itemprop="recipeInstructions">Allow the brisket to cool, and then slice against the grain of the meat. Lay out the slices in a 9x13" dish and smother with the remaining gravy.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Louise,&nbsp; <span itemprop="author">Louise</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/212741/jewish-style-sweet-and-sour-brisket/">https://www.allrecipes.com/recipe/212741/jewish-style-sweet-and-sour-brisket/</a> <a href="https://www.allrecipes.com/recipe/212741/jewish-style-sweet-and-sour-brisket/">https://www.allrecipes.com/recipe/212741/jewish-style-sweet-and-sour-brisket/</a>
</section> </section>
+33 -32
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Beef Stroganoff</h1> <h1 itemprop="name">Beef Stroganoff</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 60 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">60 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">The sauce from this recipe is just amazing... rich, creamy, spicy, tangy... a little bit of everything wonderful. This is traditionally served over egg noodles, but it works fine on its own, too. <div class="description" itemprop="description">The sauce from this recipe is just amazing... rich, creamy, spicy, tangy... a little bit of everything wonderful. This is traditionally served over egg noodles, but it works fine on its own, too.
</div> </div>
</div> </div>
</section> </section>
@@ -31,125 +31,125 @@ prep 20 min,&nbsp;cook 60 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lb 2 lb
</div> </div>
<div class="item">beef (stew meat)</div> <div class="item">beef (stew meat)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">red wine</div> <div class="item">red wine</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Place the beef in a large bowl with the other ingredients. Mix thoroughly and place in the refigerator to marinade while you proceed with the next steps. <div class="detail" itemprop="recipeInstructions">Place the beef in a large bowl with the other ingredients. Mix thoroughly and place in the refigerator to marinade while you proceed with the next steps.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 None 1 None
</div> </div>
<div class="item">yellow onion</div> <div class="item">yellow onion</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cloves 3 cloves
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a medium skillet. Add the onions and garlic and sautée until golden and transparent, but not yet brown. Set aside in a large bowl. <div class="detail" itemprop="recipeInstructions">Melt the butter in a medium skillet. Add the onions and garlic and sautée until golden and transparent, but not yet brown. Set aside in a large bowl.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the oil in the same skillet. Remove the meat from the bowl, but reserve the remaining marinade. Pat the beef dry, and then lightly brown in batches. Set aside when finished. <div class="detail" itemprop="recipeInstructions">Heat the oil in the same skillet. Remove the meat from the bowl, but reserve the remaining marinade. Pat the beef dry, and then lightly brown in batches. Set aside when finished.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">mushrooms (sliced)</div> <div class="item">mushrooms (sliced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Using the again emptied skillet, melt more butter and add in the mushrooms. Sautée until reduced in size and golden. Set these aside separately from the meat and onions. <div class="detail" itemprop="recipeInstructions">Using the again emptied skillet, melt more butter and add in the mushrooms. Sautée until reduced in size and golden. Set these aside separately from the meat and onions.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 cup 1/4 cup
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 cup 1/4 cup
</div> </div>
<div class="item">gluten-free flour (or all-purpose)</div> <div class="item">gluten-free flour (or all-purpose)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 + 1/3 cups 1 + 1/3 cups
</div> </div>
<div class="item">beef broth</div> <div class="item">beef broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">Worcestershire sauce</div> <div class="item">Worcestershire sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">yellow mustard</div> <div class="item">yellow mustard</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
</ul> </ul>
</div> </div>
<div class="detail">In the same skillet, melt even more butter. Work the flour in a little at a time with a whisk until everything is completely mixed and little pellets start to form. Next, slowly add the beef broth while continuing to whisk constantly. Bring to a boil, and then reduce to a simmer. Finally, add the reserved marinade, Worcestershire sauce, mustard, and red pepper flakes. <div class="detail" itemprop="recipeInstructions">In the same skillet, melt even more butter. Work the flour in a little at a time with a whisk until everything is completely mixed and little pellets start to form. Next, slowly add the beef broth while continuing to whisk constantly. Bring to a boil, and then reduce to a simmer. Finally, add the reserved marinade, Worcestershire sauce, mustard, and red pepper flakes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -158,32 +158,33 @@ prep 20 min,&nbsp;cook 60 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Combine everything except the mushrooms in a medium stock pot, mix well, bring to a boil, and reduce to a low simmer. Leave to cook for at least 45 min. Cook uncovered until the sauce thickens to the desired consistency, then cover for the remaining time. <div class="detail" itemprop="recipeInstructions">Combine everything except the mushrooms in a medium stock pot, mix well, bring to a boil, and reduce to a low simmer. Leave to cook for at least 45 min. Cook uncovered until the sauce thickens to the desired consistency, then cover for the remaining time.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>7</h3> <h3>7</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/3 cup 1/3 cup
</div> </div>
<div class="item">sour cream</div> <div class="item">sour cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 oz 3 oz
</div> </div>
<div class="item">cream cheese</div> <div class="item">cream cheese</div>
</ul> </ul>
</div> </div>
<div class="detail">Once the beef it tender, add in the mushrooms, sour cream, and cream cheese. Mix carefully and adjust seasoning as needed. <div class="detail" itemprop="recipeInstructions">Once the beef it tender, add in the mushrooms, sour cream, and cream cheese. Mix carefully and adjust seasoning as needed.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
SANFRANCOOK,&nbsp; <span itemprop="author">SANFRANCOOK</span>
,&nbsp;
<a href="http://allrecipes.com/recipe/219046/rich-and-creamy-beef-stroganoff">http://allrecipes.com/recipe/219046/rich-and-creamy-beef-stroganoff</a> <a href="http://allrecipes.com/recipe/219046/rich-and-creamy-beef-stroganoff">http://allrecipes.com/recipe/219046/rich-and-creamy-beef-stroganoff</a>
</section> </section>
+35 -34
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Butter Chicken</h1> <h1 itemprop="name">Butter Chicken</h1>
<div class="timing"> <div class="timing">
prep 35 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">35 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">This is a fairly simple Indian dish which turns out a large amount of amazingly spiced chicken with fairly little effort. Our first time, we doubled the recipe and used pre-cut chunks of chicken, and it was tasty both the day of and for several days afterward. <div class="description" itemprop="description">This is a fairly simple Indian dish which turns out a large amount of amazingly spiced chicken with fairly little effort. Our first time, we doubled the recipe and used pre-cut chunks of chicken, and it was tasty both the day of and for several days afterward.
</div> </div>
</div> </div>
</section> </section>
@@ -32,165 +32,166 @@ prep 35 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 lbs 3 lbs
</div> </div>
<div class="item">chicken thighs, on the bone</div> <div class="item">chicken thighs, on the bone</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ cups 1½ cups
</div> </div>
<div class="item">greek yogurt (full-fat)</div> <div class="item">greek yogurt (full-fat)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">garam masala</div> <div class="item">garam masala</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">cumin (ground)</div> <div class="item">cumin (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tbsp 1½ tbsp
</div> </div>
<div class="item">tumeric (ground)</div> <div class="item">tumeric (ground)</div>
</ul> </ul>
</div> </div>
<div class="detail">Whisk the yogurt, lemon juice, tumeric, garam masala, and cumin in a large bowl. Add the chicken and coat throughly with the marinade. Cover and place in the refrigerator overnight <div class="detail" itemprop="recipeInstructions">Whisk the yogurt, lemon juice, tumeric, garam masala, and cumin in a large bowl. Add the chicken and coat throughly with the marinade. Cover and place in the refrigerator overnight
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 lb 1/4 lb
</div> </div>
<div class="item">butter (unsalted)</div> <div class="item">butter (unsalted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tsp 4 tsp
</div> </div>
<div class="item">vegetable oil</div> <div class="item">vegetable oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 None 2 None
</div> </div>
<div class="item">onions (yellow</div> <div class="item">onions (yellow</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cloves 4 cloves
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">ginger (peeled</div> <div class="item">ginger (peeled</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">cumin seeds</div> <div class="item">cumin seeds</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large pan, over medium heat, melt the butter until it starts to foam. Add the onions and cook until translucent. Add garlic, ginger, and cumin seeds. Continue to cook until the onions start to brown. <div class="detail" itemprop="recipeInstructions">In a large pan, over medium heat, melt the butter until it starts to foam. Add the onions and cook until translucent. Add garlic, ginger, and cumin seeds. Continue to cook until the onions start to brown.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 stick 1 stick
</div> </div>
<div class="item">cinnamon</div> <div class="item">cinnamon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">tomatoes (diced)</div> <div class="item">tomatoes (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">red chilies (e.g., jalapeño)</div> <div class="item">red chilies (e.g., jalapeño)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
None None
</div> </div>
<div class="item">kosher salt</div> <div class="item">kosher salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the cinnamon stick, tomatoes, chilies, and salt. Cook until the chilies are soft. <div class="detail" itemprop="recipeInstructions">Add the cinnamon stick, tomatoes, chilies, and salt. Cook until the chilies are soft.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3/4 cup 3/4 cup
</div> </div>
<div class="item">chicken stock</div> <div class="item">chicken stock</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the chicken and marinade to a large pan, and cook until heated through. Add the chicken stock, and bring to a boil. Reduce the heat and simmer, uncovered, for 30 minutes. <div class="detail" itemprop="recipeInstructions">Add the chicken and marinade to a large pan, and cook until heated through. Add the chicken stock, and bring to a boil. Reduce the heat and simmer, uncovered, for 30 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ cups 1½ cups
</div> </div>
<div class="item">cream</div> <div class="item">cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tbsp 1½ tbsp
</div> </div>
<div class="item">tomato paste</div> <div class="item">tomato paste</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the cream and tomato paste. Simmer until completely mixed and heated through. <div class="detail" itemprop="recipeInstructions">Stir in the cream and tomato paste. Simmer until completely mixed and heated through.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">almonds (slivered)</div> <div class="item">almonds (slivered)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">cilantro</div> <div class="item">cilantro</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the almonds and cook until softened. Add the cilantro as a garnish and serve. <div class="detail" itemprop="recipeInstructions">Add the almonds and cook until softened. Add the cilantro as a garnish and serve.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Sam Sifton, NYTimes Cooking Section,&nbsp; <span itemprop="author">Sam Sifton, NYTimes Cooking Section</span>
,&nbsp;
<a href="https://cooking.nytimes.com/recipes/1016754-butter-chicken">https://cooking.nytimes.com/recipes/1016754-butter-chicken</a> <a href="https://cooking.nytimes.com/recipes/1016754-butter-chicken">https://cooking.nytimes.com/recipes/1016754-butter-chicken</a>
</section> </section>
+32 -31
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Cheese Soufflé</h1> <h1 itemprop="name">Cheese Soufflé</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 35 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">35 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This cheese soufflé turns out a fluffy, slightly salty, cheese delight! <div class="description" itemprop="description">This cheese soufflé turns out a fluffy, slightly salty, cheese delight!
</div> </div>
</div> </div>
</section> </section>
@@ -31,150 +31,151 @@ prep 20 min,&nbsp;cook 35 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">parmesean cheese</div> <div class="item">parmesean cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
</div> </div>
<div class="item">olive oil spray</div> <div class="item">olive oil spray</div>
</ul> </ul>
</div> </div>
<div class="detail">Adjust oven rack to the middle position pre-heat to 350°F. Spray an 8” soufflé dish with a light coating of oil, and then sprinkle with parmesean cheese. <div class="detail" itemprop="recipeInstructions">Adjust oven rack to the middle position pre-heat to 350°F. Spray an 8” soufflé dish with a light coating of oil, and then sprinkle with parmesean cheese.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">flour (white</div> <div class="item">flour (white</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">paprika</div> <div class="item">paprika</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅛ tsp ⅛ tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅛ tsp ⅛ tsp
</div> </div>
<div class="item">white pepper</div> <div class="item">white pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 pinch 1 pinch
</div> </div>
<div class="item">nutneg</div> <div class="item">nutneg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">butter (unsalted)</div> <div class="item">butter (unsalted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1⅓ cup 1⅓ cup
</div> </div>
<div class="item">milk (whole)</div> <div class="item">milk (whole)</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the flour, salt, and spices in a bowl. Melt the butter in a saucepan over medium-high heat. Stir in the flour mixture and cook until golden. Slowly pour in the milk while whisking slowly and bring to a simmer. Cook, whiskly constantly, until the thickened and smooth. <div class="detail" itemprop="recipeInstructions">Combine the flour, salt, and spices in a bowl. Melt the butter in a saucepan over medium-high heat. Stir in the flour mixture and cook until golden. Slowly pour in the milk while whisking slowly and bring to a simmer. Cook, whiskly constantly, until the thickened and smooth.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 oz 6 oz
</div> </div>
<div class="item">Gruyère cheese</div> <div class="item">Gruyère cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 tbsp 5 tbsp
</div> </div>
<div class="item">parmesean cheese</div> <div class="item">parmesean cheese</div>
</ul> </ul>
</div> </div>
<div class="detail">Remove the saucepan from the heat and mix in the cheese until melted and smooth (about 5min). Let cool for about 10min. <div class="detail" itemprop="recipeInstructions">Remove the saucepan from the heat and mix in the cheese until melted and smooth (about 5min). Let cool for about 10min.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 6
</div> </div>
<div class="item">egg yolks</div> <div class="item">egg yolks</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">parsley (minced)</div> <div class="item">parsley (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Whisk in the egg yolks and parsley. <div class="detail" itemprop="recipeInstructions">Whisk in the egg yolks and parsley.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 6
</div> </div>
<div class="item">egg whites</div> <div class="item">egg whites</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">cream of tartar</div> <div class="item">cream of tartar</div>
</ul> </ul>
</div> </div>
<div class="detail">Using a standing mixer with a whisk, whip the egg whites and cream of tartar on medium-low foamy (about 1min). Increase to medium-high speed, and whip until stiff peaks form (34min). Add cheese mixture and continue to whip until fully combined (15sec). <div class="detail" itemprop="recipeInstructions">Using a standing mixer with a whisk, whip the egg whites and cream of tartar on medium-low foamy (about 1min). Increase to medium-high speed, and whip until stiff peaks form (34min). Add cheese mixture and continue to whip until fully combined (15sec).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">parmesean cheese</div> <div class="item">parmesean cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">parsley (minced)</div> <div class="item">parsley (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Pour the mixture into the soufflé dish and sprinkle with remaining parmesean cheese. Bake until risen well above the edge of the dish with a golden-brown top and an interior temperature of at least 170°F (3035min). Sprinkle the parsley on top. <div class="detail" itemprop="recipeInstructions">Pour the mixture into the soufflé dish and sprinkle with remaining parmesean cheese. Bake until risen well above the edge of the dish with a golden-brown top and an interior temperature of at least 170°F (3035min). Sprinkle the parsley on top.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Cook's Illustrated,&nbsp; <span itemprop="author">Cook's Illustrated</span>
,&nbsp;
<a href="https://www.cooksillustrated.com/recipes/7670">https://www.cooksillustrated.com/recipes/7670</a> <a href="https://www.cooksillustrated.com/recipes/7670">https://www.cooksillustrated.com/recipes/7670</a>
</section> </section>
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Breasts with Caper Cream Sauce</h1> <h1 itemprop="name">Chicken Breasts with Caper Cream Sauce</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 10 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">10 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This is a quick, easy way to bring some creamy, salty richness to plain chicken breasts. <div class="description" itemprop="description">This is a quick, easy way to bring some creamy, salty richness to plain chicken breasts.
</div> </div>
</div> </div>
</section> </section>
@@ -31,67 +31,67 @@ prep 20 min,&nbsp;cook 10 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 None 4 None
</div> </div>
<div class="item">chicken breasts (boneless</div> <div class="item">chicken breasts (boneless</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">lemon pepper</div> <div class="item">lemon pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">dill weed</div> <div class="item">dill weed</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
</ul> </ul>
</div> </div>
<div class="detail">Season the chicken breasts with the lemon pepper, salt, dill weed, and garlic powder and set aside. <div class="detail" itemprop="recipeInstructions">Season the chicken breasts with the lemon pepper, salt, dill weed, and garlic powder and set aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a large skillet over medium heat. Sautée the chicken over medium-high heat until browned evenly all over. Then reduce the heat and cook until the chicken is 170°F in the center (510 min). <div class="detail" itemprop="recipeInstructions">Melt the butter in a large skillet over medium heat. Sautée the chicken over medium-high heat until browned evenly all over. Then reduce the heat and cook until the chicken is 170°F in the center (510 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">whipping cream</div> <div class="item">whipping cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">capers</div> <div class="item">capers</div>
</ul> </ul>
</div> </div>
<div class="detail">Set the chicken aside on a serving platter, and add the whipping cream to the skillet. Stir continuously until the sauce thickens. Stir in the capers, then pour over the chicken to serve. <div class="detail" itemprop="recipeInstructions">Set the chicken aside on a serving platter, and add the whipping cream to the skillet. Stir continuously until the sauce thickens. Stir in the capers, then pour over the chicken to serve.
</div> </div>
</div> </div>
</section> </section>
+21 -21
View File
@@ -5,20 +5,20 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Cordon Bleu</h1> <h1 itemprop="name">Chicken Cordon Bleu</h1>
<div class="timing"> <div class="timing">
prep 25 min,&nbsp;cook 40 min </div> prep <span itemprop="prepTime">25 min</span>,&nbsp;cook <span itemprop"cookTime">40 min</span> </div>
<div class="icons"> <div class="icons">
</div> </div>
<div class="description">This classic dish provides a delightful mixture of flavors and textures, although its a bit of work to get it. <div class="description" itemprop="description">This classic dish provides a delightful mixture of flavors and textures, although its a bit of work to get it.
</div> </div>
</div> </div>
</section> </section>
@@ -30,98 +30,98 @@ prep 25 min,&nbsp;cook 40 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 400°F. <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 400°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 slices 8 slices
</div> </div>
<div class="item">ham</div> <div class="item">ham</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 slices 8 slices
</div> </div>
<div class="item">swiss cheese (2" lardons)</div> <div class="item">swiss cheese (2" lardons)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">thyme</div> <div class="item">thyme</div>
</ul> </ul>
</div> </div>
<div class="detail">Place slivers of cheese in the center of a piece of ham and sprinkle with the salt, pepper, and thyme. Roll up each slice and put aside. <div class="detail" itemprop="recipeInstructions">Place slivers of cheese in the center of a piece of ham and sprinkle with the salt, pepper, and thyme. Roll up each slice and put aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 None 8 None
</div> </div>
<div class="item">chicken breasts (skinless</div> <div class="item">chicken breasts (skinless</div>
</ul> </ul>
</div> </div>
<div class="detail">Place each chicken breast between two pieces of parchment paper and pound with a meat hammer until about ¼" thick. Wrap each chicken breast around a a ham and cheese roll and pin closed with toothpicks. <div class="detail" itemprop="recipeInstructions">Place each chicken breast between two pieces of parchment paper and pound with a meat hammer until about ¼" thick. Wrap each chicken breast around a a ham and cheese roll and pin closed with toothpicks.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">butter (melted)</div> <div class="item">butter (melted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">cornflakes (crushed)</div> <div class="item">cornflakes (crushed)</div>
</ul> </ul>
</div> </div>
<div class="detail">Place the chicken breasts in a baking dish and brush with butter. Coat with the crushed cornflakes. Bake at 400°F until the chicken has reached 170°F at the center (about 40 min). <div class="detail" itemprop="recipeInstructions">Place the chicken breasts in a baking dish and brush with butter. Coat with the crushed cornflakes. Bake at 400°F until the chicken has reached 170°F at the center (about 40 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 oz 10 oz
</div> </div>
<div class="item">cream of chicken soup</div> <div class="item">cream of chicken soup</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">sour cream</div> <div class="item">sour cream</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix the soup, lemon juice, and sour cream in a small saucepan. Simmer over a low heat until heated all the way through. Pour over the cooked checken breasts and serve. <div class="detail" itemprop="recipeInstructions">Mix the soup, lemon juice, and sour cream in a small saucepan. Simmer over a low heat until heated all the way through. Pour over the cooked checken breasts and serve.
</div> </div>
</div> </div>
</section> </section>
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Marsala Florentine</h1> <h1 itemprop="name">Chicken Marsala Florentine</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This is a gorgeous chicken dish with sun-dried tomatoes, spinach, and mushrooms. The amazing blend of flavors and textures is out of this world! <div class="description" itemprop="description">This is a gorgeous chicken dish with sun-dried tomatoes, spinach, and mushrooms. The amazing blend of flavors and textures is out of this world!
</div> </div>
</div> </div>
</section> </section>
@@ -29,92 +29,93 @@ prep 10 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 4
</div> </div>
<div class="item">chicken breasts</div> <div class="item">chicken breasts</div>
</ul> </ul>
</div> </div>
<div class="detail">Place chicken breasts between two layers of parchment paper and flatten with a meat mallet until each piece is less than a half inch thick. <div class="detail" itemprop="recipeInstructions">Place chicken breasts between two layers of parchment paper and flatten with a meat mallet until each piece is less than a half inch thick.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 cup 1/4 cup
</div> </div>
<div class="item">flour (white</div> <div class="item">flour (white</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">oregano (dried)</div> <div class="item">oregano (dried)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
</div> </div>
<div class="item">salt & pepper (to taste)</div> <div class="item">salt & pepper (to taste)</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the flour and spices in a shallow dish, and dredge the chicken through the mixture so that each piece is completely covered. <div class="detail" itemprop="recipeInstructions">Combine the flour and spices in a shallow dish, and dredge the chicken through the mixture so that each piece is completely covered.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the oil on high in a skillet, and fry each piece of chicken until completely cooked and golden on both sides (160°F). Add more oil as needed. Once cooked, set the chicken aside in a warm place. <div class="detail" itemprop="recipeInstructions">Heat the oil on high in a skillet, and fry each piece of chicken until completely cooked and golden on both sides (160°F). Add more oil as needed. Once cooked, set the chicken aside in a warm place.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3/4 cup 3/4 cup
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">marsala wine</div> <div class="item">marsala wine</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">mushrooms (brown)</div> <div class="item">mushrooms (brown)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3/4 cups 3/4 cups
</div> </div>
<div class="item">sun-dried tomatoes</div> <div class="item">sun-dried tomatoes</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">spinach</div> <div class="item">spinach</div>
</ul> </ul>
</div> </div>
<div class="detail">Using the same skillet, melt the butter and add in the wine, mushrooms, and tomatoes. Cook until the mushrooms as soft (about 10 min). Add the spinach and cook until the spinach has turned soft (about a minute or two). Serve the vegetables and sauce over the chicken. <div class="detail" itemprop="recipeInstructions">Using the same skillet, melt the butter and add in the wine, mushrooms, and tomatoes. Cook until the mushrooms as soft (about 10 min). Add the spinach and cook until the spinach has turned soft (about a minute or two). Serve the vegetables and sauce over the chicken.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
SHANOU,&nbsp; <span itemprop="author">SHANOU</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine">https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine</a> <a href="https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine">https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine</a>
</section> </section>
+18 -17
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Parmesan</h1> <h1 itemprop="name">Chicken Parmesan</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">A delicious Italian breaded chicken smothered with cheese and tomato-based pasta sauce! <div class="description" itemprop="description">A delicious Italian breaded chicken smothered with cheese and tomato-based pasta sauce!
</div> </div>
</div> </div>
</section> </section>
@@ -29,68 +29,69 @@ prep 15 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 6
</div> </div>
<div class="item">chicken breasts (skinless</div> <div class="item">chicken breasts (skinless</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">Parmesean cheese (finely grated)</div> <div class="item">Parmesean cheese (finely grated)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
7 oz 7 oz
</div> </div>
<div class="item">bread crumbs (very finely crumbled)</div> <div class="item">bread crumbs (very finely crumbled)</div>
</ul> </ul>
</div> </div>
<div class="detail">Pour beaten eggs into a shallow dish. Mix the bread crumbs and cheese in another shallow dish. After washing and drying the chicken breasts, dredge them first in the egg, and then in the bread crumb mixture. Place aside on parchment paper. <div class="detail" itemprop="recipeInstructions">Pour beaten eggs into a shallow dish. Mix the bread crumbs and cheese in another shallow dish. After washing and drying the chicken breasts, dredge them first in the egg, and then in the bread crumb mixture. Place aside on parchment paper.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">vegetable oil</div> <div class="item">vegetable oil</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large skillet, heat oil over medium-high heat. When hot, add the chicken and saute until golden brown on both sides and the chicken is cooked through (about 810 minutes per side). <div class="detail" itemprop="recipeInstructions">In a large skillet, heat oil over medium-high heat. When hot, add the chicken and saute until golden brown on both sides and the chicken is cooked through (about 810 minutes per side).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
12 oz 12 oz
</div> </div>
<div class="item">pasta sauce</div> <div class="item">pasta sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 slices 6 slices
</div> </div>
<div class="item">Monterey Jack cheese</div> <div class="item">Monterey Jack cheese</div>
</ul> </ul>
</div> </div>
<div class="detail">Pour tomato sauce into an oven-safe dish just big enough to hold the chicken. Place the chicken on top of the sauce, and place a slice of cheese over each breast. Cook at 375°F until the cheese has melted and just started to brown (about 20 minutes). <div class="detail" itemprop="recipeInstructions">Pour tomato sauce into an oven-safe dish just big enough to hold the chicken. Place the chicken on top of the sauce, and place a slice of cheese over each breast. Cook at 375°F until the cheese has melted and just started to brown (about 20 minutes).
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
vero_cn81,&nbsp; <span itemprop="author">vero_cn81</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan">https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan</a> <a href="https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan">https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan</a>
</section> </section>
+25 -25
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Pot Pie</h1> <h1 itemprop="name">Chicken Pot Pie</h1>
<div class="timing"> <div class="timing">
prep 25 min,&nbsp;cook 10 min </div> prep <span itemprop="prepTime">25 min</span>,&nbsp;cook <span itemprop"cookTime">10 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This recipe produce a sumptous filling for a chicken pot pie, delightfully tinged with dry sherry for a unique flavor. <div class="description" itemprop="description">This recipe produce a sumptous filling for a chicken pot pie, delightfully tinged with dry sherry for a unique flavor.
</div> </div>
</div> </div>
</section> </section>
@@ -30,119 +30,119 @@ prep 25 min,&nbsp;cook 10 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">celery stalk (diced)</div> <div class="item">celery stalk (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">carrots (thinly sliced)</div> <div class="item">carrots (thinly sliced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a large cast-iron pan. Then add the vegetables, salt and pepper and cook until soft. <div class="detail" itemprop="recipeInstructions">Melt the butter in a large cast-iron pan. Then add the vegetables, salt and pepper and cook until soft.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">tomato paste</div> <div class="item">tomato paste</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">thyme (dried)</div> <div class="item">thyme (dried)</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the tomato paste and thyme and cook until browned. <div class="detail" itemprop="recipeInstructions">Stir in the tomato paste and thyme and cook until browned.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">gluten-free flour</div> <div class="item">gluten-free flour</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the flour and cook until golden. <div class="detail" itemprop="recipeInstructions">Stir in the flour and cook until golden.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cup 2 cup
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
</ul> </ul>
</div> </div>
<div class="detail">Slowly whisk in the chicken broth and continue to mix until a smooth sauce has formed. <div class="detail" itemprop="recipeInstructions">Slowly whisk in the chicken broth and continue to mix until a smooth sauce has formed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ lbs 1½ lbs
</div> </div>
<div class="item">chicken thighs (chopped)</div> <div class="item">chicken thighs (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the chicken and cook covered until the chicken is cooked all the way through (about 10 min). <div class="detail" itemprop="recipeInstructions">Add the chicken and cook covered until the chicken is cooked all the way through (about 10 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">peas (frozen)</div> <div class="item">peas (frozen)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">parsley (fresh, minced)</div> <div class="item">parsley (fresh, minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">sherry, dry</div> <div class="item">sherry, dry</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the peas, heavy cream, and sherry. Cook until heated through and simmering again. Serve either in bowls as it is, or poured over biscuits, or baked into a pie crust. <div class="detail" itemprop="recipeInstructions">Stir in the peas, heavy cream, and sherry. Cook until heated through and simmering again. Serve either in bowls as it is, or poured over biscuits, or baked into a pie crust.
</div> </div>
</div> </div>
</section> </section>
+33 -32
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chicken Tikka Masala</h1> <h1 itemprop="name">Chicken Tikka Masala</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 45 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">45 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This recipe produces a creamy, flavorful dish which is one of the most popular at Indian restaurants all over the US. <div class="description" itemprop="description">This recipe produces a creamy, flavorful dish which is one of the most popular at Indian restaurants all over the US.
</div> </div>
</div> </div>
</section> </section>
@@ -31,155 +31,156 @@ prep 20 min,&nbsp;cook 45 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lbs 2 lbs
</div> </div>
<div class="item">chicken breast (boneless</div> <div class="item">chicken breast (boneless</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">cumin seed (ground)</div> <div class="item">cumin seed (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">coriander (ground)</div> <div class="item">coriander (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine all the spices in a small bowl, making sure to mix completely. Then apply the mixture to the chicken, pressing gently so that it sticks well. Place the chicken on a plate, cover with plastic wrap, and refigerate for 30 minutes. <div class="detail" itemprop="recipeInstructions">Combine all the spices in a small bowl, making sure to mix completely. Then apply the mixture to the chicken, pressing gently so that it sticks well. Place the chicken on a plate, cover with plastic wrap, and refigerate for 30 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">yogurt (plain</div> <div class="item">yogurt (plain</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">ginger (minced)</div> <div class="item">ginger (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large bowl, whisk together the yogurt, olive oil, garlic, and ginger, and place back in refigerator to cool until needed. <div class="detail" itemprop="recipeInstructions">In a large bowl, whisk together the yogurt, olive oil, garlic, and ginger, and place back in refigerator to cool until needed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter (unsalted)</div> <div class="item">butter (unsalted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion (large</div> <div class="item">onion (large</div>
</ul> </ul>
</div> </div>
<div class="detail">Saute the onion and butter in a deep-walled cast-iron pan until golden brown (about 10 minutes). <div class="detail" itemprop="recipeInstructions">Saute the onion and butter in a deep-walled cast-iron pan until golden brown (about 10 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
28 oz 28 oz
</div> </div>
<div class="item">tomatoes (crushed)</div> <div class="item">tomatoes (crushed)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">chili pepper (minced)</div> <div class="item">chili pepper (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">ginger (minced)</div> <div class="item">ginger (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">sugar</div> <div class="item">sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 400°F, and cover a cooking sheet with tin foil. Place a wire rack in the cooking sheet. Dredge the chicken in the yogurt mixture so that each piece is well covered, and then lay it out on the cooking sheet. Discard the remaining yogurt mixture. Broil the chicken until it reaches 160°F in the center (10-15 minutes), flipping midway. The exterior should be lightly chared in places. <div class="detail" itemprop="recipeInstructions">Preheat the oven to 400°F, and cover a cooking sheet with tin foil. Place a wire rack in the cooking sheet. Dredge the chicken in the yogurt mixture so that each piece is well covered, and then lay it out on the cooking sheet. Discard the remaining yogurt mixture. Broil the chicken until it reaches 160°F in the center (10-15 minutes), flipping midway. The exterior should be lightly chared in places.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅔ cup ⅔ cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
</ul> </ul>
</div> </div>
<div class="detail">While the chicken is cooking, and after the sauce has had its time to simmer, add in the heavy cream. Bring the sauce just short of a boil, and remove from the heat. Set it aside to rest, covered until the chicken is ready. <div class="detail" itemprop="recipeInstructions">While the chicken is cooking, and after the sauce has had its time to simmer, add in the heavy cream. Bring the sauce just short of a boil, and remove from the heat. Set it aside to rest, covered until the chicken is ready.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">cilantro (chopped)</div> <div class="item">cilantro (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Once the chicken is finished, remove from the oven and set aside for a few minutes. Then, chop it into bite-sized pieces and mix into the sauce. Garnish with cilantro and serve. <div class="detail" itemprop="recipeInstructions">Once the chicken is finished, remove from the oven and set aside for a few minutes. Then, chop it into bite-sized pieces and mix into the sauce. Garnish with cilantro and serve.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
America's Test Kitchen,&nbsp; <span itemprop="author">America's Test Kitchen</span>
,&nbsp;
<a href="https://www.onlinecookingschool.com/learn/course/chicken-tikka-masala/cook-along-in-the-test-kitchen/video-steps">https://www.onlinecookingschool.com/learn/course/chicken-tikka-masala/cook-along-in-the-test-kitchen/video-steps</a> <a href="https://www.onlinecookingschool.com/learn/course/chicken-tikka-masala/cook-along-in-the-test-kitchen/video-steps">https://www.onlinecookingschool.com/learn/course/chicken-tikka-masala/cook-along-in-the-test-kitchen/video-steps</a>
</section> </section>
+23 -23
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chole</h1> <h1 itemprop="name">Chole</h1>
<div class="timing"> <div class="timing">
prep 20 min </div> prep <span itemprop="prepTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">Chole is an Indian dish featuring garbanzo beans in a highly-seasoned, tomato-based sauce. <div class="description" itemprop="description">Chole is an Indian dish featuring garbanzo beans in a highly-seasoned, tomato-based sauce.
</div> </div>
</div> </div>
</section> </section>
@@ -31,97 +31,97 @@ prep 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">onions, yellow (diced)</div> <div class="item">onions, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">tomatoes (diced)</div> <div class="item">tomatoes (diced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Sautée the onions in olive oil in a large skillet over medium-high heat until soft and transluscent. Then stir in the garlic and continue to sautée until the garlic has browned as well. Finally, add the tomatoes and cook covered for a further 5 minutes. <div class="detail" itemprop="recipeInstructions">Sautée the onions in olive oil in a large skillet over medium-high heat until soft and transluscent. Then stir in the garlic and continue to sautée until the garlic has browned as well. Finally, add the tomatoes and cook covered for a further 5 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cups ¼ cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">chili powder</div> <div class="item">chili powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">coriander powder</div> <div class="item">coriander powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">cumin powder</div> <div class="item">cumin powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ tsp ¾ tsp
</div> </div>
<div class="item">garam masala</div> <div class="item">garam masala</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">tumeric</div> <div class="item">tumeric</div>
</ul> </ul>
</div> </div>
<div class="detail">Add in the dry spices and a little water. Allow to cook for a further 5 minutes. <div class="detail" itemprop="recipeInstructions">Add in the dry spices and a little water. Allow to cook for a further 5 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
16 oz 16 oz
</div> </div>
<div class="item">garbanzo beans (rinsed, drained)</div> <div class="item">garbanzo beans (rinsed, drained)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1¼ cups 1¼ cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">cilantro (minced)</div> <div class="item">cilantro (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add in the remaining water, garbanzo beans, and cilantro. Cook, uncovered, until the sauce has thickened. <div class="detail" itemprop="recipeInstructions">Add in the remaining water, garbanzo beans, and cilantro. Cook, uncovered, until the sauce has thickened.
</div> </div>
</div> </div>
</section> </section>
+21 -20
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Cornish Game Hens</h1> <h1 itemprop="name">Cornish Game Hens</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 1 hour </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">1 hour</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">Lovely little single-serving birds allow everyone at the table to get as much of whatever part of the bird they like most! This recipe turns out very daintily seasoned birds which will make you wish you'd prepared a few extras. <div class="description" itemprop="description">Lovely little single-serving birds allow everyone at the table to get as much of whatever part of the bird they like most! This recipe turns out very daintily seasoned birds which will make you wish you'd prepared a few extras.
</div> </div>
</div> </div>
</section> </section>
@@ -31,83 +31,84 @@ prep 15 min,&nbsp;cook 1 hour </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 None 4 None
</div> </div>
<div class="item">cornish game hens</div> <div class="item">cornish game hens</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 slices 8 slices
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 sprigs 4 sprigs
</div> </div>
<div class="item">rosemary</div> <div class="item">rosemary</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 sprigs 4 sprigs
</div> </div>
<div class="item">thyme</div> <div class="item">thyme</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 cloves 8 cloves
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 None 1 None
</div> </div>
<div class="item">lemon (quartered)</div> <div class="item">lemon (quartered)</div>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 450°F. Pat the hens dry and use your index finger to loosen the skin on the top of the hen and slip a pat of butter under each side. Add a few leaves of rosemary and thyme. Put a quarter of a lemon inside the cavity along with a few cloves of garlic and a sprig of rosemary and thyme. Truss the legs and wings. <div class="detail" itemprop="recipeInstructions">Preheat the oven to 450°F. Pat the hens dry and use your index finger to loosen the skin on the top of the hen and slip a pat of butter under each side. Add a few leaves of rosemary and thyme. Put a quarter of a lemon inside the cavity along with a few cloves of garlic and a sprig of rosemary and thyme. Truss the legs and wings.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
</div> </div>
<div class="item">salt & pepper</div> <div class="item">salt & pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Rub the hens all over with oil, and sprinkle with salt and pepper. Place the hens in a roasting pan rack lined with foil as far apart as possible. Roast for 25 min. <div class="detail" itemprop="recipeInstructions">Rub the hens all over with oil, and sprinkle with salt and pepper. Place the hens in a roasting pan rack lined with foil as far apart as possible. Roast for 25 min.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">dry white wine</div> <div class="item">dry white wine</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
</ul> </ul>
</div> </div>
<div class="detail">Pour the remaining juice into saucepan and boil until reduced to a thin sauce-like consistency. To serve, garnish with a wedge of lemon, a sprig of rosemary, and a drizzle of the sauce. <div class="detail" itemprop="recipeInstructions">Pour the remaining juice into saucepan and boil until reduced to a thin sauce-like consistency. To serve, garnish with a wedge of lemon, a sprig of rosemary, and a drizzle of the sauce.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Kimberly Killebrew,&nbsp; <span itemprop="author">Kimberly Killebrew</span>
,&nbsp;
<a href="https://www.daringgourmet.com/roasted-cornish-game-hens-with-garlic-herb-and-lemon/">https://www.daringgourmet.com/roasted-cornish-game-hens-with-garlic-herb-and-lemon/</a> <a href="https://www.daringgourmet.com/roasted-cornish-game-hens-with-garlic-herb-and-lemon/">https://www.daringgourmet.com/roasted-cornish-game-hens-with-garlic-herb-and-lemon/</a>
</section> </section>
+18 -18
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Egg & Onion Pie</h1> <h1 itemprop="name">Egg & Onion Pie</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 40 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">40 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">Egg and Onion Pie is served as a appetizer at Colonial Williamsburg in Virgina. Outwardly, it strongly resembles a quiche, but it actually winds up being quite a bit sweeter and composed in multiple layers with the onions on the bottom. <div class="description" itemprop="description">Egg and Onion Pie is served as a appetizer at Colonial Williamsburg in Virgina. Outwardly, it strongly resembles a quiche, but it actually winds up being quite a bit sweeter and composed in multiple layers with the onions on the bottom.
</div> </div>
</div> </div>
</section> </section>
@@ -32,68 +32,68 @@ prep 20 min,&nbsp;cook 40 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter (unsalted)</div> <div class="item">butter (unsalted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">yellow onions</div> <div class="item">yellow onions</div>
</ul> </ul>
</div> </div>
<div class="detail">In a heavy skillet, over a medium heat, melt the butter. Then add the onions, reduce the heat and cook until golden and soft. Then transfer to a small bowl to cool. (about 20 min) <div class="detail" itemprop="recipeInstructions">In a heavy skillet, over a medium heat, melt the butter. Then add the onions, reduce the heat and cook until golden and soft. Then transfer to a small bowl to cool. (about 20 min)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">egg yolks</div> <div class="item">egg yolks</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">milk (whole)</div> <div class="item">milk (whole)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 cup 1/2 cup
</div> </div>
<div class="item">cream</div> <div class="item">cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">chives</div> <div class="item">chives</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">parsley</div> <div class="item">parsley</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
tsp tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
tsp tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">In a small bowl, beat the eggs, egg yolks, milk, cream, chives, parsley, salt, and pepper. <br><br>Evenly layer the onions in the bottom of an oven-safe pie dish, and then gently pour over the egg mixture. Bake at 400°F until the filling is browned and just set. (about 30 min) Allow to cool for 10 minutes before serving. <div class="detail" itemprop="recipeInstructions">In a small bowl, beat the eggs, egg yolks, milk, cream, chives, parsley, salt, and pepper. <br><br>Evenly layer the onions in the bottom of an oven-safe pie dish, and then gently pour over the egg mixture. Bake at 400°F until the filling is browned and just set. (about 30 min) Allow to cool for 10 minutes before serving.
</div> </div>
</div> </div>
</section> </section>
+17 -17
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Garlic Prime Rib</h1> <h1 itemprop="name">Garlic Prime Rib</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 40 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">40 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">A prime rib roast makes for a magnificent meal all on its own, but this marinade adds an amazing extra dimension. Plus, the tenting procedure ensures the entire roast remains rich and moist throughout. <div class="description" itemprop="description">A prime rib roast makes for a magnificent meal all on its own, but this marinade adds an amazing extra dimension. Plus, the tenting procedure ensures the entire roast remains rich and moist throughout.
</div> </div>
</div> </div>
</section> </section>
@@ -31,53 +31,53 @@ prep 20 min,&nbsp;cook 40 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
510 lb 510 lb
</div> </div>
<div class="item">prime rib roast (1 rib / 2 people)</div> <div class="item">prime rib roast (1 rib / 2 people)</div>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 500°F. Place the roast out on the counter until it reaches room temperature. <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 500°F. Place the roast out on the counter until it reaches room temperature.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">rosemary, dried</div> <div class="item">rosemary, dried</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">parsley, fresh (minced)</div> <div class="item">parsley, fresh (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">olive oil, extra virgin</div> <div class="item">olive oil, extra virgin</div>
</ul> </ul>
</div> </div>
<div class="detail">Whisk the spices with the olive oil in a small bowl until fully combined. <div class="detail" itemprop="recipeInstructions">Whisk the spices with the olive oil in a small bowl until fully combined.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -86,7 +86,7 @@ prep 20 min,&nbsp;cook 40 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Place the roast on a rack in a roasting pan. Cover evenly with the marinade, and add about ½" of water in the bottom of the pan (just below the bottom of the rack). Turn the oven down to 325°F, and tent the pan with foil. Cook until the roast reaches 130°F in the center (approximately 10min / lb). <div class="detail" itemprop="recipeInstructions">Place the roast on a rack in a roasting pan. Cover evenly with the marinade, and add about ½" of water in the bottom of the pan (just below the bottom of the rack). Turn the oven down to 325°F, and tent the pan with foil. Cook until the roast reaches 130°F in the center (approximately 10min / lb).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -95,7 +95,7 @@ prep 20 min,&nbsp;cook 40 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Allow the roast to rest on a cutting board for 5 minutes before carving. <div class="detail" itemprop="recipeInstructions">Allow the roast to rest on a cutting board for 5 minutes before carving.
</div> </div>
</div> </div>
</section> </section>
+13 -13
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Gnocchi</h1> <h1 itemprop="name">Gnocchi</h1>
<div class="timing"> <div class="timing">
prep 20 minutes,&nbsp;cook 30 minutes </div> prep <span itemprop="prepTime">20 minutes</span>,&nbsp;cook <span itemprop"cookTime">30 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">Gnocchi is a delicate potato-based form of pasta. When prepared well, each piece is light and fluffy, and a perfect delight whether served with a flavorful sauce (e.g., pesto, marinara) or simply on its own with a little butter. <div class="description" itemprop="description">Gnocchi is a delicate potato-based form of pasta. When prepared well, each piece is light and fluffy, and a perfect delight whether served with a flavorful sauce (e.g., pesto, marinara) or simply on its own with a little butter.
</div> </div>
</div> </div>
</section> </section>
@@ -31,47 +31,47 @@ prep 20 minutes,&nbsp;cook 30 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lbs 2 lbs
</div> </div>
<div class="item">potatoes, yukon gold (roughly chopped)</div> <div class="item">potatoes, yukon gold (roughly chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Bring a pot of water to a boil and drop in the potatoes. Cook until tender (about 10 minutes). Then drain the water and mash the potatoes. Allow the potatoes to cool until they aren't too warm to handle. <div class="detail" itemprop="recipeInstructions">Bring a pot of water to a boil and drop in the potatoes. Cook until tender (about 10 minutes). Then drain the water and mash the potatoes. Allow the potatoes to cool until they aren't too warm to handle.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">flour, all-purpose</div> <div class="item">flour, all-purpose</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the potatoes, flour, and egg in a large mixing bowl. Knead until the dough forms a ball. On a floured surface, roll out small portions of the dough into long, ½" diameter cylinders. Cut these into 1" segments and set aside. <div class="detail" itemprop="recipeInstructions">Combine the potatoes, flour, and egg in a large mixing bowl. Knead until the dough forms a ball. On a floured surface, roll out small portions of the dough into long, ½" diameter cylinders. Cut these into 1" segments and set aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Bring a pot of lightly-salted water to a boil and drop in the gnocchi a handful at a time. They will sink to the bottom initially, but then rise to the surface when fully cooked. Use a skimmer to remove them when the rise to the surface. <div class="detail" itemprop="recipeInstructions">Bring a pot of lightly-salted water to a boil and drop in the gnocchi a handful at a time. They will sink to the bottom initially, but then rise to the surface when fully cooked. Use a skimmer to remove them when the rise to the surface.
</div> </div>
</div> </div>
</section> </section>
+20 -20
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Keto Pork Ribs</h1> <h1 itemprop="name">Keto Pork Ribs</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 12 hours </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">12 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">Most BBQ pork ribs are covered in sticky sweet sauce mostly made up of brown sugar and spices. This obviously does not work for a ketogenic diet. This recipe substitutes the sweet sauce for a tangy mustard-based sauce for a very tasty alternative. <div class="description" itemprop="description">Most BBQ pork ribs are covered in sticky sweet sauce mostly made up of brown sugar and spices. This obviously does not work for a ketogenic diet. This recipe substitutes the sweet sauce for a tangy mustard-based sauce for a very tasty alternative.
</div> </div>
</div> </div>
</section> </section>
@@ -31,68 +31,68 @@ prep 10 min,&nbsp;cook 12 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">paprika</div> <div class="item">paprika</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">splenda</div> <div class="item">splenda</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tbsp ½ tbsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tbsp ½ tbsp
</div> </div>
<div class="item">ground ginger</div> <div class="item">ground ginger</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tbsp ½ tbsp
</div> </div>
<div class="item">onion powder</div> <div class="item">onion powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tbsp ¼ tbsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix all the dry spices together in a small bowl. <div class="detail" itemprop="recipeInstructions">Mix all the dry spices together in a small bowl.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 racks 2 racks
</div> </div>
<div class="item">pork ribs (about 6 lbs)</div> <div class="item">pork ribs (about 6 lbs)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 oz 2 oz
</div> </div>
<div class="item">dijon mustard</div> <div class="item">dijon mustard</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the ribs into 4-rib segments and spread a small dollop of mustard over the top of each one. Dust each with the spice mixture until all used up. <div class="detail" itemprop="recipeInstructions">Cut the ribs into 4-rib segments and spread a small dollop of mustard over the top of each one. Dust each with the spice mixture until all used up.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -101,7 +101,7 @@ prep 10 min,&nbsp;cook 12 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Seal each segment of ribs in foil and place on the rack of a roasting pan. Fill the bottom of the pan with water (until just below the rack), and place in the oven to cook at 300°F until the internal temperature of the ribs (directly next to the bone) reaches 160°F (about an hour). <div class="detail" itemprop="recipeInstructions">Seal each segment of ribs in foil and place on the rack of a roasting pan. Fill the bottom of the pan with water (until just below the rack), and place in the oven to cook at 300°F until the internal temperature of the ribs (directly next to the bone) reaches 160°F (about an hour).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -110,7 +110,7 @@ prep 10 min,&nbsp;cook 12 hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Unpack each packet and lay the ribs out on a cooking sheet. Place under a broiler on the highest setting until a crusty brown bark begins to form. This will happen at a different rate for each piece so you'll need to watch them carefully! <div class="detail" itemprop="recipeInstructions">Unpack each packet and lay the ribs out on a cooking sheet. Place under a broiler on the highest setting until a crusty brown bark begins to form. This will happen at a different rate for each piece so you'll need to watch them carefully!
</div> </div>
</div> </div>
</section> </section>
+18 -18
View File
@@ -5,12 +5,12 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Kielbasa and Cabbage</h1> <h1 itemprop="name">Kielbasa and Cabbage</h1>
<div class="timing"> <div class="timing">
</div> </div>
@@ -20,7 +20,7 @@
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
</div> </div>
<div class="description">pass <div class="description" itemprop="description">pass
</div> </div>
</div> </div>
</section> </section>
@@ -30,77 +30,77 @@
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 slices 6 slices
</div> </div>
<div class="item">bacon</div> <div class="item">bacon</div>
</ul> </ul>
</div> </div>
<div class="detail">Fry the bacon in a dutch oven until browned and crispy. Set the bacon aside, leaving the drippings in the skillet. <div class="detail" itemprop="recipeInstructions">Fry the bacon in a dutch oven until browned and crispy. Set the bacon aside, leaving the drippings in the skillet.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">sugar</div> <div class="item">sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">caraway seeds</div> <div class="item">caraway seeds</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 head 1 head
</div> </div>
<div class="item">cabbage, green (chopped)</div> <div class="item">cabbage, green (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add water, sugar, onion, garlic, red pepper flakes, salt and caraway seeds to the bacon drippings. Mix evenly, and then add the cabbage. Toss gently until the cabbage is evenly coated with grease and seasonings. Cover and cook on medium until the cabbage is soft and translucent (about 10 minutes). <div class="detail" itemprop="recipeInstructions">Add water, sugar, onion, garlic, red pepper flakes, salt and caraway seeds to the bacon drippings. Mix evenly, and then add the cabbage. Toss gently until the cabbage is evenly coated with grease and seasonings. Cover and cook on medium until the cabbage is soft and translucent (about 10 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">kielbasa</div> <div class="item">kielbasa</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the kielbasa and continue cooking on medium until it is heated all the way through. <div class="detail" itemprop="recipeInstructions">Add the kielbasa and continue cooking on medium until it is heated all the way through.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -109,7 +109,7 @@
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Crumble the bacon on top and serve. <div class="detail" itemprop="recipeInstructions">Crumble the bacon on top and serve.
</div> </div>
</div> </div>
</section> </section>
+21 -21
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Kofta Kebabs</h1> <h1 itemprop="name">Kofta Kebabs</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">Kofta is really a form of sausage, but what a sausage! The recipe started as long, skinny kebabs but we've found it more convenient to make it as meatballs. Whichever way, they go fast! We always pair them with Tzatziki, which you can make while the meat chills. <div class="description" itemprop="description">Kofta is really a form of sausage, but what a sausage! The recipe started as long, skinny kebabs but we've found it more convenient to make it as meatballs. Whichever way, they go fast! We always pair them with Tzatziki, which you can make while the meat chills.
</div> </div>
</div> </div>
</section> </section>
@@ -31,87 +31,87 @@ prep 20 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow</div> <div class="item">onion, yellow</div>
</ul> </ul>
</div> </div>
<div class="detail">Roughly chop the onion and purée in a blender. <div class="detail" itemprop="recipeInstructions">Roughly chop the onion and purée in a blender.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lbs 2 lbs
</div> </div>
<div class="item">lamb (ground)</div> <div class="item">lamb (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 stems 4 stems
</div> </div>
<div class="item">parsley (minced)</div> <div class="item">parsley (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cloves 3 cloves
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 leaves 5 leaves
</div> </div>
<div class="item">mint (minced)</div> <div class="item">mint (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">white pepper (ground)</div> <div class="item">white pepper (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">cumin (ground)</div> <div class="item">cumin (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">coriander (ground)</div> <div class="item">coriander (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">cloves (ground)</div> <div class="item">cloves (ground)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large mixing bowl, knead the meat until reduced to a somewhat sticky mass of completely homogeneous paste. Mix in the onion purée, herbs, and spices and knead until completely mixed. Cover and refrigerate for 20 min. <div class="detail" itemprop="recipeInstructions">In a large mixing bowl, knead the meat until reduced to a somewhat sticky mass of completely homogeneous paste. Mix in the onion purée, herbs, and spices and knead until completely mixed. Cover and refrigerate for 20 min.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Cover a cooking sheet with tin foil and coat your hands with olive oil. Roll out the meat into meatballs about 2-3” in diameter. Place in on the cooking sheet in a single layer leaving a little room between each one. Cook at 400°F until they reach 140°F in the center. <div class="detail" itemprop="recipeInstructions">Cover a cooking sheet with tin foil and coat your hands with olive oil. Roll out the meat into meatballs about 2-3” in diameter. Place in on the cooking sheet in a single layer leaving a little room between each one. Cook at 400°F until they reach 140°F in the center.
</div> </div>
</div> </div>
</section> </section>
+37 -36
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Lasagna</h1> <h1 itemprop="name">Lasagna</h1>
<div class="timing"> <div class="timing">
prep 30 minutes,&nbsp;cook 2½ hours </div> prep <span itemprop="prepTime">30 minutes</span>,&nbsp;cook <span itemprop"cookTime">2½ hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 12 <div class="icon serving"></div>× <span itemprop="recipeYield">12</span>
</div> </div>
<div class="description">While sticking very close to the traditional formula, this recipe adds interest by adding some sausage and extra spices to make it really stand out. <div class="description" itemprop="description">While sticking very close to the traditional formula, this recipe adds interest by adding some sausage and extra spices to make it really stand out.
</div> </div>
</div> </div>
</section> </section>
@@ -29,107 +29,107 @@ prep 30 minutes,&nbsp;cook 2½ hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">sausage, Italian</div> <div class="item">sausage, Italian</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ lb ¾ lb
</div> </div>
<div class="item">ground beef, lean</div> <div class="item">ground beef, lean</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">onion (minced)</div> <div class="item">onion (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a dutch oven, cook the meat, onions, and garlic over a medium heat until browned. <div class="detail" itemprop="recipeInstructions">In a dutch oven, cook the meat, onions, and garlic over a medium heat until browned.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
28 oz 28 oz
</div> </div>
<div class="item">tomatoes, crushed</div> <div class="item">tomatoes, crushed</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
12 oz 12 oz
</div> </div>
<div class="item">tomato paste</div> <div class="item">tomato paste</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
13 oz 13 oz
</div> </div>
<div class="item">tomato purée</div> <div class="item">tomato purée</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">sugar, granulated</div> <div class="item">sugar, granulated</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">basil, dried</div> <div class="item">basil, dried</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">fennel seeds</div> <div class="item">fennel seeds</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">Italian seasoning</div> <div class="item">Italian seasoning</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">pepper, black</div> <div class="item">pepper, black</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">parsley, fresh (chopped)</div> <div class="item">parsley, fresh (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the tomatoes, water, sugar, and spices. Cover and simmer for about 90 minutes, stirring occasionally. <div class="detail" itemprop="recipeInstructions">Stir in the tomatoes, water, sugar, and spices. Cover and simmer for about 90 minutes, stirring occasionally.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
12 12
</div> </div>
<div class="item">lasagna noodles</div> <div class="item">lasagna noodles</div>
</ul> </ul>
</div> </div>
<div class="detail">Bring a large pot of lightly salted water to a boil. Cook the noodles until they are slightly al dente (about 810 minutes). Drain the noodles and rinse in cold water. <div class="detail" itemprop="recipeInstructions">Bring a large pot of lightly salted water to a boil. Cook the noodles until they are slightly al dente (about 810 minutes). Drain the noodles and rinse in cold water.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -138,55 +138,55 @@ prep 30 minutes,&nbsp;cook 2½ hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 375°F. <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 375°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
16 oz 16 oz
</div> </div>
<div class="item">ricotta cheese</div> <div class="item">ricotta cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">parsley, fresh (chopped)</div> <div class="item">parsley, fresh (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a mixing bowl, combine the ricotta cheese with the egg, parsley, and salt. <div class="detail" itemprop="recipeInstructions">In a mixing bowl, combine the ricotta cheese with the egg, parsley, and salt.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ lb ¾ lb
</div> </div>
<div class="item">mozzarella cheese (shredded)</div> <div class="item">mozzarella cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ cup ¾ cup
</div> </div>
<div class="item">parmesan cheese (grated)</div> <div class="item">parmesan cheese (grated)</div>
</ul> </ul>
</div> </div>
<div class="detail">Spread 1½ cups of meat sauce in the bottom of a 9”⨉13” baking dish. Arrange half the noodles lengthwise over the sauce. Spread half the ricotta cheese mixure over the noodles. Cover with ⅓ of the mozzerella cheese. Spoon over another 1½ cups of meat sauce, and then layer with ¼ cup of parmesean cheese. Repeat the layers starting with the noodles. <div class="detail" itemprop="recipeInstructions">Spread 1½ cups of meat sauce in the bottom of a 9”⨉13” baking dish. Arrange half the noodles lengthwise over the sauce. Spread half the ricotta cheese mixure over the noodles. Cover with ⅓ of the mozzerella cheese. Spoon over another 1½ cups of meat sauce, and then layer with ¼ cup of parmesean cheese. Repeat the layers starting with the noodles.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -195,13 +195,14 @@ prep 30 minutes,&nbsp;cook 2½ hours </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Lightly grease a sheet of foil and cover the baking dish with the greased side down. Cook in the oven for 25 minutes, remove the foil, and then cook for another 25 minutes. Allow to cool for 15 minutes before serving. <div class="detail" itemprop="recipeInstructions">Lightly grease a sheet of foil and cover the baking dish with the greased side down. Cook in the oven for 25 minutes, remove the foil, and then cook for another 25 minutes. Allow to cool for 15 minutes before serving.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
John Chandler,&nbsp; <span itemprop="author">John Chandler</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/23600/worlds-best-lasagna">https://www.allrecipes.com/recipe/23600/worlds-best-lasagna</a> <a href="https://www.allrecipes.com/recipe/23600/worlds-best-lasagna">https://www.allrecipes.com/recipe/23600/worlds-best-lasagna</a>
</section> </section>
@@ -5,12 +5,12 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Lemon Chicken with Mushroom Sauce</h1> <h1 itemprop="name">Lemon Chicken with Mushroom Sauce</h1>
<div class="timing"> <div class="timing">
</div> </div>
@@ -18,10 +18,10 @@
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This preparation for chicken has a light and zesty taste, and the mushrooms add a lovely earthy contrast. <div class="description" itemprop="description">This preparation for chicken has a light and zesty taste, and the mushrooms add a lovely earthy contrast.
</div> </div>
</div> </div>
</section> </section>
@@ -33,73 +33,73 @@
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 400°F.</div> <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 400°F.</div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 8
</div> </div>
<div class="item">chicken breasts</div> <div class="item">chicken breasts</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">lemon</div> <div class="item">lemon</div>
</ul> </ul>
</div> </div>
<div class="detail">Coat each chicken breast in olive oil and arrange in a single layer in a baking dish. Squeeze the juice from half a lemon over them. Slice the other half and arrange the slices on top of the chicken. Place in the oven and cook until the centers reach 170°F (around 15 minutes). <div class="detail" itemprop="recipeInstructions">Coat each chicken breast in olive oil and arrange in a single layer in a baking dish. Squeeze the juice from half a lemon over them. Slice the other half and arrange the slices on top of the chicken. Place in the oven and cook until the centers reach 170°F (around 15 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">mushrooms, crimini (sliced)</div> <div class="item">mushrooms, crimini (sliced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">flour, gluten-free</div> <div class="item">flour, gluten-free</div>
</ul> </ul>
</div> </div>
<div class="detail">While the chicken is cooking, melt the butter in a large saucepan. Add the mushrooms and cook until they are golden brown and the liquid has evaporated. Sprinkle flour over the mushrooms and cook while stirring constantly for about 1 minute. <div class="detail" itemprop="recipeInstructions">While the chicken is cooking, melt the butter in a large saucepan. Add the mushrooms and cook until they are golden brown and the liquid has evaporated. Sprinkle flour over the mushrooms and cook while stirring constantly for about 1 minute.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">parsley, fresh (minced)</div> <div class="item">parsley, fresh (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the chicken broth to the saucepan and stir until all the flour is evenly incorporated. Cook over a medium heat until the sauce begins to thicken. Add the parsley just as the sauce is finishing up. <div class="detail" itemprop="recipeInstructions">Add the chicken broth to the saucepan and stir until all the flour is evenly incorporated. Cook over a medium heat until the sauce begins to thicken. Add the parsley just as the sauce is finishing up.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -108,7 +108,7 @@
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Once the chicken is out of the oven, plate each piece and cover with the mushroom sauce. <div class="detail" itemprop="recipeInstructions">Once the chicken is out of the oven, plate each piece and cover with the mushroom sauce.
</div> </div>
</div> </div>
</section> </section>
+28 -28
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Orange Chicken</h1> <h1 itemprop="name">Orange Chicken</h1>
<div class="timing"> <div class="timing">
prep 45 minutes </div> prep <span itemprop="prepTime">45 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon serving"></div>× 1 <div class="icon serving"></div>× <span itemprop="recipeYield">1</span>
</div> </div>
<div class="description">Zesty, tangy, sweet, and altogether marvelous. It is, however, a lot of preparation and work to cook, so it's not one you'll want to make except for a special treat. <div class="description" itemprop="description">Zesty, tangy, sweet, and altogether marvelous. It is, however, a lot of preparation and work to cook, so it's not one you'll want to make except for a special treat.
</div> </div>
</div> </div>
</section> </section>
@@ -31,130 +31,130 @@ prep 45 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">oranges</div> <div class="item">oranges</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ cup ¾ cup
</div> </div>
<div class="item">rice vinegar</div> <div class="item">rice vinegar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 tbsp 5 tbsp
</div> </div>
<div class="item">tamari</div> <div class="item">tamari</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">sugar, brown</div> <div class="item">sugar, brown</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">ginger root (minced)</div> <div class="item">ginger root (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">green onions (chopped)</div> <div class="item">green onions (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
</ul> </ul>
</div> </div>
<div class="detail">Zest the oranges and squeeze all their juice into a large saucepan. Add the remaining ingredients and bring the whole mixture to a boil. Once at a boil, remove from the heat and allow to cool. <div class="detail" itemprop="recipeInstructions">Zest the oranges and squeeze all their juice into a large saucepan. Add the remaining ingredients and bring the whole mixture to a boil. Once at a boil, remove from the heat and allow to cool.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 4
</div> </div>
<div class="item">chicken breasts, boneless, skinless</div> <div class="item">chicken breasts, boneless, skinless</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the chicken into bite-sized pieces and set aside. Once the marinade is cool, place it and the chicken in a sealed container and refrigerate overnight. <div class="detail" itemprop="recipeInstructions">Cut the chicken into bite-sized pieces and set aside. Once the marinade is cool, place it and the chicken in a sealed container and refrigerate overnight.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">flour, gluten-free mixture</div> <div class="item">flour, gluten-free mixture</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Separate the flour, salt, and pepper into two zip-loc bags and place half the chicken in each, reserving the excess marinade. Shake well, until the chicken is evenly covered and dry. <div class="detail" itemprop="recipeInstructions">Separate the flour, salt, and pepper into two zip-loc bags and place half the chicken in each, reserving the excess marinade. Shake well, until the chicken is evenly covered and dry.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">cooking oil</div> <div class="item">cooking oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Fill the bottom of a large skillet with ¼” of a high-heat frying oil. Heat until quite hot. Working in batches, fry the chicken until crisp and lightly browned on all sides. Once cooked, set aside the chicken on a plate lined with paper towels. <div class="detail" itemprop="recipeInstructions">Fill the bottom of a large skillet with ¼” of a high-heat frying oil. Heat until quite hot. Working in batches, fry the chicken until crisp and lightly browned on all sides. Once cooked, set aside the chicken on a plate lined with paper towels.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">cornstarch</div> <div class="item">cornstarch</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">water, cold</div> <div class="item">water, cold</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix the cornstarch and water in a small dish. Drain the skillet of oil and wipe clean. Pour in half of the reserved marinade and heat on medium-high. Once it starts to bubble, slowly whisk in the cornstarch mixture. Reduce the marinade until it is the desired thickness. Then add in the reserved chicken and cook until heated through. <div class="detail" itemprop="recipeInstructions">Mix the cornstarch and water in a small dish. Drain the skillet of oil and wipe clean. Pour in half of the reserved marinade and heat on medium-high. Once it starts to bubble, slowly whisk in the cornstarch mixture. Reduce the marinade until it is the desired thickness. Then add in the reserved chicken and cook until heated through.
</div> </div>
</div> </div>
</section> </section>
+19 -19
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Ratatouille</h1> <h1 itemprop="name">Ratatouille</h1>
<div class="timing"> <div class="timing">
prep 30 minutes,&nbsp;cook 30 minutes </div> prep <span itemprop="prepTime">30 minutes</span>,&nbsp;cook <span itemprop"cookTime">30 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">This dish was inspired by the Pixar movie of the same name, but has really developed quite a long way. It now includes sausage, italian herbs, and plenty of cheese. Plus, it makes for a glorious presentation on the table. <div class="description" itemprop="description">This dish was inspired by the Pixar movie of the same name, but has really developed quite a long way. It now includes sausage, italian herbs, and plenty of cheese. Plus, it makes for a glorious presentation on the table.
</div> </div>
</div> </div>
</section> </section>
@@ -31,81 +31,81 @@ prep 30 minutes,&nbsp;cook 30 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 links 4 links
</div> </div>
<div class="item">sausage, mild italian</div> <div class="item">sausage, mild italian</div>
</ul> </ul>
</div> </div>
<div class="detail">Boil the sausages in a large pot until nearly cooked (120°F in the centers). Pre-heat the oven to 400°F. <div class="detail" itemprop="recipeInstructions">Boil the sausages in a large pot until nearly cooked (120°F in the centers). Pre-heat the oven to 400°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">zucchini</div> <div class="item">zucchini</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">summer squash</div> <div class="item">summer squash</div>
</ul> </ul>
</div> </div>
<div class="detail">Use a mandoline to slice the sausage, zucchini, and summer squash into ⅛" rounds. Place each of these in separate bowls. <div class="detail" itemprop="recipeInstructions">Use a mandoline to slice the sausage, zucchini, and summer squash into ⅛" rounds. Place each of these in separate bowls.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
16 oz 16 oz
</div> </div>
<div class="item">tomato purée</div> <div class="item">tomato purée</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 oz 8 oz
</div> </div>
<div class="item">smoked gouda cheese (shredded)</div> <div class="item">smoked gouda cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 oz 8 oz
</div> </div>
<div class="item">assiago cheese (shredded)</div> <div class="item">assiago cheese (shredded)</div>
</ul> </ul>
</div> </div>
<div class="detail">Spread a thin layer of tomatoe purée on the bottom of a large baking dish. Add in alternating slices of sausage, zucchini, and squash slices slightly overlapping with one another in concentric circles until the entire bottom of the dish has been covered. Add a layer of shredded cheese. Then, repeat these layers until all the materials have been used up, or the the dish is completely full. <div class="detail" itemprop="recipeInstructions">Spread a thin layer of tomatoe purée on the bottom of a large baking dish. Add in alternating slices of sausage, zucchini, and squash slices slightly overlapping with one another in concentric circles until the entire bottom of the dish has been covered. Add a layer of shredded cheese. Then, repeat these layers until all the materials have been used up, or the the dish is completely full.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">bell pepper, red</div> <div class="item">bell pepper, red</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">fennel seeds</div> <div class="item">fennel seeds</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">paprika</div> <div class="item">paprika</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the pepper into ribbons and lay out across the top layer of cheese. Sprinkle the fennel seeds evenly across the entire surface, and dust with paprika. Place the entire dish in the oven and cook until the sauce is bubbling and the cheese has started to brown (about 30 minutes). <div class="detail" itemprop="recipeInstructions">Cut the pepper into ribbons and lay out across the top layer of cheese. Sprinkle the fennel seeds evenly across the entire surface, and dust with paprika. Place the entire dish in the oven and cook until the sauce is bubbling and the cheese has started to brown (about 30 minutes).
</div> </div>
</div> </div>
</section> </section>
+24 -24
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Ricotta Meatballs</h1> <h1 itemprop="name">Ricotta Meatballs</h1>
<div class="timing"> <div class="timing">
prep 20 minutes,&nbsp;cook 40 minutes </div> prep <span itemprop="prepTime">20 minutes</span>,&nbsp;cook <span itemprop"cookTime">40 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">Ricotta-spiked meatballs are so tender, so flavorful, and so delicious. There are hardly any ingredients. Of course we're going to throw this over some spaghetti, because we're Americans and that's what we do with meatballs. <div class="description" itemprop="description">Ricotta-spiked meatballs are so tender, so flavorful, and so delicious. There are hardly any ingredients. Of course we're going to throw this over some spaghetti, because we're Americans and that's what we do with meatballs.
</div> </div>
</div> </div>
</section> </section>
@@ -32,80 +32,80 @@ prep 20 minutes,&nbsp;cook 40 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 400°F. <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 400°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ ½
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Saute the onions in olive in a medium skillet until translucent and soft (about 5 minutes). The add the garlic and continue to sautee for another 2 minutes. <div class="detail" itemprop="recipeInstructions">Saute the onions in olive in a medium skillet until translucent and soft (about 5 minutes). The add the garlic and continue to sautee for another 2 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">beef (ground)</div> <div class="item">beef (ground)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">ricotta cheese, whole milk</div> <div class="item">ricotta cheese, whole milk</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">parsley, italian (packed)</div> <div class="item">parsley, italian (packed)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅛ tsp ⅛ tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">oatmeal, gluten-free</div> <div class="item">oatmeal, gluten-free</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the sauteed onions and garlic with the beef, cheese, parsley, egg, salt, black pepper, and cayenne pepper. Mix until completely combined. Add the oatmeal, and continue to mix until fully combined. <div class="detail" itemprop="recipeInstructions">Combine the sauteed onions and garlic with the beef, cheese, parsley, egg, salt, black pepper, and cayenne pepper. Mix until completely combined. Add the oatmeal, and continue to mix until fully combined.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -114,26 +114,26 @@ prep 20 minutes,&nbsp;cook 40 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Form 1" diameter balls out of the meat mixture and set aside on a tray covered in parchment paper. <div class="detail" itemprop="recipeInstructions">Form 1" diameter balls out of the meat mixture and set aside on a tray covered in parchment paper.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
28 oz 28 oz
</div> </div>
<div class="item">tomato, crushed</div> <div class="item">tomato, crushed</div>
</ul> </ul>
</div> </div>
<div class="detail">Lightly brown the meatballs in olive oil in batches using a large skillet. Place the finished meatballs in an oven-safe casserole dish. Once they're all browned, pour the tomatoes over the meatballs and cover with foil. Cook in the oven until the centers of the meatballs have reached 130°F. <div class="detail" itemprop="recipeInstructions">Lightly brown the meatballs in olive oil in batches using a large skillet. Place the finished meatballs in an oven-safe casserole dish. Once they're all browned, pour the tomatoes over the meatballs and cover with foil. Cook in the oven until the centers of the meatballs have reached 130°F.
</div> </div>
</div> </div>
</section> </section>
+18 -17
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Roast Fowl</h1> <h1 itemprop="name">Roast Fowl</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 2-5 hours </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">2-5 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 3-10 <div class="icon serving"></div>× <span itemprop="recipeYield">3-10</span>
</div> </div>
<div class="description">I roast fowl, whether chicken or turkey, using basically the same approach, with the only difference coming down to timing. Whenever possible, it is better to roast longer and at a lower temperature. However, you can speed things up by raising the temperature, but at the cost of the meat being a little less tender, and a little less evenly cooked. However, this recipe guarantees a surberbly rich and moist roast fowl. <div class="description" itemprop="description">I roast fowl, whether chicken or turkey, using basically the same approach, with the only difference coming down to timing. Whenever possible, it is better to roast longer and at a lower temperature. However, you can speed things up by raising the temperature, but at the cost of the meat being a little less tender, and a little less evenly cooked. However, this recipe guarantees a surberbly rich and moist roast fowl.
</div> </div>
</div> </div>
</section> </section>
@@ -31,68 +31,69 @@ prep 10 min,&nbsp;cook 2-5 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 stalk 1 stalk
</div> </div>
<div class="item">celery</div> <div class="item">celery</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion (chopped)</div> <div class="item">onion (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 leaves 10 leaves
</div> </div>
<div class="item">basil</div> <div class="item">basil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 stems 5 stems
</div> </div>
<div class="item">rosemary</div> <div class="item">rosemary</div>
</ul> </ul>
</div> </div>
<div class="detail">Chop the vegetables roughly, placing them in a large roasting pan. Add enough water to fill pan about 1” deep. Clean the bird, removing the visera, crop, etc. and place on a rack in the pan. This should leave a small gap between the bottom of the bird and the top of the water. <div class="detail" itemprop="recipeInstructions">Chop the vegetables roughly, placing them in a large roasting pan. Add enough water to fill pan about 1” deep. Clean the bird, removing the visera, crop, etc. and place on a rack in the pan. This should leave a small gap between the bottom of the bird and the top of the water.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">fowl</div> <div class="item">fowl</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Roast in the oven (convection, if possible) at 300°F in order to cook at about 20 min/lb. If you have more time, lower the temperature (min. of 200°F), if you have less time, raise the temperature (max. of 350°F). Using a meat thermometer, check the temperature of the bird about every 30 min. When the bird reaches a temperature of 160°F, remove the foil cover, and use a basting brush to wet the turkey all over. Set aside 6 cups of the liquid from the roasting pan—avoiding any solids. Continue to roast until the bird has reached 170°F. <div class="detail" itemprop="recipeInstructions">Roast in the oven (convection, if possible) at 300°F in order to cook at about 20 min/lb. If you have more time, lower the temperature (min. of 200°F), if you have less time, raise the temperature (max. of 350°F). Using a meat thermometer, check the temperature of the bird about every 30 min. When the bird reaches a temperature of 160°F, remove the foil cover, and use a basting brush to wet the turkey all over. Set aside 6 cups of the liquid from the roasting pan—avoiding any solids. Continue to roast until the bird has reached 170°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">corn starch</div> <div class="item">corn starch</div>
</ul> </ul>
</div> </div>
<div class="detail">While the bird finishes cooking, add the reserved liquid to a large saucepan on high heat. Add the corn starch to a small dish of cold water until completely mixed, and then gradually add the mixture to the saucepan, stirring constantly. Continue to cook on high, stirring constantly, until the gravy has the consistency of honey. <div class="detail" itemprop="recipeInstructions">While the bird finishes cooking, add the reserved liquid to a large saucepan on high heat. Add the corn starch to a small dish of cold water until completely mixed, and then gradually add the mixture to the saucepan, stirring constantly. Continue to cook on high, stirring constantly, until the gravy has the consistency of honey.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Andrew Miner </section> <span itemprop="author">Andrew Miner</span>
</section>
<section class="navigation"> <section class="navigation">
<a href="../..">« Back</a> <a href="../..">« Back</a>
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Roast Leg of Lamb</h1> <h1 itemprop="name">Roast Leg of Lamb</h1>
<div class="timing"> <div class="timing">
prep 10 minutes,&nbsp;cook 60 minutes </div> prep <span itemprop="prepTime">10 minutes</span>,&nbsp;cook <span itemprop"cookTime">60 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon serving"></div>× 10 <div class="icon serving"></div>× <span itemprop="recipeYield">10</span>
</div> </div>
<div class="description">The trick to a really good leg of lamb is to get it as fresh as possible, and to avoid overcooking it. Both will help avoid the overly gamey flavor that some people object to in lamb. Done correctly, though, it makes for a rich and delightful change from beef or pork. <div class="description" itemprop="description">The trick to a really good leg of lamb is to get it as fresh as possible, and to avoid overcooking it. Both will help avoid the overly gamey flavor that some people object to in lamb. Done correctly, though, it makes for a rich and delightful change from beef or pork.
</div> </div>
</div> </div>
</section> </section>
@@ -32,63 +32,63 @@ prep 10 minutes,&nbsp;cook 60 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 lb 5 lb
</div> </div>
<div class="item">leg of lamb</div> <div class="item">leg of lamb</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">honey</div> <div class="item">honey</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">mustard, dijon</div> <div class="item">mustard, dijon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">lemon zest</div> <div class="item">lemon zest</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">rosemary, fresh (minced)</div> <div class="item">rosemary, fresh (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt, coarse</div> <div class="item">salt, coarse</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the honey, mustard, pepper, garlic, lemon zest and rosemary in a small bowl. Cover the leg of lamb with the marinade and place in the refrigerator overnight. <div class="detail" itemprop="recipeInstructions">Combine the honey, mustard, pepper, garlic, lemon zest and rosemary in a small bowl. Cover the leg of lamb with the marinade and place in the refrigerator overnight.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt, coarse</div> <div class="item">salt, coarse</div>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 450°F. Place the leg of lamb on the rack of a roasting pan, and add enough water to come just below the rack. Sprinkle the roast with salt, and then tent it with foil. Place the roasting pan in the oven to cook until the internal temperature reaches 130°F (about 45 minutes). <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 450°F. Place the leg of lamb on the rack of a roasting pan, and add enough water to come just below the rack. Sprinkle the roast with salt, and then tent it with foil. Place the roasting pan in the oven to cook until the internal temperature reaches 130°F (about 45 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -97,7 +97,7 @@ prep 10 minutes,&nbsp;cook 60 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Remove the foil, and continue to cook until the roast has reached 140°F in the center. Remove the roast from the oven, and allow to rest on a cutting board for 5 minutes before carving. <div class="detail" itemprop="recipeInstructions">Remove the foil, and continue to cook until the roast has reached 140°F in the center. Remove the roast from the oven, and allow to rest on a cutting board for 5 minutes before carving.
</div> </div>
</div> </div>
</section> </section>
+16 -15
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Scrambled Eggs</h1> <h1 itemprop="name">Scrambled Eggs</h1>
<div class="timing"> <div class="timing">
prep 15 min </div> prep <span itemprop="prepTime">15 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 3 <div class="icon serving"></div>× <span itemprop="recipeYield">3</span>
</div> </div>
<div class="description">This recipe has been in my family for at least 4 generations that I'm aware of, and possibly more. The resulting eggs are rich and creamy—almost a custard—with little spots of cream cheese still unmelted and waiting to be found... <div class="description" itemprop="description">This recipe has been in my family for at least 4 generations that I'm aware of, and possibly more. The resulting eggs are rich and creamy—almost a custard—with little spots of cream cheese still unmelted and waiting to be found...
</div> </div>
</div> </div>
</section> </section>
@@ -32,58 +32,59 @@ prep 15 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
9 9
</div> </div>
<div class="item">eggs (large)</div> <div class="item">eggs (large)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">half-n-half</div> <div class="item">half-n-half</div>
</ul> </ul>
</div> </div>
<div class="detail">Whisk the eggs and half-n-half together in a mixing bowl until completely homogeneous in texture and color. <div class="detail" itemprop="recipeInstructions">Whisk the eggs and half-n-half together in a mixing bowl until completely homogeneous in texture and color.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the butter in a skillet over medium heat. Once it starts to foam, reduce heat to very low and pour in the egg mixture. Allow to cook slowly, stirring frequently, taking care to constantly lift the bottom layer of egg off the pan. <div class="detail" itemprop="recipeInstructions">Heat the butter in a skillet over medium heat. Once it starts to foam, reduce heat to very low and pour in the egg mixture. Allow to cook slowly, stirring frequently, taking care to constantly lift the bottom layer of egg off the pan.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 oz 3 oz
</div> </div>
<div class="item">cream cheese</div> <div class="item">cream cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
~ ~
</div> </div>
<div class="item">celery salt</div> <div class="item">celery salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the cream cheese into ½” cubes and set aside until the eggs have started to firm up. When bare patches are first left behind by stirring the eggs, add in the cream cheese chunks and fold them into the eggs very gently: do not mix them. Continue gently folding the eggs until they the liquid has only just evaporated. Season with celery salt and serve hot. <div class="detail" itemprop="recipeInstructions">Cut the cream cheese into ½” cubes and set aside until the eggs have started to firm up. When bare patches are first left behind by stirring the eggs, add in the cream cheese chunks and fold them into the eggs very gently: do not mix them. Continue gently folding the eggs until they the liquid has only just evaporated. Season with celery salt and serve hot.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Larry Miner, David Miner, and Andrew Miner </section> <span itemprop="author">Larry Miner, David Miner, and Andrew Miner</span>
</section>
<section class="navigation"> <section class="navigation">
<a href="../..">« Back</a> <a href="../..">« Back</a>
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Shrimp with Sweet Potato</h1> <h1 itemprop="name">Shrimp with Sweet Potato</h1>
<div class="timing"> <div class="timing">
prep 10 minutes,&nbsp;cook 10 minutes </div> prep <span itemprop="prepTime">10 minutes</span>,&nbsp;cook <span itemprop"cookTime">10 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 5 <div class="icon serving"></div>× <span itemprop="recipeYield">5</span>
</div> </div>
<div class="description">This is a delightful dish in all the various flavors it brings. Sweet from the potatoes, salty from the bacon, a little bit of the sea from shrimp... all mixed together in a single, delightful package. <div class="description" itemprop="description">This is a delightful dish in all the various flavors it brings. Sweet from the potatoes, salty from the bacon, a little bit of the sea from shrimp... all mixed together in a single, delightful package.
</div> </div>
</div> </div>
</section> </section>
@@ -30,87 +30,87 @@ prep 10 minutes,&nbsp;cook 10 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">sweet potatos / yams (chopped)</div> <div class="item">sweet potatos / yams (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">yogurt, greek</div> <div class="item">yogurt, greek</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">maple syrup</div> <div class="item">maple syrup</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">cinnamon</div> <div class="item">cinnamon</div>
</ul> </ul>
</div> </div>
<div class="detail">Boil the sweet potatoes until soft (about 10 minutes). The purée in a food processor with the yogurt, honey, and cinnamon. Set aside until needed. <div class="detail" itemprop="recipeInstructions">Boil the sweet potatoes until soft (about 10 minutes). The purée in a food processor with the yogurt, honey, and cinnamon. Set aside until needed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 slices 4 slices
</div> </div>
<div class="item">bacon</div> <div class="item">bacon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Roughly chop the bacon into 1" pieces and cook until crispy in a large skillet. Once cooked, dice and set aside in a serving bowl. <div class="detail" itemprop="recipeInstructions">Roughly chop the bacon into 1" pieces and cook until crispy in a large skillet. Once cooked, dice and set aside in a serving bowl.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
20 20
</div> </div>
<div class="item">shrimp, large</div> <div class="item">shrimp, large</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in the same skillet over high heat, and season with the salt and pepper. Drop the de-shelled, raw shrimp into the pan and cook, stirring constantly. Cook until the tails have only just curled into a "C" shape, and the flesh has only just turned pink. Be careful <i>not</i> to overcook! <div class="detail" itemprop="recipeInstructions">Melt the butter in the same skillet over high heat, and season with the salt and pepper. Drop the de-shelled, raw shrimp into the pan and cook, stirring constantly. Cook until the tails have only just curled into a "C" shape, and the flesh has only just turned pink. Be careful <i>not</i> to overcook!
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -119,7 +119,7 @@ prep 10 minutes,&nbsp;cook 10 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Optionally serve by placing several small dollops of sweet potato on the plate with a single shrimp on each. Sprinkle generously with bacon bits. <div class="detail" itemprop="recipeInstructions">Optionally serve by placing several small dollops of sweet potato on the plate with a single shrimp on each. Sprinkle generously with bacon bits.
</div> </div>
</div> </div>
</section> </section>
+23 -23
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Sloppy Joe Sandwiches</h1> <h1 itemprop="name">Sloppy Joe Sandwiches</h1>
<div class="timing"> <div class="timing">
prep 15 minutes,&nbsp;cook 45 minutes </div> prep <span itemprop="prepTime">15 minutes</span>,&nbsp;cook <span itemprop"cookTime">45 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 1 <div class="icon serving"></div>× <span itemprop="recipeYield">1</span>
</div> </div>
<div class="description">Rich and tangy, this sloppy joe recipe is a major favorite in my house. It's also very flexible: serve on a bun, by itself, or in many other possible presentations. <div class="description" itemprop="description">Rich and tangy, this sloppy joe recipe is a major favorite in my house. It's also very flexible: serve on a bun, by itself, or in many other possible presentations.
</div> </div>
</div> </div>
</section> </section>
@@ -30,101 +30,101 @@ prep 15 minutes,&nbsp;cook 45 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">onions, yellow (diced)</div> <div class="item">onions, yellow (diced)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a dutch oven, sautée the onions until soft and translucent (about 5 minutes). <div class="detail" itemprop="recipeInstructions">In a dutch oven, sautée the onions until soft and translucent (about 5 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 lbs 3 lbs
</div> </div>
<div class="item">ground beef</div> <div class="item">ground beef</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the ground beef, and cook, stirring constantly and breaking up the pieces of beef, until it is evenly browned and crumbled into small pieces. <div class="detail" itemprop="recipeInstructions">Add the ground beef, and cook, stirring constantly and breaking up the pieces of beef, until it is evenly browned and crumbled into small pieces.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">ketchup</div> <div class="item">ketchup</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">sugar, brown</div> <div class="item">sugar, brown</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">Worcestershire sauce</div> <div class="item">Worcestershire sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">mustard, yellow</div> <div class="item">mustard, yellow</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">vinegar, white</div> <div class="item">vinegar, white</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">chili powder</div> <div class="item">chili powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ tsp ¾ tsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ tsp ¾ tsp
</div> </div>
<div class="item">onion powder</div> <div class="item">onion powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ tsp ¾ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the remaining ingredients, mix well, and bring to a boil. Reduce to a very low simmer and cover. Cook for about 45 minutes to allow the flavors to mix completely. <div class="detail" itemprop="recipeInstructions">Stir in the remaining ingredients, mix well, and bring to a boil. Reduce to a very low simmer and cover. Cook for about 45 minutes to allow the flavors to mix completely.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 8
</div> </div>
<div class="item">hamburger buns</div> <div class="item">hamburger buns</div>
</ul> </ul>
</div> </div>
<div class="detail">If so desired, serve on soft hamburger buns. Otherwise, simply serve in bowls with a spoon. <div class="detail" itemprop="recipeInstructions">If so desired, serve on soft hamburger buns. Otherwise, simply serve in bowls with a spoon.
</div> </div>
</div> </div>
</section> </section>
+21 -20
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Stuffed Green Peppers</h1> <h1 itemprop="name">Stuffed Green Peppers</h1>
<div class="timing"> <div class="timing">
prep 30 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">30 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">The filling for these stuffed peppers is a hearty and tasty combination of meat, rice, cheese and vegetable which makes the perfect compliment to the pungent flavor of the pepper itself. <div class="description" itemprop="description">The filling for these stuffed peppers is a hearty and tasty combination of meat, rice, cheese and vegetable which makes the perfect compliment to the pungent flavor of the pepper itself.
</div> </div>
</div> </div>
</section> </section>
@@ -30,83 +30,84 @@ prep 30 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 None 6 None
</div> </div>
<div class="item">green bell peppers</div> <div class="item">green bell peppers</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Remove the tops and seeds from the peppers, leaving a hollow shell. Drop these into a pot of boiling water until scalded, drain, sprinkle with salt, and set aside in a baking dish (5 min). <div class="detail" itemprop="recipeInstructions">Remove the tops and seeds from the peppers, leaving a hollow shell. Drop these into a pot of boiling water until scalded, drain, sprinkle with salt, and set aside in a baking dish (5 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">lean ground beef</div> <div class="item">lean ground beef</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">onion (diced)</div> <div class="item">onion (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 can (14oz) 1 can (14oz)
</div> </div>
<div class="item">tomatoes (diced)</div> <div class="item">tomatoes (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">rice (uncooked)</div> <div class="item">rice (uncooked)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">Worcestershire sauce</div> <div class="item">Worcestershire sauce</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large skillet, sautée the beef and onions together until the beef is crumbled and brown and the onions are translucent. Drain any excess grease, and add the tomatoes, rice, water, and Worcestershire sauce. Cover and simmer until the rice is fully cooked and soft. Take care to stir often, and add more water as necessary (about 15 min). <div class="detail" itemprop="recipeInstructions">In a large skillet, sautée the beef and onions together until the beef is crumbled and brown and the onions are translucent. Drain any excess grease, and add the tomatoes, rice, water, and Worcestershire sauce. Cover and simmer until the rice is fully cooked and soft. Take care to stir often, and add more water as necessary (about 15 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">chedder cheese (shredded)</div> <div class="item">chedder cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cans (12 oz) 2 cans (12 oz)
</div> </div>
<div class="item">tomato soup</div> <div class="item">tomato soup</div>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 350°F. Remove the skillet from the heat and mix in the cheese. Fill the peppers about ¾ full of the mixture. Mix the tomato soup with enough water to create a gravy-like consistency and fill the remaining space in each pepper. Bake until the soup is bubbling and the peppers have just started to singe (about 15-20 min). <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 350°F. Remove the skillet from the heat and mix in the cheese. Fill the peppers about ¾ full of the mixture. Mix the tomato soup with enough water to create a gravy-like consistency and fill the remaining space in each pepper. Bake until the soup is bubbling and the peppers have just started to singe (about 15-20 min).
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Suzanne M. Munson,&nbsp; <span itemprop="author">Suzanne M. Munson</span>
,&nbsp;
<a href="http://allrecipes.com/recipe/17991/stuffed-green-peppers-i">http://allrecipes.com/recipe/17991/stuffed-green-peppers-i</a> <a href="http://allrecipes.com/recipe/17991/stuffed-green-peppers-i">http://allrecipes.com/recipe/17991/stuffed-green-peppers-i</a>
</section> </section>
+22 -21
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Swedish Meatballs</h1> <h1 itemprop="name">Swedish Meatballs</h1>
<div class="timing"> <div class="timing">
prep 60 min </div> prep <span itemprop="prepTime">60 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">This receipe makes the softest, most succulent meatballs you'll ever try.</div> <div class="description" itemprop="description">This receipe makes the softest, most succulent meatballs you'll ever try.</div>
</div> </div>
</section> </section>
@@ -28,88 +28,89 @@ prep 60 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">onion (minced)</div> <div class="item">onion (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a skillet and cook the onions until lightly browned. <div class="detail" itemprop="recipeInstructions">Melt the butter in a skillet and cook the onions until lightly browned.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">breadcrumbs</div> <div class="item">breadcrumbs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">half-n-half</div> <div class="item">half-n-half</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ lb ¾ lb
</div> </div>
<div class="item">ground beef</div> <div class="item">ground beef</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ lb ¼ lb
</div> </div>
<div class="item">ground pork</div> <div class="item">ground pork</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ tsp ⅓ tsp
</div> </div>
<div class="item">sugar, granulated</div> <div class="item">sugar, granulated</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">white pepper (ground)</div> <div class="item">white pepper (ground)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large bowl, whisk the breadcrumbs, water, and half-n-half together and let sit for a few minutes. Then mix in the remaining ingredients and knead until it forms a smooth paste. <div class="detail" itemprop="recipeInstructions">In a large bowl, whisk the breadcrumbs, water, and half-n-half together and let sit for a few minutes. Then mix in the remaining ingredients and knead until it forms a smooth paste.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt more butter into the skillet. Using a small spoon, form meatballs and drop them into the melted butter. Cover and allow to cook on medium heat until an even color all the way through (about 10 minutes). Work in batches, setting aside the cooked meatballs in a warm oven to stay hot. <div class="detail" itemprop="recipeInstructions">Melt more butter into the skillet. Using a small spoon, form meatballs and drop them into the melted butter. Cover and allow to cook on medium heat until an even color all the way through (about 10 minutes). Work in batches, setting aside the cooked meatballs in a warm oven to stay hot.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Linda T.,&nbsp; <span itemprop="author">Linda T.</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/222371/swedish-meatballs-from-a-swede">https://www.allrecipes.com/recipe/222371/swedish-meatballs-from-a-swede</a> <a href="https://www.allrecipes.com/recipe/222371/swedish-meatballs-from-a-swede">https://www.allrecipes.com/recipe/222371/swedish-meatballs-from-a-swede</a>
</section> </section>
+17 -17
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Caesar Salad</h1> <h1 itemprop="name">Caesar Salad</h1>
<div class="timing"> <div class="timing">
prep 9 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">9 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This traditional favorite salad recipe has been adjusted to fit the tastes of my family who tend to like a lot more garlic than most people. <div class="description" itemprop="description">This traditional favorite salad recipe has been adjusted to fit the tastes of my family who tend to like a lot more garlic than most people.
</div> </div>
</div> </div>
</section> </section>
@@ -31,71 +31,71 @@ prep 9 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 tsp 5 tsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">anchovy paste</div> <div class="item">anchovy paste</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the egg, lemon juice, anchovy paste, and garlic in a large bowl and whisk vigorously until all the ingredients are completely mixed. <div class="detail" itemprop="recipeInstructions">Combine the egg, lemon juice, anchovy paste, and garlic in a large bowl and whisk vigorously until all the ingredients are completely mixed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 tbsp 6 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the olive oil a little at a time, whisking just enough to mix, but still avoiding trapping a lot of air in the process. <div class="detail" itemprop="recipeInstructions">Add the olive oil a little at a time, whisking just enough to mix, but still avoiding trapping a lot of air in the process.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 heads 2 heads
</div> </div>
<div class="item">romaine lettuce</div> <div class="item">romaine lettuce</div>
</ul> </ul>
</div> </div>
<div class="detail">Chop the romaine into bite-sized pieces. Roll the dressing around in the bowl until it coats the sides, and then drop in the lettuce. Toss until the dressing has been fully mixed. <div class="detail" itemprop="recipeInstructions">Chop the romaine into bite-sized pieces. Roll the dressing around in the bowl until it coats the sides, and then drop in the lettuce. Toss until the dressing has been fully mixed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/3 cup 1/3 cup
</div> </div>
<div class="item">parmesean (freshly grated)</div> <div class="item">parmesean (freshly grated)</div>
</ul> </ul>
</div> </div>
<div class="detail">Sprinkle the parmesean cheese over the salad. If so desired, chill in the refrigerator for 30 minutes before serving. <div class="detail" itemprop="recipeInstructions">Sprinkle the parmesean cheese over the salad. If so desired, chill in the refrigerator for 30 minutes before serving.
</div> </div>
</div> </div>
</section> </section>
+21 -21
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Cucumber Salad</h1> <h1 itemprop="name">Cucumber Salad</h1>
<div class="timing"> <div class="timing">
prep 20 min </div> prep <span itemprop="prepTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This salad is zesty and refreshing as the vinegar from the pickled onions combines with the flavors of the fresh vegetables, olive oil, and cheese. <div class="description" itemprop="description">This salad is zesty and refreshing as the vinegar from the pickled onions combines with the flavors of the fresh vegetables, olive oil, and cheese.
</div> </div>
</div> </div>
</section> </section>
@@ -32,83 +32,83 @@ prep 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">onion, red (thinly sliced)</div> <div class="item">onion, red (thinly sliced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">vinegar, white</div> <div class="item">vinegar, white</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">sugar</div> <div class="item">sugar</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine vinegar, water, and sugar in a small saucepan and bring to a boil. Add the onions and simmer until soft. Bottle onions with their juice overnight before using. <div class="detail" itemprop="recipeInstructions">Combine vinegar, water, and sugar in a small saucepan and bring to a boil. Add the onions and simmer until soft. Bottle onions with their juice overnight before using.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">cucumbers (thinly sliced)</div> <div class="item">cucumbers (thinly sliced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ cups 1½ cups
</div> </div>
<div class="item">cherry tomatoes (quartered)</div> <div class="item">cherry tomatoes (quartered)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">picked red onion</div> <div class="item">picked red onion</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 oz 8 oz
</div> </div>
<div class="item">mozzerella (diced)</div> <div class="item">mozzerella (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">basil (shredded)</div> <div class="item">basil (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">picked red onion juice</div> <div class="item">picked red onion juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">olive oil, extra-virgin</div> <div class="item">olive oil, extra-virgin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine ingredients in a large bowl and toss. Chill before serving. <div class="detail" itemprop="recipeInstructions">Combine ingredients in a large bowl and toss. Chill before serving.
</div> </div>
</div> </div>
</section> </section>
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Ruth's Chris Chop Salad</h1> <h1 itemprop="name">Ruth's Chris Chop Salad</h1>
<div class="timing"> <div class="timing">
prep 20 min </div> prep <span itemprop="prepTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This is complex salad with many textures, flavors, and layers. It's a bit of work to put together, but an absolute delight to eat. <div class="description" itemprop="description">This is complex salad with many textures, flavors, and layers. It's a bit of work to put together, but an absolute delight to eat.
</div> </div>
</div> </div>
</section> </section>
@@ -31,93 +31,93 @@ prep 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">basil leaves (dried)</div> <div class="item">basil leaves (dried)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
</ul> </ul>
</div> </div>
<div class="detail">Put all the ingredients in a blender and purée. Allow to chill in the refrigerator overnight. <div class="detail" itemprop="recipeInstructions">Put all the ingredients in a blender and purée. Allow to chill in the refrigerator overnight.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 cups 8 cups
</div> </div>
<div class="item">lettuce, iceberg (sliced thin)</div> <div class="item">lettuce, iceberg (sliced thin)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">spinach, baby</div> <div class="item">spinach, baby</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">onion, red (diced)</div> <div class="item">onion, red (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 oz 6 oz
</div> </div>
<div class="item">mushrooms, white (quartered)</div> <div class="item">mushrooms, white (quartered)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 4
</div> </div>
<div class="item">eggs (hard-boiled, sliced)</div> <div class="item">eggs (hard-boiled, sliced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ lb ½ lb
</div> </div>
<div class="item">bacon (cooked crispy, crumbled)</div> <div class="item">bacon (cooked crispy, crumbled)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
14 oz 14 oz
</div> </div>
<div class="item">heart of palm (chilled, sliced)</div> <div class="item">heart of palm (chilled, sliced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">cheese, gorgonzola (crumbled)</div> <div class="item">cheese, gorgonzola (crumbled)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">croutons</div> <div class="item">croutons</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 10
</div> </div>
<div class="item">tomatoes, cherry (halved)</div> <div class="item">tomatoes, cherry (halved)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">crispy fried onions</div> <div class="item">crispy fried onions</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large salad bowl, layer the ingredients in order: lettuce, spinach, red onion, olives, mushrooms, hearts of palm, eggs, and bacon. Top with crispy onions, gorgonzola, and bacon bits. Chill for at least 10 minutes. <div class="detail" itemprop="recipeInstructions">In a large salad bowl, layer the ingredients in order: lettuce, spinach, red onion, olives, mushrooms, hearts of palm, eggs, and bacon. Top with crispy onions, gorgonzola, and bacon bits. Chill for at least 10 minutes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -126,7 +126,7 @@ prep 20 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Drizzle the dressing over the salad just before serving. <div class="detail" itemprop="recipeInstructions">Drizzle the dressing over the salad just before serving.
</div> </div>
</div> </div>
</section> </section>
+12 -12
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Spinach Feta Salad</h1> <h1 itemprop="name">Spinach Feta Salad</h1>
<div class="timing"> <div class="timing">
prep 5 minutes </div> prep <span itemprop="prepTime">5 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This salad is extremely simple to make and very tasty. It is my go-to salad for when I'm in a hurry or have a lot of other dishes in progress at the same time. It's improved by chilling for a while before serving. <div class="description" itemprop="description">This salad is extremely simple to make and very tasty. It is my go-to salad for when I'm in a hurry or have a lot of other dishes in progress at the same time. It's improved by chilling for a while before serving.
</div> </div>
</div> </div>
</section> </section>
@@ -31,34 +31,34 @@ prep 5 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">spinach, baby</div> <div class="item">spinach, baby</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">feta cheese</div> <div class="item">feta cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">cranberries, dried</div> <div class="item">cranberries, dried</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">olive oil, extra virgin</div> <div class="item">olive oil, extra virgin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">vinegar, balsamic</div> <div class="item">vinegar, balsamic</div>
</ul> </ul>
</div> </div>
<div class="detail">Wash the spinach and place in a large serving bowl. Add the cheese and cranberries, and then the oil and vinegar. Toss by hand so that the cheese is somewhat pulverized and mixed into the oil and vinegar. <div class="detail" itemprop="recipeInstructions">Wash the spinach and place in a large serving bowl. Add the cheese and cranberries, and then the oil and vinegar. Toss by hand so that the cheese is somewhat pulverized and mixed into the oil and vinegar.
</div> </div>
</div> </div>
</section> </section>
+16 -15
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Bacon Shallot Marmalade</h1> <h1 itemprop="name">Bacon Shallot Marmalade</h1>
<div class="timing"> <div class="timing">
prep 20 minutes </div> prep <span itemprop="prepTime">20 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 12 <div class="icon serving"></div>× <span itemprop="recipeYield">12</span>
</div> </div>
<div class="description">This marmalade has a lot going on! Salty, tangy, sweet, and positively delicious. I've used it to augment beef, lamb, and other strong-flavored dishes. <div class="description" itemprop="description">This marmalade has a lot going on! Salty, tangy, sweet, and positively delicious. I've used it to augment beef, lamb, and other strong-flavored dishes.
</div> </div>
</div> </div>
</section> </section>
@@ -31,58 +31,59 @@ prep 20 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">bacon (diced)</div> <div class="item">bacon (diced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Fry the bacon on medium high heat until it has released all its fat and become crispy. Set aside in a small bowl. <div class="detail" itemprop="recipeInstructions">Fry the bacon on medium high heat until it has released all its fat and become crispy. Set aside in a small bowl.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">shallots (julienned)</div> <div class="item">shallots (julienned)</div>
</ul> </ul>
</div> </div>
<div class="detail">Sautée the shallots in the bacon grease until lightly carmelized. Once finished, add the shallots to the bowl with the bacon. <div class="detail" itemprop="recipeInstructions">Sautée the shallots in the bacon grease until lightly carmelized. Once finished, add the shallots to the bowl with the bacon.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">vinegar, balsamic</div> <div class="item">vinegar, balsamic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">pepper, black</div> <div class="item">pepper, black</div>
</ul> </ul>
</div> </div>
<div class="detail">Deglaze the pan with the vinegar, salt, and pepper. Reduce the vinegar to approximately half the volume (so that a spoon passed through the pan leaves a clear streak). Pour the vinegar in with rest and mix well. <div class="detail" itemprop="recipeInstructions">Deglaze the pan with the vinegar, salt, and pepper. Reduce the vinegar to approximately half the volume (so that a spoon passed through the pan leaves a clear streak). Pour the vinegar in with rest and mix well.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Emilie Abijanac,&nbsp; <span itemprop="author">Emilie Abijanac</span>
,&nbsp;
<a href="https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/">https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/</a> <a href="https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/">https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/</a>
</section> </section>
@@ -1,55 +0,0 @@
<!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>Bacon Shallot Marmalade</h1>
<div class="timing">
prep 0 minutes,&nbsp;cook 0 minutes </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon low-carb"></div>
<div class="icon overnight"></div>
<div class="icon vegetarian"></div>
<div class="icon serving"></div>× 1
</div>
<div class="description">pass
</div>
</div>
</section>
<section class="instructions">
<div class="step">
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<div class="amount">
None
</div>
<div class="item"></div>
</ul>
</div>
<div class="detail">pass
</div>
</div>
</section>
<section class="credits">
</section>
<section class="navigation">
<a href="../..">« Back</a>
</section>
</body>
</html
+14 -14
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Bok Choy with Garlic</h1> <h1 itemprop="name">Bok Choy with Garlic</h1>
<div class="timing"> <div class="timing">
prep 20 min </div> prep <span itemprop="prepTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 3 <div class="icon serving"></div>× <span itemprop="recipeYield">3</span>
</div> </div>
<div class="description">This treatment of bok choy yield a soft and lightly flavored vegetable which makes a good companion to almost any other dish. <div class="description" itemprop="description">This treatment of bok choy yield a soft and lightly flavored vegetable which makes a good companion to almost any other dish.
</div> </div>
</div> </div>
</section> </section>
@@ -32,48 +32,48 @@ prep 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a large saucepan over medium heat. Once it foams, add the garlic and cook until it browns (about 5 min). <div class="detail" itemprop="recipeInstructions">Melt the butter in a large saucepan over medium heat. Once it foams, add the garlic and cook until it browns (about 5 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 heads 6 heads
</div> </div>
<div class="item">baby bok choy</div> <div class="item">baby bok choy</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the chicken broth and bok choy. Season with salt & pepper to taste, and then bring to a boil and then reduce to a simmer until the bok choy is soft (about 5 min). <div class="detail" itemprop="recipeInstructions">Add the chicken broth and bok choy. Season with salt & pepper to taste, and then bring to a boil and then reduce to a simmer until the bok choy is soft (about 5 min).
</div> </div>
</div> </div>
</section> </section>
+14 -13
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Bourbon Glazed Carrots</h1> <h1 itemprop="name">Bourbon Glazed Carrots</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 20 min </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">These carrots are covered with a thick, syrupy sauce which is delicious, but definitely not low-calorie! <div class="description" itemprop="description">These carrots are covered with a thick, syrupy sauce which is delicious, but definitely not low-calorie!
</div> </div>
</div> </div>
</section> </section>
@@ -31,44 +31,45 @@ prep 10 min,&nbsp;cook 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lbs 2 lbs
</div> </div>
<div class="item">carrots</div> <div class="item">carrots</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut carrots into bite-sized pieces and place in a steamer. Cook until soft (about 10 minutes). <div class="detail" itemprop="recipeInstructions">Cut carrots into bite-sized pieces and place in a steamer. Cook until soft (about 10 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">brown sugar</div> <div class="item">brown sugar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">bourbon</div> <div class="item">bourbon</div>
</ul> </ul>
</div> </div>
<div class="detail">When the carrots are finished, drain and set aside. Combine the butter, sugar, and boubon in same pot and heat on medium until thickened. Return the carrots to the pot and mix. <div class="detail" itemprop="recipeInstructions">When the carrots are finished, drain and set aside. Combine the butter, sugar, and boubon in same pot and heat on medium until thickened. Return the carrots to the pot and mix.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Flipper,&nbsp; <span itemprop="author">Flipper</span>
,&nbsp;
<a href="http://allrecipes.com/recipe/229583/bourbon-glazed-carrots/">http://allrecipes.com/recipe/229583/bourbon-glazed-carrots/</a> <a href="http://allrecipes.com/recipe/229583/bourbon-glazed-carrots/">http://allrecipes.com/recipe/229583/bourbon-glazed-carrots/</a>
</section> </section>
+18 -18
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Creamed Spinach</h1> <h1 itemprop="name">Creamed Spinach</h1>
<div class="timing"> <div class="timing">
prep 5 min,&nbsp;cook 15 min </div> prep <span itemprop="prepTime">5 min</span>,&nbsp;cook <span itemprop"cookTime">15 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 5 <div class="icon serving"></div>× <span itemprop="recipeYield">5</span>
</div> </div>
<div class="description">Both tasty and simple to make, this recipe is a great way to add a little green to any meal. <div class="description" itemprop="description">Both tasty and simple to make, this recipe is a great way to add a little green to any meal.
</div> </div>
</div> </div>
</section> </section>
@@ -31,72 +31,72 @@ prep 5 min,&nbsp;cook 15 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
40 oz 40 oz
</div> </div>
<div class="item">spinach, frozen</div> <div class="item">spinach, frozen</div>
</ul> </ul>
</div> </div>
<div class="detail">In a medium stock pot, heat the frozen spinach on a low heat. Once defrosted, squeeze the spinach dry, reserving about a half cup of the liquid and setting the spinach aside. <div class="detail" itemprop="recipeInstructions">In a medium stock pot, heat the frozen spinach on a low heat. Once defrosted, squeeze the spinach dry, reserving about a half cup of the liquid and setting the spinach aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ cups 1½ cups
</div> </div>
<div class="item">milk, whole</div> <div class="item">milk, whole</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">flour</div> <div class="item">flour</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cloves 3 cloves
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in now-empty stock pot. When foaming, add the garlic and cook until softened and browned. Pour in the milk, and slowly add the flour: whisking constantly until smooth and steaming. <div class="detail" itemprop="recipeInstructions">Melt the butter in now-empty stock pot. When foaming, add the garlic and cook until softened and browned. Pour in the milk, and slowly add the flour: whisking constantly until smooth and steaming.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">parmesean cheese (grated)</div> <div class="item">parmesean cheese (grated)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">nutmeg</div> <div class="item">nutmeg</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the spinach and reserved water back into the stock pot along with the remaining ingredients. Cook until heated through and serve. <div class="detail" itemprop="recipeInstructions">Add the spinach and reserved water back into the stock pot along with the remaining ingredients. Cook until heated through and serve.
</div> </div>
</div> </div>
</section> </section>
+18 -18
View File
@@ -5,25 +5,25 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Garlic Broccoli</h1> <h1 itemprop="name">Garlic Broccoli</h1>
<div class="timing"> <div class="timing">
prep 10 minutes </div> prep <span itemprop="prepTime">10 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon overnight"></div> <div class="icon overnight"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 1 <div class="icon serving"></div>× <span itemprop="recipeYield">1</span>
</div> </div>
<div class="description">Broccoli is one of those vegetables which some people like raw, and some people like cooked: but only with a lot of added flavor. Not a lot of people like plain, steamed broccoli. This dish splits the different very successfully. A bit of light steaming sofens the broccoli without turning it into bitter mush, and the marinade adds all the flavor you could want. <div class="description" itemprop="description">Broccoli is one of those vegetables which some people like raw, and some people like cooked: but only with a lot of added flavor. Not a lot of people like plain, steamed broccoli. This dish splits the different very successfully. A bit of light steaming sofens the broccoli without turning it into bitter mush, and the marinade adds all the flavor you could want.
</div> </div>
</div> </div>
</section> </section>
@@ -33,76 +33,76 @@ prep 10 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 head 1 head
</div> </div>
<div class="item">broccoli (cut into florets)</div> <div class="item">broccoli (cut into florets)</div>
</ul> </ul>
</div> </div>
<div class="detail">Lightly steam the broccoli florets until somewhat sofened, but still al dente. <div class="detail" itemprop="recipeInstructions">Lightly steam the broccoli florets until somewhat sofened, but still al dente.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cloves 4 cloves
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">olive oil, extra virgin</div> <div class="item">olive oil, extra virgin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Use a small food processor to purée the garlic, olive oil, and salt into a paste. <div class="detail" itemprop="recipeInstructions">Use a small food processor to purée the garlic, olive oil, and salt into a paste.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅓ cup ⅓ cup
</div> </div>
<div class="item">olive oil, extra virgin</div> <div class="item">olive oil, extra virgin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">vinegar, red wine</div> <div class="item">vinegar, red wine</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">mustard, dijon</div> <div class="item">mustard, dijon</div>
</ul> </ul>
</div> </div>
<div class="detail">In a small mixing bowl, whisk the garlic paste, mustard, vinegar, and olive oil until completely combined. Add the broccoli and toss until completely coated. Cover the bowl and place in the refrigerator for at least 3 hours, and up to overnight. <div class="detail" itemprop="recipeInstructions">In a small mixing bowl, whisk the garlic paste, mustard, vinegar, and olive oil until completely combined. Add the broccoli and toss until completely coated. Cover the bowl and place in the refrigerator for at least 3 hours, and up to overnight.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">parmesan cheese (grated)</div> <div class="item">parmesan cheese (grated)</div>
</ul> </ul>
</div> </div>
<div class="detail">Just before serving, sprinkle the grated cheese over the broccoli. <div class="detail" itemprop="recipeInstructions">Just before serving, sprinkle the grated cheese over the broccoli.
</div> </div>
</div> </div>
</section> </section>
+16 -15
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Hasselback Potatoes</h1> <h1 itemprop="name">Hasselback Potatoes</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 60 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">60 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">This Swedish dish takes its name from Hasselbacken, the Stockholm restaurant where it was first served. The seasoned potatoes turn out crisp on hte outside and tender on the inside. <div class="description" itemprop="description">This Swedish dish takes its name from Hasselbacken, the Stockholm restaurant where it was first served. The seasoned potatoes turn out crisp on hte outside and tender on the inside.
</div> </div>
</div> </div>
</section> </section>
@@ -31,58 +31,59 @@ prep 20 min,&nbsp;cook 60 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 None 4 None
</div> </div>
<div class="item">potatoes (large)</div> <div class="item">potatoes (large)</div>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 425°F. Wash, but do not peel the potatoes. Place two wooden spoons on either side of the potato, and slice down to the spoon (taking care not to complete cut through) about every 1/8th of an inch along the length of the potato. <div class="detail" itemprop="recipeInstructions">Preheat the oven to 425°F. Wash, but do not peel the potatoes. Place two wooden spoons on either side of the potato, and slice down to the spoon (taking care not to complete cut through) about every 1/8th of an inch along the length of the potato.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Place the potatoes in a baking dish, and drizzle all over with olive oil. Place in the oven to cook until the start to spread open naturally (about 3540 minutes). <div class="detail" itemprop="recipeInstructions">Place the potatoes in a baking dish, and drizzle all over with olive oil. Place in the oven to cook until the start to spread open naturally (about 3540 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">cheddar cheese (shredded)</div> <div class="item">cheddar cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
</div> </div>
<div class="item">salt & pepper</div> <div class="item">salt & pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Cut the butter into slivers and wedge them in between each leaf of the potato. Sprinkle with shredded cheese, salt, and pepper. Add other toppings as desired (e.g., bacon, chives, etc.). Continue cook until nicely browned (about 20 minutes). <div class="detail" itemprop="recipeInstructions">Cut the butter into slivers and wedge them in between each leaf of the potato. Sprinkle with shredded cheese, salt, and pepper. Add other toppings as desired (e.g., bacon, chives, etc.). Continue cook until nicely browned (about 20 minutes).
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
POMPIER850,&nbsp; <span itemprop="author">POMPIER850</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/79518/hasselback-potatoes/">https://www.allrecipes.com/recipe/79518/hasselback-potatoes/</a> <a href="https://www.allrecipes.com/recipe/79518/hasselback-potatoes/">https://www.allrecipes.com/recipe/79518/hasselback-potatoes/</a>
</section> </section>
+13 -12
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Horseradish Cream</h1> <h1 itemprop="name">Horseradish Cream</h1>
<div class="timing"> <div class="timing">
prep 5 minutes </div> prep <span itemprop="prepTime">5 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">Most horseradish sauces are pretty overwhelming, but this one is so subtle that you could almost eat it by itself. It makes a great addition to any rich, meaty dish (roasts, prime rib, etc.). Even better, this can be made up to several days ahead of time and stored in the refrigerator. <div class="description" itemprop="description">Most horseradish sauces are pretty overwhelming, but this one is so subtle that you could almost eat it by itself. It makes a great addition to any rich, meaty dish (roasts, prime rib, etc.). Even better, this can be made up to several days ahead of time and stored in the refrigerator.
</div> </div>
</div> </div>
</section> </section>
@@ -32,35 +32,36 @@ prep 5 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">yogurt, plain greek</div> <div class="item">yogurt, plain greek</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">mayonnaise</div> <div class="item">mayonnaise</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2½ oz 2½ oz
</div> </div>
<div class="item">horseradish, creamed</div> <div class="item">horseradish, creamed</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">pepper, black</div> <div class="item">pepper, black</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine all ingredients in a mixing bowl, whisking vigorously until smooth, creamy, and completely blended. <div class="detail" itemprop="recipeInstructions">Combine all ingredients in a mixing bowl, whisking vigorously until smooth, creamy, and completely blended.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Emilie Abijanac,&nbsp; <span itemprop="author">Emilie Abijanac</span>
,&nbsp;
<a href="https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/">https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/</a> <a href="https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/">https://justcook.butcherbox.com/garlic-herb-crusted-ribeye-roast-with-horseradish-cream-and-bacon-shallot-marmalade/</a>
</section> </section>
+15 -15
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Hummus</h1> <h1 itemprop="name">Hummus</h1>
<div class="timing"> <div class="timing">
prep 10 minutes </div> prep <span itemprop="prepTime">10 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">Fresh hummus is pretty amazing stuff, but you'll definitely need a powerful blender or food processor to manage as it gets very thick by the end. This recipe deliberately keeps it very simple, but hummus is a great platform to experiment with adding various other flavors (e.g., red pepper flakes, dill, etc.). <div class="description" itemprop="description">Fresh hummus is pretty amazing stuff, but you'll definitely need a powerful blender or food processor to manage as it gets very thick by the end. This recipe deliberately keeps it very simple, but hummus is a great platform to experiment with adding various other flavors (e.g., red pepper flakes, dill, etc.).
</div> </div>
</div> </div>
</section> </section>
@@ -31,53 +31,53 @@ prep 10 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 cloves 5 cloves
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
30 oz 30 oz
</div> </div>
<div class="item">garbanzo beans (pre-cooked, canned)</div> <div class="item">garbanzo beans (pre-cooked, canned)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cups 1 cups
</div> </div>
<div class="item">olive oil, extra-virgin</div> <div class="item">olive oil, extra-virgin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">tahini</div> <div class="item">tahini</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Using a food processor or a powerful blender, add one ingredient at a time, blending to a purée after each. <div class="detail" itemprop="recipeInstructions">Using a food processor or a powerful blender, add one ingredient at a time, blending to a purée after each.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cups ¼ cups
</div> </div>
<div class="item">olive oil, extra-virgin</div> <div class="item">olive oil, extra-virgin</div>
</ul> </ul>
</div> </div>
<div class="detail">Transfer to a serving bowl, and drizzle the remaining olive oil over the top. <div class="detail" itemprop="recipeInstructions">Transfer to a serving bowl, and drizzle the remaining olive oil over the top.
</div> </div>
</div> </div>
</section> </section>
+14 -13
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Pommes Purée</h1> <h1 itemprop="name">Pommes Purée</h1>
<div class="timing"> <div class="timing">
prep 25 min,&nbsp;cook 20 min </div> prep <span itemprop="prepTime">25 min</span>,&nbsp;cook <span itemprop"cookTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </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 class="description" itemprop="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>
</div> </div>
</section> </section>
@@ -31,44 +31,45 @@ prep 25 min,&nbsp;cook 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lb 2 lb
</div> </div>
<div class="item">yukon potatoes</div> <div class="item">yukon potatoes</div>
</ul> </ul>
</div> </div>
<div class="detail">Peel and chop the potatoes into 1” cubes. Rise and set aside to drain. <div class="detail" itemprop="recipeInstructions">Peel and chop the potatoes into 1” cubes. Rise and set aside to drain.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1⅓ cups 1⅓ cups
</div> </div>
<div class="item">whole milk (+ a little extra)</div> <div class="item">whole milk (+ a little extra)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
20 tbsp 20 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Joël Robuchon,&nbsp; <span itemprop="author">Joël Robuchon</span>
,&nbsp;
<a href="http://www.foodandwine.com/recipes/pommes-puree">http://www.foodandwine.com/recipes/pommes-puree</a> <a href="http://www.foodandwine.com/recipes/pommes-puree">http://www.foodandwine.com/recipes/pommes-puree</a>
</section> </section>
+15 -15
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Roasted Sweet Potatoes</h1> <h1 itemprop="name">Roasted Sweet Potatoes</h1>
<div class="timing"> <div class="timing">
prep 10 minutes,&nbsp;cook 45 minutes </div> prep <span itemprop="prepTime">10 minutes</span>,&nbsp;cook <span itemprop"cookTime">45 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 1 <div class="icon serving"></div>× <span itemprop="recipeYield">1</span>
</div> </div>
<div class="description">So often, they only way you encounter sweet potatoes is puréed with ton of sugar (maple syrup, marshmallow, etc.). This is a delicious alternative which, while still sweet, allows the natural flavor of the sweet potatoes to shine. <div class="description" itemprop="description">So often, they only way you encounter sweet potatoes is puréed with ton of sugar (maple syrup, marshmallow, etc.). This is a delicious alternative which, while still sweet, allows the natural flavor of the sweet potatoes to shine.
</div> </div>
</div> </div>
</section> </section>
@@ -33,55 +33,55 @@ prep 10 minutes,&nbsp;cook 45 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Pre-heat the oven to 350°F. <div class="detail" itemprop="recipeInstructions">Pre-heat the oven to 350°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">honey</div> <div class="item">honey</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">rosemary, fresh (minced)</div> <div class="item">rosemary, fresh (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt, course</div> <div class="item">salt, course</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Mix the olive oil, honey, rosemary, salt, and black pepper in a small mixing bowl. <div class="detail" itemprop="recipeInstructions">Mix the olive oil, honey, rosemary, salt, and black pepper in a small mixing bowl.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 3
</div> </div>
<div class="item">sweet potatoes / yams (peeled, chopped)</div> <div class="item">sweet potatoes / yams (peeled, chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the sweet potatoes to the mixing bowl, and mix until coated with the sauce. Lay out in a single layer on a cooking sheet lined with foil. Cook in the oven until tender (about 45 minutes). <div class="detail" itemprop="recipeInstructions">Add the sweet potatoes to the mixing bowl, and mix until coated with the sauce. Lay out in a single layer on a cooking sheet lined with foil. Cook in the oven until tender (about 45 minutes).
</div> </div>
</div> </div>
</section> </section>
+17 -16
View File
@@ -5,24 +5,24 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Sauteed Mushrooms</h1> <h1 itemprop="name">Sauteed Mushrooms</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 15 min </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">15 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">These are the best sauteed mushrooms I've ever had. Slighly salty, and very savory, they serve very well as a topping for steak, baked potatoes and whatever else needs a strong flavor. <div class="description" itemprop="description">These are the best sauteed mushrooms I've ever had. Slighly salty, and very savory, they serve very well as a topping for steak, baked potatoes and whatever else needs a strong flavor.
</div> </div>
</div> </div>
</section> </section>
@@ -32,59 +32,60 @@ prep 10 min,&nbsp;cook 15 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">button mushrooms (sliced)</div> <div class="item">button mushrooms (sliced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the olive oil and butter in a large saucepan over medium heat until it foams. Add the mushrooms and cook until reduced somewhat in size and slightly yellowed (about 5 minutes). <div class="detail" itemprop="recipeInstructions">Heat the olive oil and butter in a large saucepan over medium heat until it foams. Add the mushrooms and cook until reduced somewhat in size and slightly yellowed (about 5 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 clove 1 clove
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">tamair (or soy sauce)</div> <div class="item">tamair (or soy sauce)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 tsp 1/4 tsp
</div> </div>
<div class="item">garlic salt</div> <div class="item">garlic salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
None None
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the remaining ingredients and cook until the mushrooms are slightly browned and the sauced thickened (about 5-10 minutes). <div class="detail" itemprop="recipeInstructions">Add the remaining ingredients and cook until the mushrooms are slightly browned and the sauced thickened (about 5-10 minutes).
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
IrishMountainGirl,&nbsp; <span itemprop="author">IrishMountainGirl</span>
,&nbsp;
<a href="http://allrecipes.com/recipe/222795/superb-sauteed-mushrooms">http://allrecipes.com/recipe/222795/superb-sauteed-mushrooms</a> <a href="http://allrecipes.com/recipe/222795/superb-sauteed-mushrooms">http://allrecipes.com/recipe/222795/superb-sauteed-mushrooms</a>
</section> </section>
+23 -23
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Scalloped Sweet Potatoes</h1> <h1 itemprop="name">Scalloped Sweet Potatoes</h1>
<div class="timing"> <div class="timing">
prep 15 minutes,&nbsp;cook 45 minutes </div> prep <span itemprop="prepTime">15 minutes</span>,&nbsp;cook <span itemprop"cookTime">45 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon vegetarian"></div> <div class="icon vegetarian"></div>
<div class="icon serving"></div>× 12 <div class="icon serving"></div>× <span itemprop="recipeYield">12</span>
</div> </div>
<div class="description">Au Gratin potatoes are delicious, but swapping them out for sweet potatoes takes things to an entirely new level. I've never yet failed to get surprised and delighted responses from this dish. <div class="description" itemprop="description">Au Gratin potatoes are delicious, but swapping them out for sweet potatoes takes things to an entirely new level. I've never yet failed to get surprised and delighted responses from this dish.
</div> </div>
</div> </div>
</section> </section>
@@ -33,94 +33,94 @@ prep 15 minutes,&nbsp;cook 45 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Preheat the oven to 400°F. <div class="detail" itemprop="recipeInstructions">Preheat the oven to 400°F.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ lb 1½ lb
</div> </div>
<div class="item">sweet potatoes, orange</div> <div class="item">sweet potatoes, orange</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ lb 1½ lb
</div> </div>
<div class="item">sweet potatoes, white</div> <div class="item">sweet potatoes, white</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cups 1 cups
</div> </div>
<div class="item">cheese, gruyere (shredded)</div> <div class="item">cheese, gruyere (shredded)</div>
</ul> </ul>
</div> </div>
<div class="detail">Peel and slice the sweet potatoes into ¼” slices. Arrange in a 9”⨉13” backing dish so that each slice overlaps slightly with the prior one, alternating colors to create a pleasing pattern. Sprinkle with cheese, and then create a second layer of potato. <div class="detail" itemprop="recipeInstructions">Peel and slice the sweet potatoes into ¼” slices. Arrange in a 9”⨉13” backing dish so that each slice overlaps slightly with the prior one, alternating colors to create a pleasing pattern. Sprinkle with cheese, and then create a second layer of potato.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2½ cups 2½ cups
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">thyme, dried</div> <div class="item">thyme, dried</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">pepper, black</div> <div class="item">pepper, black</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">mustard powder</div> <div class="item">mustard powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">nutmeg, ground</div> <div class="item">nutmeg, ground</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">garlic powder</div> <div class="item">garlic powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">onion powder</div> <div class="item">onion powder</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the cream and spices in a small saucepan. Cook over medium-high heat until bubble just start to form. <div class="detail" itemprop="recipeInstructions">Combine the cream and spices in a small saucepan. Cook over medium-high heat until bubble just start to form.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cups 1 cups
</div> </div>
<div class="item">cheese, gruyere (shredded)</div> <div class="item">cheese, gruyere (shredded)</div>
</ul> </ul>
</div> </div>
<div class="detail">Pour the cream mixture over the sweet potatoes in the baking dish. Sprinkle with the remaining cheese. Cover loosely with foil, and bake until the potatoes can be pierced effortlessly with a knife (about 45 minutes). <div class="detail" itemprop="recipeInstructions">Pour the cream mixture over the sweet potatoes in the baking dish. Sprinkle with the remaining cheese. Cover loosely with foil, and bake until the potatoes can be pierced effortlessly with a knife (about 45 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -129,7 +129,7 @@ prep 15 minutes,&nbsp;cook 45 minutes </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Remove the foil, and switch the oven to broil on its highest setting. Carefully Watch until the top layer has just started to brown, and then remove from the oven (about 1 minute). Allow to cool for 10 minutes before serving. <div class="detail" itemprop="recipeInstructions">Remove the foil, and switch the oven to broil on its highest setting. Carefully Watch until the top layer has just started to brown, and then remove from the oven (about 1 minute). Allow to cool for 10 minutes before serving.
</div> </div>
</div> </div>
</section> </section>
+16 -16
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Tzatziki</h1> <h1 itemprop="name">Tzatziki</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 20 min </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">20 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 3 <div class="icon serving"></div>× <span itemprop="recipeYield">3</span>
</div> </div>
<div class="description">Tzatziki has a creamy tartness with just a tiny bit of crunch from the cucumber. It makes a great accompaniment to spicy strong dishes to help cool things off. We always serve this with Kofta. <div class="description" itemprop="description">Tzatziki has a creamy tartness with just a tiny bit of crunch from the cucumber. It makes a great accompaniment to spicy strong dishes to help cool things off. We always serve this with Kofta.
</div> </div>
</div> </div>
</section> </section>
@@ -31,58 +31,58 @@ prep 10 min,&nbsp;cook 20 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">cucumber</div> <div class="item">cucumber</div>
</ul> </ul>
</div> </div>
<div class="detail">Peel the cucumber and remove all the seeds. Dice into ¼” cubes. <div class="detail" itemprop="recipeInstructions">Peel the cucumber and remove all the seeds. Dice into ¼” cubes.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">greek yogurt</div> <div class="item">greek yogurt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cloves 2 cloves
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">dill (chopped)</div> <div class="item">dill (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">lemon zest</div> <div class="item">lemon zest</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine all the ingredients with the cucumber and mix. Place in the refrigerator for at least 20 min to chill. <div class="detail" itemprop="recipeInstructions">Combine all the ingredients with the cucumber and mix. Place in the refrigerator for at least 20 min to chill.
</div> </div>
</div> </div>
</section> </section>
+22 -22
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Caldo Verde</h1> <h1 itemprop="name">Caldo Verde</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 45 min </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">45 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">This spicy spanish soup packs a full meal (greens, carbs, and protein) into a single bowl. <div class="description" itemprop="description">This spicy spanish soup packs a full meal (greens, carbs, and protein) into a single bowl.
</div> </div>
</div> </div>
</section> </section>
@@ -30,72 +30,72 @@ prep 15 min,&nbsp;cook 45 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1+1/2 lb 1+1/2 lb
</div> </div>
<div class="item">chorizo sausage</div> <div class="item">chorizo sausage</div>
</ul> </ul>
</div> </div>
<div class="detail">Add olive oil to a skillet on medium-high heat, and cook the chorizo until browned (about 165°F inside) and set aside in a bowl." <div class="detail" itemprop="recipeInstructions">Add olive oil to a skillet on medium-high heat, and cook the chorizo until browned (about 165°F inside) and set aside in a bowl."
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">onions (yellow, chopped)</div> <div class="item">onions (yellow, chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 clovese 8 clovese
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Reduce the heat to medium, and, in the same skillet, add the onion, garlic, salt, red pepper flakes, and black pepper. Cook until the onion is golden and translucent. Set the skillet aside. <div class="detail" itemprop="recipeInstructions">Reduce the heat to medium, and, in the same skillet, add the onion, garlic, salt, red pepper flakes, and black pepper. Cook until the onion is golden and translucent. Set the skillet aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 cups 8 cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 cups 8 cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 lbs 4 lbs
</div> </div>
<div class="item">potatoes (cubed)</div> <div class="item">potatoes (cubed)</div>
</ul> </ul>
</div> </div>
<div class="detail">In a large stock pot, add the water and broth. Bring to a boil, add the potatoes, and cook until they start to turn tender. Then reduce to a simmer and cook until soft. <div class="detail" itemprop="recipeInstructions">In a large stock pot, add the water and broth. Bring to a boil, add the potatoes, and cook until they start to turn tender. Then reduce to a simmer and cook until soft.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -104,26 +104,26 @@ prep 15 min,&nbsp;cook 45 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Add the onion mix to the stock pot, and mix. Transfer 1½ cups of solids and another 1½ cups of liquids to a blender and set aside. <div class="detail" itemprop="recipeInstructions">Add the onion mix to the stock pot, and mix. Transfer 1½ cups of solids and another 1½ cups of liquids to a blender and set aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/3 cup 1/3 cup
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tsp 4 tsp
</div> </div>
<div class="item">white wine vinegar</div> <div class="item">white wine vinegar</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the oil to the blender and purée. Turn off the heat, and add the purée and vinegar to the stock pot. <div class="detail" itemprop="recipeInstructions">Add the oil to the blender and purée. Turn off the heat, and add the purée and vinegar to the stock pot.
</div> </div>
</div> </div>
</section> </section>
+21 -21
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Carrot Ginger Soup</h1> <h1 itemprop="name">Carrot Ginger Soup</h1>
<div class="timing"> <div class="timing">
prep 30 min </div> prep <span itemprop="prepTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">The sweetness of the carrots and the spicy zing of the ginger make this soup a hearty base for adding some basic protein (e.g., chicken or shrimp) or just to eat on its own. <div class="description" itemprop="description">The sweetness of the carrots and the spicy zing of the ginger make this soup a hearty base for adding some basic protein (e.g., chicken or shrimp) or just to eat on its own.
</div> </div>
</div> </div>
</section> </section>
@@ -30,95 +30,95 @@ prep 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Sautée the onion in olive oil until translucent in a dutch oven. <div class="detail" itemprop="recipeInstructions">Sautée the onion in olive oil until translucent in a dutch oven.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 10
</div> </div>
<div class="item">carrots, large (chopped)</div> <div class="item">carrots, large (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">leek, white portion (chopped)</div> <div class="item">leek, white portion (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the leeks and carrots, and continue to cook, stirring occasionally, until the carrots are soft (about 10 minutes). <div class="detail" itemprop="recipeInstructions">Add the leeks and carrots, and continue to cook, stirring occasionally, until the carrots are soft (about 10 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">ginger (peeled, diced)</div> <div class="item">ginger (peeled, diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">water</div> <div class="item">water</div>
</ul> </ul>
</div> </div>
<div class="detail">While the carrots are cooking, use a small food processor to puree the ginger and water into a paste. <div class="detail" itemprop="recipeInstructions">While the carrots are cooking, use a small food processor to puree the ginger and water into a paste.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cups 4 cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the broth, salt, pepper, and ginger with the vegetables. Bring to a boil, and then turn off the heat. <div class="detail" itemprop="recipeInstructions">Combine the broth, salt, pepper, and ginger with the vegetables. Bring to a boil, and then turn off the heat.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">chives (chopped)</div> <div class="item">chives (chopped)</div>
</ul> </ul>
</div> </div>
<div class="detail">Purée the soup in batches in a large blender. Return to the dutch oven when finished, and bring back to temperature. Serve with a sprinkling of chopped chives on top. <div class="detail" itemprop="recipeInstructions">Purée the soup in batches in a large blender. Return to the dutch oven when finished, and bring back to temperature. Serve with a sprinkling of chopped chives on top.
</div> </div>
</div> </div>
</section> </section>
+38 -37
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Chili</h1> <h1 itemprop="name">Chili</h1>
<div class="timing"> <div class="timing">
prep 30 min,&nbsp;cook 34 hours </div> prep <span itemprop="prepTime">30 min</span>,&nbsp;cook <span itemprop"cookTime">34 hours</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description">This is a pretty servicable chili recipe, though nothing particularly special. It produces a thick, hearty chili which is tasty without being overly spicy. <div class="description" itemprop="description">This is a pretty servicable chili recipe, though nothing particularly special. It produces a thick, hearty chili which is tasty without being overly spicy.
</div> </div>
</div> </div>
</section> </section>
@@ -30,172 +30,173 @@ prep 30 min,&nbsp;cook 34 hours </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 slice 2 slice
</div> </div>
<div class="item">bacon</div> <div class="item">bacon</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat a large stock pot on medium-high heat. Dice the bacon and cook until crispy. (about 5 min) <div class="detail" itemprop="recipeInstructions">Heat a large stock pot on medium-high heat. Dice the bacon and cook until crispy. (about 5 min)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 lb 2 lb
</div> </div>
<div class="item">ground beef</div> <div class="item">ground beef</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">italian sausage</div> <div class="item">italian sausage</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the meat and cook until crumbled and brown throughout. Drain excess grease. (about 10 min) <div class="detail" itemprop="recipeInstructions">Add the meat and cook until crumbled and brown throughout. Drain excess grease. (about 10 min)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 (15 oz) can 3 (15 oz) can
</div> </div>
<div class="item">chili beans (drained)</div> <div class="item">chili beans (drained)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 (15 oz) can 1 (15 oz) can
</div> </div>
<div class="item">kidney beans (drained)</div> <div class="item">kidney beans (drained)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 (28 oz) can 2 (28 oz) can
</div> </div>
<div class="item">diced tomatoes</div> <div class="item">diced tomatoes</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 (6 oz) can 1 (6 oz) can
</div> </div>
<div class="item">tomato paste</div> <div class="item">tomato paste</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">yellow onion (diced)</div> <div class="item">yellow onion (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 stalks 3 stalks
</div> </div>
<div class="item">celery (diced)</div> <div class="item">celery (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">green pepper (diced)</div> <div class="item">green pepper (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">red pepper (diced)</div> <div class="item">red pepper (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cups 4 cups
</div> </div>
<div class="item">beef stock</div> <div class="item">beef stock</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 cup 1/4 cup
</div> </div>
<div class="item">chili powder</div> <div class="item">chili powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">Worcestershire sauce</div> <div class="item">Worcestershire sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">garlic (minced)</div> <div class="item">garlic (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">dried oregano</div> <div class="item">dried oregano</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">ground cumin</div> <div class="item">ground cumin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">Tabasco sauce</div> <div class="item">Tabasco sauce</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">dried basil</div> <div class="item">dried basil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">paprika</div> <div class="item">paprika</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">white sugar</div> <div class="item">white sugar</div>
</ul> </ul>
</div> </div>
<div class="detail">Add all the new ingredients to the pot and stir until blended completely. Simmer over low heat for at least 23 hours (preferably more), stirring occasionally. <div class="detail" itemprop="recipeInstructions">Add all the new ingredients to the pot and stir until blended completely. Simmer over low heat for at least 23 hours (preferably more), stirring occasionally.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 oz 8 oz
</div> </div>
<div class="item">cheddar cheese</div> <div class="item">cheddar cheese</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
~ ~
</div> </div>
<div class="item">corn tortilla chips</div> <div class="item">corn tortilla chips</div>
</ul> </ul>
</div> </div>
<div class="detail">Adjust seasonings to taste, and serve with shredded cheese and chips. <div class="detail" itemprop="recipeInstructions">Adjust seasonings to taste, and serve with shredded cheese and chips.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
MIGHTYPURDUE22,&nbsp; <span itemprop="author">MIGHTYPURDUE22</span>
,&nbsp;
<a href="http://allrecipes.com/recipe/78299/boilermaker-tailgate-chili/">http://allrecipes.com/recipe/78299/boilermaker-tailgate-chili/</a> <a href="http://allrecipes.com/recipe/78299/boilermaker-tailgate-chili/">http://allrecipes.com/recipe/78299/boilermaker-tailgate-chili/</a>
</section> </section>
+21 -21
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Clam Chowder</h1> <h1 itemprop="name">Clam Chowder</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 25 min </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">25 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">Clam chowder the is the quinessential comfort food of New England: rich, creamy, and with enough flavor and texture to add real substence. This recipe makes perfect re-creation of the very best I remember from back home. <div class="description" itemprop="description">Clam chowder the is the quinessential comfort food of New England: rich, creamy, and with enough flavor and texture to add real substence. This recipe makes perfect re-creation of the very best I remember from back home.
</div> </div>
</div> </div>
</section> </section>
@@ -30,58 +30,58 @@ prep 15 min,&nbsp;cook 25 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
20 oz 20 oz
</div> </div>
<div class="item">minced clams</div> <div class="item">minced clams</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">onion, yellow (chopped)</div> <div class="item">onion, yellow (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">celery (chopped)</div> <div class="item">celery (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">potato (diced)</div> <div class="item">potato (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">carrots (diced)</div> <div class="item">carrots (diced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Drain the liquid from the clams into a dutch oven and add the carrots, onions, celery, and potatoes. Add enough water to cover, and then cook over medium-high heat until tender. Set the clams aside for later. <div class="detail" itemprop="recipeInstructions">Drain the liquid from the clams into a dutch oven and add the carrots, onions, celery, and potatoes. Add enough water to cover, and then cook over medium-high heat until tender. Set the clams aside for later.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 oz 6 oz
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
6 oz 6 oz
</div> </div>
<div class="item">gluten-free flour blend</div> <div class="item">gluten-free flour blend</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 qt 1 qt
</div> </div>
<div class="item">half-n-half</div> <div class="item">half-n-half</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a large saucepan, and whisk in the flour until smooth. Whisk in the cream until smooth as well. <div class="detail" itemprop="recipeInstructions">Melt the butter in a large saucepan, and whisk in the flour until smooth. Whisk in the cream until smooth as well.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -90,31 +90,31 @@ prep 15 min,&nbsp;cook 25 min </div>
<ul> <ul>
</ul> </ul>
</div> </div>
<div class="detail">Add the flour mixture in with the vegetables, and heat to a simmer, but do not allow to boil. <div class="detail" itemprop="recipeInstructions">Add the flour mixture in with the vegetables, and heat to a simmer, but do not allow to boil.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">red wine vinegar</div> <div class="item">red wine vinegar</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the clams and other remaining ingredients to the dutch oven. Bring up to temperature and serve. <div class="detail" itemprop="recipeInstructions">Add the clams and other remaining ingredients to the dutch oven. Bring up to temperature and serve.
</div> </div>
</div> </div>
</section> </section>
+32 -32
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Cream of Spinach Soup</h1> <h1 itemprop="name">Cream of Spinach Soup</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 25 min </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">25 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description"></div> <div class="description" itemprop="description"></div>
</div> </div>
</section> </section>
@@ -29,150 +29,150 @@ prep 15 min,&nbsp;cook 25 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ cups 1½ cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tsp 3 tsp
</div> </div>
<div class="item">chicken stock</div> <div class="item">chicken stock</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 oz 10 oz
</div> </div>
<div class="item">spinach</div> <div class="item">spinach</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the spinach, water, and chicken stock to a dutch oven and cook until the spinach is soft. <div class="detail" itemprop="recipeInstructions">Add the spinach, water, and chicken stock to a dutch oven and cook until the spinach is soft.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter (unsalted)</div> <div class="item">butter (unsalted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cloves 3 cloves
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">gluten-free flour blend</div> <div class="item">gluten-free flour blend</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">whole milk</div> <div class="item">whole milk</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">parmesan cheese (shredded)</div> <div class="item">parmesan cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Set the spinach aside in a bowl. Sautée the onion in the butter until golden and translucent. Add the garlic and continue to sautée until browned. <div class="detail" itemprop="recipeInstructions">Set the spinach aside in a bowl. Sautée the onion in the butter until golden and translucent. Add the garlic and continue to sautée until browned.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">gluten-free flour blend</div> <div class="item">gluten-free flour blend</div>
</ul> </ul>
</div> </div>
<div class="detail">Slowly add in the flour while stirring constantly. Continue to cook until it turns a golden brown. <div class="detail" itemprop="recipeInstructions">Slowly add in the flour while stirring constantly. Continue to cook until it turns a golden brown.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">whole milk</div> <div class="item">whole milk</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">parmesan cheese (shredded)</div> <div class="item">parmesan cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Whisk in the milk and cream, breaking up any lumps until the entire mixture is smooth and slightly thickened. <div class="detail" itemprop="recipeInstructions">Whisk in the milk and cream, breaking up any lumps until the entire mixture is smooth and slightly thickened.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ cup ¼ cup
</div> </div>
<div class="item">parmesan cheese (shredded)</div> <div class="item">parmesan cheese (shredded)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add back the reserved spinach along with the parmesan cheese, salt, and pepper. Bring back to temperature, and then purée in a blender, working in batches as necessary. <div class="detail" itemprop="recipeInstructions">Add back the reserved spinach along with the parmesan cheese, salt, and pepper. Bring back to temperature, and then purée in a blender, working in batches as necessary.
</div> </div>
</div> </div>
</section> </section>
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Creamy Ginger Pumpkin Soup</h1> <h1 itemprop="name">Creamy Ginger Pumpkin Soup</h1>
<div class="timing"> <div class="timing">
prep 10 min,&nbsp;cook 30 min </div> prep <span itemprop="prepTime">10 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This soup combines the zing of ginger with the smooth creaminess of pumpkin in a way which is wonderful to eat on its own, provide a base for a more complex soup, or even just drink straight from the jar. <div class="description" itemprop="description">This soup combines the zing of ginger with the smooth creaminess of pumpkin in a way which is wonderful to eat on its own, provide a base for a more complex soup, or even just drink straight from the jar.
</div> </div>
</div> </div>
</section> </section>
@@ -29,78 +29,79 @@ prep 10 min,&nbsp;cook 30 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion (yellow)</div> <div class="item">onion (yellow)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a large pot, adding in the onions and cooking until they are tender and translucent. <div class="detail" itemprop="recipeInstructions">Melt the butter in a large pot, adding in the onions and cooking until they are tender and translucent.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
14 oz 14 oz
</div> </div>
<div class="item">pumpkin purée</div> <div class="item">pumpkin purée</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cup 2 cup
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">ginger (fresh, minced)</div> <div class="item">ginger (fresh, minced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the broth, pumpkin, and ginger. Bring to a boil, and then reduce to a simmer until all the elements are fully soft (about 20 min). <div class="detail" itemprop="recipeInstructions">Add the broth, pumpkin, and ginger. Bring to a boil, and then reduce to a simmer until all the elements are fully soft (about 20 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">garam masala</div> <div class="item">garam masala</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">tumeric</div> <div class="item">tumeric</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">half-n-half</div> <div class="item">half-n-half</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Purée in batches and return to the soup pot. Add the spices and cream. Bring back to temperature, but do not allow to boil. <div class="detail" itemprop="recipeInstructions">Purée in batches and return to the soup pot. Add the spices and cream. Bring back to temperature, but do not allow to boil.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Deantini,&nbsp; <span itemprop="author">Deantini</span>
,&nbsp;
<a href="https://www.food.com/recipe/creamy-ginger-pumpkin-soup-383687">https://www.food.com/recipe/creamy-ginger-pumpkin-soup-383687</a> <a href="https://www.food.com/recipe/creamy-ginger-pumpkin-soup-383687">https://www.food.com/recipe/creamy-ginger-pumpkin-soup-383687</a>
</section> </section>
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Curry Butternut Squash & Apple Soup</h1> <h1 itemprop="name">Curry Butternut Squash & Apple Soup</h1>
<div class="timing"> <div class="timing">
</div> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This is a delightfully creamy soup between the squash and heavy cream, and the spices add a wonderful flavor. <div class="description" itemprop="description">This is a delightfully creamy soup between the squash and heavy cream, and the spices add a wonderful flavor.
</div> </div>
</div> </div>
</section> </section>
@@ -30,82 +30,82 @@
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil, extra-virgin</div> <div class="item">olive oil, extra-virgin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">carrot</div> <div class="item">carrot</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat oil in a dutch oven. Add the onions and carrots and cook until the latter are soft. <div class="detail" itemprop="recipeInstructions">Heat oil in a dutch oven. Add the onions and carrots and cook until the latter are soft.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cups 4 cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cups 4 cups
</div> </div>
<div class="item">butternut squash (chopped)</div> <div class="item">butternut squash (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">apple (cored, peeled, diced)</div> <div class="item">apple (cored, peeled, diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">cinnamon</div> <div class="item">cinnamon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tsp 1½ tsp
</div> </div>
<div class="item">yellow curry powder</div> <div class="item">yellow curry powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the chicken broth, squash, apple, and spices. Bring to a boil, and then reduce to a simmer until the squash is tender (about 30 min). <div class="detail" itemprop="recipeInstructions">Add the chicken broth, squash, apple, and spices. Bring to a boil, and then reduce to a simmer until the squash is tender (about 30 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
</ul> </ul>
</div> </div>
<div class="detail">Purée the soup (in batches, if necessary), and return to the dutch oven. Add the cream, and reheat gently until just barely simmering. <div class="detail" itemprop="recipeInstructions">Purée the soup (in batches, if necessary), and return to the dutch oven. Add the cream, and reheat gently until just barely simmering.
</div> </div>
</div> </div>
</section> </section>
+21 -20
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Egg Drop Soup</h1> <h1 itemprop="name">Egg Drop Soup</h1>
<div class="timing"> <div class="timing">
prep 20 minutes </div> prep <span itemprop="prepTime">20 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This Egg Drop soup is born from a love of the soup and MANY trips to my favorite Chinese restaurant (asking them many questions) resulting in this variation. Compare it to your local restaurant...The simplicity is the key. Soup can be re-heated or frozen and re-heated. <div class="description" itemprop="description">This Egg Drop soup is born from a love of the soup and MANY trips to my favorite Chinese restaurant (asking them many questions) resulting in this variation. Compare it to your local restaurant...The simplicity is the key. Soup can be re-heated or frozen and re-heated.
</div> </div>
</div> </div>
</section> </section>
@@ -31,83 +31,84 @@ prep 20 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3¼ cups 3¼ cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
⅛ tsp ⅛ tsp
</div> </div>
<div class="item">ginger, powdered</div> <div class="item">ginger, powdered</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">chives, fresh (diced)</div> <div class="item">chives, fresh (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg yolk</div> <div class="item">egg yolk</div>
</ul> </ul>
</div> </div>
<div class="detail">Combine the broth, salt, ginger, and chives in a large saucepan and bring to a rolling boil. <div class="detail" itemprop="recipeInstructions">Combine the broth, salt, ginger, and chives in a large saucepan and bring to a rolling boil.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ cups ¾ cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1½ tbsp 1½ tbsp
</div> </div>
<div class="item">cornstarch</div> <div class="item">cornstarch</div>
</ul> </ul>
</div> </div>
<div class="detail">In a small mixing bowl, stir the broth and cornstarch together until smooth and set aside. <div class="detail" itemprop="recipeInstructions">In a small mixing bowl, stir the broth and cornstarch together until smooth and set aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">eggs</div> <div class="item">eggs</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">egg yolk</div> <div class="item">egg yolk</div>
</ul> </ul>
</div> </div>
<div class="detail">In a small mixing bowl, combine the eggs and extra egg yolk with a fork until fully combined. Then, drizzle a little egg at a time into the hot broth mixture. Once all of the egg has been added, gently stir in the cornstarch mixture a little at a time until the desired consistency is reached. <div class="detail" itemprop="recipeInstructions">In a small mixing bowl, combine the eggs and extra egg yolk with a fork until fully combined. Then, drizzle a little egg at a time into the hot broth mixture. Once all of the egg has been added, gently stir in the cornstarch mixture a little at a time until the desired consistency is reached.
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
W.J. Cory,&nbsp; <span itemprop="author">W.J. Cory</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/45515/restaurant-style-egg-drop-soup">https://www.allrecipes.com/recipe/45515/restaurant-style-egg-drop-soup</a> <a href="https://www.allrecipes.com/recipe/45515/restaurant-style-egg-drop-soup">https://www.allrecipes.com/recipe/45515/restaurant-style-egg-drop-soup</a>
</section> </section>
+22 -21
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>French Onion Soup</h1> <h1 itemprop="name">French Onion Soup</h1>
<div class="timing"> <div class="timing">
prep 15 min,&nbsp;cook 80 min </div> prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">80 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon serving"></div>× 6 <div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div> </div>
<div class="description">This ultimate version of the bistro classic is made with homemade beef broth and caramelized onions. Aged Gruyére is key to getting the traditional bubbling crust of cheese; it's rich smooth, and melts easily. <div class="description" itemprop="description">This ultimate version of the bistro classic is made with homemade beef broth and caramelized onions. Aged Gruyére is key to getting the traditional bubbling crust of cheese; it's rich smooth, and melts easily.
</div> </div>
</div> </div>
</section> </section>
@@ -29,96 +29,97 @@ prep 15 min,&nbsp;cook 80 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 oz 2 oz
</div> </div>
<div class="item">butter (unsalted)</div> <div class="item">butter (unsalted)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 4
</div> </div>
<div class="item">onions (large, yellow)</div> <div class="item">onions (large, yellow)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
</div> </div>
<div class="item">salt & pepper</div> <div class="item">salt & pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a 4-quart pot over medium heat. Add the onions, salt, and pepper. Reduce the heat to low. Press a piece of foil over the onions, then cover and cook until the onions are very soft but not falling apart (about 50 min). <div class="detail" itemprop="recipeInstructions">Melt the butter in a 4-quart pot over medium heat. Add the onions, salt, and pepper. Reduce the heat to low. Press a piece of foil over the onions, then cover and cook until the onions are very soft but not falling apart (about 50 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">loaf french bread (½lb), cut in ½" slices</div> <div class="item">loaf french bread (½lb), cut in ½" slices</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 oz 1 oz
</div> </div>
<div class="item">butter</div> <div class="item">butter</div>
</ul> </ul>
</div> </div>
<div class="detail">While the onions cook, position a rack in the center of the oven and preheat to 350°F. Butter a rimmed baking sheet and add the slices of baguette in a single layer. Bake until browned and crisp turning once to get both sides (1520 min). <div class="detail" itemprop="recipeInstructions">While the onions cook, position a rack in the center of the oven and preheat to 350°F. Butter a rimmed baking sheet and add the slices of baguette in a single layer. Bake until browned and crisp turning once to get both sides (1520 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">sugar (white)</div> <div class="item">sugar (white)</div>
</ul> </ul>
</div> </div>
<div class="detail">Once the onions have finished cooking, add sugar, and raise heat to medium-high. Cook until browned (1015 min). <div class="detail" itemprop="recipeInstructions">Once the onions have finished cooking, add sugar, and raise heat to medium-high. Cook until browned (1015 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 cups 8 cups
</div> </div>
<div class="item">beef broth</div> <div class="item">beef broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">bay leaf</div> <div class="item">bay leaf</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the broth and bay leaf to the onions and bring to a boil. Reduce to a simmer for 10 minutes, and then discard the bay leaf. Add salt and pepper to taste. <div class="detail" itemprop="recipeInstructions">Add the broth and bay leaf to the onions and bring to a boil. Reduce to a simmer for 10 minutes, and then discard the bay leaf. Add salt and pepper to taste.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 cups 2 cups
</div> </div>
<div class="item">Gruyére cheese (shredded)</div> <div class="item">Gruyére cheese (shredded)</div>
</ul> </ul>
</div> </div>
<div class="detail">When ready to serve, place 6 broiler-safe bowls on a cooking sheet. Place 23 slices of bread at the bottom of each bowl and ladle hot soup over the top. Sprinkle with shredded cheese and broil until browned and bubbling (25 min). <div class="detail" itemprop="recipeInstructions">When ready to serve, place 6 broiler-safe bowls on a cooking sheet. Place 23 slices of bread at the bottom of each bowl and ladle hot soup over the top. Sprinkle with shredded cheese and broil until browned and bubbling (25 min).
</div> </div>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
Fine Cooking,&nbsp; <span itemprop="author">Fine Cooking</span>
,&nbsp;
<a href="http://www.finecooking.com/recipe/classic-french-onion-soup">http://www.finecooking.com/recipe/classic-french-onion-soup</a> <a href="http://www.finecooking.com/recipe/classic-french-onion-soup">http://www.finecooking.com/recipe/classic-french-onion-soup</a>
</section> </section>
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Hungarian Mushroom Beef Soup</h1> <h1 itemprop="name">Hungarian Mushroom Beef Soup</h1>
<div class="timing"> <div class="timing">
prep 25 min,&nbsp;cook 60 min </div> prep <span itemprop="prepTime">25 min</span>,&nbsp;cook <span itemprop"cookTime">60 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </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 class="description" itemprop="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>
</div> </div>
</section> </section>
@@ -30,150 +30,151 @@ prep 25 min,&nbsp;cook 60 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">stew beef</div> <div class="item">stew beef</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the oil in a large soup pot and brown the beef in batches. Set aside to cool. <div class="detail" itemprop="recipeInstructions">Heat the oil in a large soup pot and brown the beef in batches. Set aside to cool.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow (diced)</div> <div class="item">onion, yellow (diced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add butter to the soup pot and sautée the onions until soft and just starting to brown. <div class="detail" itemprop="recipeInstructions">Add butter to the soup pot and sautée the onions until soft and just starting to brown.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 cups 4 cups
</div> </div>
<div class="item">beef broth</div> <div class="item">beef broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">dry sherry</div> <div class="item">dry sherry</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tbsp 1 tbsp
</div> </div>
<div class="item">tamari</div> <div class="item">tamari</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">mushrooms, crimini</div> <div class="item">mushrooms, crimini</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">dill, fresh (minced)</div> <div class="item">dill, fresh (minced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">paprika, hungarian</div> <div class="item">paprika, hungarian</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¼ tsp ¼ tsp
</div> </div>
<div class="item">cayenne pepper</div> <div class="item">cayenne pepper</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">gluten-free flour blend</div> <div class="item">gluten-free flour blend</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">milk, whole</div> <div class="item">milk, whole</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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> </div>
<div class="step"> <div class="step">
<h3>6</h3> <h3>6</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">lemon juice</div> <div class="item">lemon juice</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 cup 1 cup
</div> </div>
<div class="item">sour cream</div> <div class="item">sour cream</div>
</ul> </ul>
</div> </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 class="detail" itemprop="recipeInstructions">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>
</div> </div>
</section> </section>
<section class="credits"> <section class="credits">
David Miner </section> <span itemprop="author">David Miner</span>
</section>
<section class="navigation"> <section class="navigation">
<a href="../..">« Back</a> <a href="../..">« Back</a>
+30 -30
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Spicy Lamb Soup</h1> <h1 itemprop="name">Spicy Lamb Soup</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 90 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">90 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 4 <div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</div> </div>
<div class="description">This thick and hearty soup can easily be adjusted from a mild tingle to a definite zing by around with the amount of harissa. Any way you make it, it's a solid, filling meal. <div class="description" itemprop="description">This thick and hearty soup can easily be adjusted from a mild tingle to a definite zing by around with the amount of harissa. Any way you make it, it's a solid, filling meal.
</div> </div>
</div> </div>
</section> </section>
@@ -30,140 +30,140 @@ prep 20 min,&nbsp;cook 90 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 lb 1 lb
</div> </div>
<div class="item">lamb (in bite-sized pieces)</div> <div class="item">lamb (in bite-sized pieces)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">olive oil</div> <div class="item">olive oil</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the oil to a large, cast-iron skillet on medium-high heat. Brown the lamb in batches and set aside. Add more oil as needed. <div class="detail" itemprop="recipeInstructions">Add the oil to a large, cast-iron skillet on medium-high heat. Brown the lamb in batches and set aside. Add more oil as needed.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion</div> <div class="item">onion</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cloves 3 cloves
</div> </div>
<div class="item">garlic</div> <div class="item">garlic</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the onion and garlic and cook until just starting to brown. <div class="detail" itemprop="recipeInstructions">Add the onion and garlic and cook until just starting to brown.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 cups 5 cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
14 oz 14 oz
</div> </div>
<div class="item">tomatoes (diced)</div> <div class="item">tomatoes (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">harissa</div> <div class="item">harissa</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">bay leaf</div> <div class="item">bay leaf</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">thyme</div> <div class="item">thyme</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/2 tsp 1/2 tsp
</div> </div>
<div class="item">oregano</div> <div class="item">oregano</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/8 tsp 1/8 tsp
</div> </div>
<div class="item">cinnamon</div> <div class="item">cinnamon</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 tsp 1/4 tsp
</div> </div>
<div class="item">cumin</div> <div class="item">cumin</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1/4 tsp 1/4 tsp
</div> </div>
<div class="item">tumeric</div> <div class="item">tumeric</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the water and return the meat to the pan. Bring to a boil, and skim off any foam which arises. Reduce the heat and add: tomatoes, spices, and harissa. Boil until tender, and then discard the bay leaf. (about 1 hour) <div class="detail" itemprop="recipeInstructions">Add the water and return the meat to the pan. Bring to a boil, and skim off any foam which arises. Reduce the heat and add: tomatoes, spices, and harissa. Boil until tender, and then discard the bay leaf. (about 1 hour)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
14 oz 14 oz
</div> </div>
<div class="item">garbanzo beans (cooked)</div> <div class="item">garbanzo beans (cooked)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">carrot (diced)</div> <div class="item">carrot (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">potato (diced)</div> <div class="item">potato (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">zucchini (diced)</div> <div class="item">zucchini (diced)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3½ oz 3½ oz
</div> </div>
<div class="item">peas (frozen)</div> <div class="item">peas (frozen)</div>
</ul> </ul>
</div> </div>
<div class="detail">Stir in the garbanzo beans, carrots, and potatos and simmer for 15 min. Add the zucchini and peas, and continue simmering until all the vegetables are soft. (about 30 min total) <div class="detail" itemprop="recipeInstructions">Stir in the garbanzo beans, carrots, and potatos and simmer for 15 min. Add the zucchini and peas, and continue simmering until all the vegetables are soft. (about 30 min total)
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>5</h3> <h3>5</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 leaves 4 leaves
</div> </div>
<div class="item">mint</div> <div class="item">mint</div>
</ul> </ul>
</div> </div>
<div class="detail">Adjust the seasoning, adding more harissa to taste. Serve and garnish with mint. <div class="detail" itemprop="recipeInstructions">Adjust the seasoning, adding more harissa to taste. Serve and garnish with mint.
</div> </div>
</div> </div>
</section> </section>
+22 -22
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Tomato Soup</h1> <h1 itemprop="name">Tomato Soup</h1>
<div class="timing"> <div class="timing">
prep 30 minutes </div> prep <span itemprop="prepTime">30 minutes</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon low-carb"></div> <div class="icon low-carb"></div>
<div class="icon serving"></div>× 1 <div class="icon serving"></div>× <span itemprop="recipeYield">1</span>
</div> </div>
<div class="description">This tomato soup is thick, slighly creamy, and very hearty. Unlike store-bought tomato soup, it's also not overburdened with sugar to make it taste good. Instead, I use canned San Marzano tomatoes (often kept in a separate section in the supermarket) as they add a whole different dimension to any tomato dish than even fresh tomatoes grown in the US. <div class="description" itemprop="description">This tomato soup is thick, slighly creamy, and very hearty. Unlike store-bought tomato soup, it's also not overburdened with sugar to make it taste good. Instead, I use canned San Marzano tomatoes (often kept in a separate section in the supermarket) as they add a whole different dimension to any tomato dish than even fresh tomatoes grown in the US.
</div> </div>
</div> </div>
</section> </section>
@@ -31,96 +31,96 @@ prep 30 minutes </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">28oz cans diced tomatoes</div> <div class="item">28oz cans diced tomatoes</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
¾ cup ¾ cup
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
</ul> </ul>
</div> </div>
<div class="detail">Drain the tomatoes into a colander over a large pot, pressing lightly to release the liquid. Add the chicken broth to the tomato juice and set aside. <div class="detail" itemprop="recipeInstructions">Drain the tomatoes into a colander over a large pot, pressing lightly to release the liquid. Add the chicken broth to the tomato juice and set aside.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow (chopped)</div> <div class="item">onion, yellow (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">bay leaf</div> <div class="item">bay leaf</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">sugar, brown</div> <div class="item">sugar, brown</div>
</ul> </ul>
</div> </div>
<div class="detail">Melt the butter in a dutch oven over medium heat. Add the onion and cook until soft and translucent. Add ⅔ of the tomatoes, bay leaf, and brown sugar. Cook, stirring occasionally, until the tomatoes begin to brown (about 5 minutes). <div class="detail" itemprop="recipeInstructions">Melt the butter in a dutch oven over medium heat. Add the onion and cook until soft and translucent. Add ⅔ of the tomatoes, bay leaf, and brown sugar. Cook, stirring occasionally, until the tomatoes begin to brown (about 5 minutes).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">tomato paste</div> <div class="item">tomato paste</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">flour, gluten-free mix</div> <div class="item">flour, gluten-free mix</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ tsp ½ tsp
</div> </div>
<div class="item">baking soda</div> <div class="item">baking soda</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the tomato paste and flour to the pot. Continue cooking, stirring frequently now, until the paste begins to darken. Slowly stir in the reserved tomato juice mixture, the remaining tomatoes, baking soda, and salt. Bring to a boil, and then reduce to medium-low heat to simmer until slightly thickened (about 5 minutes). Then, remove from the heat. <div class="detail" itemprop="recipeInstructions">Add the tomato paste and flour to the pot. Continue cooking, stirring frequently now, until the paste begins to darken. Slowly stir in the reserved tomato juice mixture, the remaining tomatoes, baking soda, and salt. Bring to a boil, and then reduce to medium-low heat to simmer until slightly thickened (about 5 minutes). Then, remove from the heat.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
½ cup ½ cup
</div> </div>
<div class="item">heavy cream</div> <div class="item">heavy cream</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 tsp 1 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Discard the bay leaf. Purée the soup in batches in a large blender. Return the puréed soup to the pot and bring back to a low simmer. Add the heavy cream and pepper. <div class="detail" itemprop="recipeInstructions">Discard the bay leaf. Purée the soup in batches in a large blender. Return the puréed soup to the pot and bring back to a low simmer. Add the heavy cream and pepper.
</div> </div>
</div> </div>
</section> </section>
+26 -26
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>Winter Lentil Soup</h1> <h1 itemprop="name">Winter Lentil Soup</h1>
<div class="timing"> <div class="timing">
prep 20 min,&nbsp;cook 60 min </div> prep <span itemprop="prepTime">20 min</span>,&nbsp;cook <span itemprop"cookTime">60 min</span> </div>
<div class="icons"> <div class="icons">
<div class="icon gluten-free"></div> <div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8 <div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div> </div>
<div class="description"></div> <div class="description" itemprop="description"></div>
</div> </div>
</section> </section>
@@ -29,116 +29,116 @@ prep 20 min,&nbsp;cook 60 min </div>
<h3>1</h3> <h3>1</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
4 tbsp 4 tbsp
</div> </div>
<div class="item">butter, unsalted</div> <div class="item">butter, unsalted</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">onion, yellow</div> <div class="item">onion, yellow</div>
</ul> </ul>
</div> </div>
<div class="detail">Heat the oil in a dutch oven and sautée the onion until golden and translucent. <div class="detail" itemprop="recipeInstructions">Heat the oil in a dutch oven and sautée the onion until golden and translucent.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>2</h3> <h3>2</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
10 cups 10 cups
</div> </div>
<div class="item">water</div> <div class="item">water</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
5 cups 5 cups
</div> </div>
<div class="item">chicken broth</div> <div class="item">chicken broth</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 cups 3 cups
</div> </div>
<div class="item">lentils, brown</div> <div class="item">lentils, brown</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 1
</div> </div>
<div class="item">butternut squash (peeled, cubed)</div> <div class="item">butternut squash (peeled, cubed)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 bunch 1 bunch
</div> </div>
<div class="item">swiss chard (chopped)</div> <div class="item">swiss chard (chopped)</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 stalks 3 stalks
</div> </div>
<div class="item">celery (diced)</div> <div class="item">celery (diced)</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the water, broth, vegetables, and lentils. Bring to a boil, and reduce to a simmer. <div class="detail" itemprop="recipeInstructions">Add the water, broth, vegetables, and lentils. Bring to a boil, and reduce to a simmer.
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>3</h3> <h3>3</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
3 tbsp 3 tbsp
</div> </div>
<div class="item">curry powder</div> <div class="item">curry powder</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tbsp 2 tbsp
</div> </div>
<div class="item">honey</div> <div class="item">honey</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 2
</div> </div>
<div class="item">bay leaves</div> <div class="item">bay leaves</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
1 sprig 1 sprig
</div> </div>
<div class="item">thyme, fresh</div> <div class="item">thyme, fresh</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">salt</div> <div class="item">salt</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">black pepper</div> <div class="item">black pepper</div>
</ul> </ul>
</div> </div>
<div class="detail">Add the next set of ingredients and simmer until the squash is soft (about an hour). <div class="detail" itemprop="recipeInstructions">Add the next set of ingredients and simmer until the squash is soft (about an hour).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
<h3>4</h3> <h3>4</h3>
<div class="ingredients"> <div class="ingredients">
<ul> <ul>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
8 tsp 8 tsp
</div> </div>
<div class="item">coconut oil</div> <div class="item">coconut oil</div>
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
2 tsp 2 tsp
</div> </div>
<div class="item">red pepper flakes</div> <div class="item">red pepper flakes</div>
</ul> </ul>
</div> </div>
<div class="detail">Add coconut oil and red pepper flakes immediately before serving. <div class="detail" itemprop="recipeInstructions">Add coconut oil and red pepper flakes immediately before serving.
</div> </div>
</div> </div>
</section> </section>
+10 -10
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width" /> <meta name="viewport" content="user-scalable=no, width=device-width" />
<body class="recipe"> <body class="recipe" itemscope itemtype="http://schema.org/Recipe">
<section class="header"> <section class="header">
<div class="image" style="background-image: url('./image.png')"></div> <div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
<div class="about"> <div class="about">
<h1>{{ title }}</h1> <h1 itemprop="name">{{ title }}</h1>
<div class="timing"> <div class="timing">
{% if timings.prep -%} {% if timings.prep -%}
prep {{ timings.prep }} prep <span itemprop="prepTime">{{ timings.prep }}</span>
{%- endif -%} {%- endif -%}
{%- if timings.prep and timings.cook -%} {%- if timings.prep and timings.cook -%}
,&nbsp; ,&nbsp;
{%- endif -%} {%- endif -%}
{%- if timings.cook -%} {%- if timings.cook -%}
cook {{ timings.cook }} cook <span itemprop"cookTime">{{ timings.cook }}</span>
{%- endif %} {%- endif %}
</div> </div>
@@ -29,11 +29,11 @@
<div class="icon {{ icon }}"></div> <div class="icon {{ icon }}"></div>
{% endfor %} {% endfor %}
{% if servings %} {% if servings %}
<div class="icon serving"></div>× {{ servings }} <div class="icon serving"></div>× <span itemprop="recipeYield">{{ servings }}</span>
{% endif %} {% endif %}
</div> </div>
<div class="description">{{ description }}</div> <div class="description" itemprop="description">{{ description }}</div>
</div> </div>
</section> </section>
@@ -45,7 +45,7 @@
<ul> <ul>
{% if step.ingredients %} {% if step.ingredients %}
{% for ingredient in step.ingredients %} {% for ingredient in step.ingredients %}
<li> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
{{ as_fraction(ingredient.amount) }} {{ ingredient.unit }} {{ as_fraction(ingredient.amount) }} {{ ingredient.unit }}
</div> </div>
@@ -54,7 +54,7 @@
{% endif %} {% endif %}
</ul> </ul>
</div> </div>
<div class="detail">{{ step.directions }}</div> <div class="detail" itemprop="recipeInstructions">{{ step.directions }}</div>
</div> </div>
{% endfor %} {% endfor %}
</section> </section>
@@ -62,7 +62,7 @@
{% if credit %} {% if credit %}
<section class="credits"> <section class="credits">
{% if credit.name %} {% if credit.name %}
{{ credit.name -}} <span itemprop="author">{{ credit.name -}}</span>
{% endif -%} {% endif -%}
{%- if credit.name and credit.url -%} {%- if credit.name and credit.url -%}
,&nbsp; ,&nbsp;