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
+22 -22
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Caldo Verde</h1>
<h1 itemprop="name">Caldo Verde</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 8
<div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</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>
</section>
@@ -30,72 +30,72 @@ prep 15 min,&nbsp;cook 45 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1+1/2 lb
</div>
<div class="item">chorizo sausage</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">onions (yellow, chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
8 clovese
</div>
<div class="item">garlic</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/2 tsp
</div>
<div class="item">red pepper flakes</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
8 cups
</div>
<div class="item">water</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
8 cups
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 lbs
</div>
<div class="item">potatoes (cubed)</div>
</ul>
</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 class="step">
@@ -104,26 +104,26 @@ prep 15 min,&nbsp;cook 45 min </div>
<ul>
</ul>
</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 class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/3 cup
</div>
<div class="item">olive oil</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 tsp
</div>
<div class="item">white wine vinegar</div>
</ul>
</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>
</section>
+21 -21
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Carrot Ginger Soup</h1>
<h1 itemprop="name">Carrot Ginger Soup</h1>
<div class="timing">
prep 30 min </div>
prep <span itemprop="prepTime">30 min</span> </div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× 8
<div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</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>
</section>
@@ -30,95 +30,95 @@ prep 30 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion, yellow (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
10
</div>
<div class="item">carrots, large (chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">leek, white portion (chopped)</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">ginger (peeled, diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">water</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 cups
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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 class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">chives (chopped)</div>
</ul>
</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>
</section>
+38 -37
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Chili</h1>
<h1 itemprop="name">Chili</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 8
<div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</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>
</section>
@@ -30,172 +30,173 @@ prep 30 min,&nbsp;cook 34 hours </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 slice
</div>
<div class="item">bacon</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 lb
</div>
<div class="item">ground beef</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 lb
</div>
<div class="item">italian sausage</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 (15 oz) can
</div>
<div class="item">chili beans (drained)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 (15 oz) can
</div>
<div class="item">kidney beans (drained)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 (28 oz) can
</div>
<div class="item">diced tomatoes</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 (6 oz) can
</div>
<div class="item">tomato paste</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">yellow onion (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 stalks
</div>
<div class="item">celery (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">green pepper (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">red pepper (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 cups
</div>
<div class="item">beef stock</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/4 cup
</div>
<div class="item">chili powder</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">Worcestershire sauce</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">garlic (minced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">dried oregano</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">ground cumin</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">Tabasco sauce</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1½ tsp
</div>
<div class="item">cayenne pepper</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">dried basil</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">paprika</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">white sugar</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
8 oz
</div>
<div class="item">cheddar cheese</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
~
</div>
<div class="item">corn tortilla chips</div>
</ul>
</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>
</section>
<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>
</section>
+21 -21
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Clam Chowder</h1>
<h1 itemprop="name">Clam Chowder</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 6
<div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</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>
</section>
@@ -30,58 +30,58 @@ prep 15 min,&nbsp;cook 25 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
20 oz
</div>
<div class="item">minced clams</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">onion, yellow (chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">celery (chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">potato (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">carrots (diced)</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
6 oz
</div>
<div class="item">butter</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
6 oz
</div>
<div class="item">gluten-free flour blend</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 qt
</div>
<div class="item">half-n-half</div>
</ul>
</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 class="step">
@@ -90,31 +90,31 @@ prep 15 min,&nbsp;cook 25 min </div>
<ul>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">red wine vinegar</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1½ tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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>
</section>
+32 -32
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Cream of Spinach Soup</h1>
<h1 itemprop="name">Cream of Spinach Soup</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 8
<div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div>
<div class="description"></div>
<div class="description" itemprop="description"></div>
</div>
</section>
@@ -29,150 +29,150 @@ prep 15 min,&nbsp;cook 25 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1½ cups
</div>
<div class="item">water</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 tsp
</div>
<div class="item">chicken stock</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
10 oz
</div>
<div class="item">spinach</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 tbsp
</div>
<div class="item">butter (unsalted)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion, yellow (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 cloves
</div>
<div class="item">garlic</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">gluten-free flour blend</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 cups
</div>
<div class="item">whole milk</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">heavy cream</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">parmesan cheese (shredded)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">gluten-free flour blend</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 cups
</div>
<div class="item">whole milk</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">heavy cream</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">parmesan cheese (shredded)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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 class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ cup
</div>
<div class="item">parmesan cheese (shredded)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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>
</section>
@@ -5,21 +5,21 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Creamy Ginger Pumpkin Soup</h1>
<h1 itemprop="name">Creamy Ginger Pumpkin Soup</h1>
<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="icon serving"></div>× 4
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</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>
</section>
@@ -29,78 +29,79 @@ prep 10 min,&nbsp;cook 30 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion (yellow)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">butter</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
14 oz
</div>
<div class="item">pumpkin purée</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 cup
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">ginger (fresh, minced)</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">garam masala</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">tumeric</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">half-n-half</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
½ tsp
</div>
<div class="item">salt</div>
</ul>
</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>
</section>
<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>
</section>
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Curry Butternut Squash & Apple Soup</h1>
<h1 itemprop="name">Curry Butternut Squash & Apple Soup</h1>
<div class="timing">
</div>
<div class="icons">
<div class="icon gluten-free"></div>
<div class="icon serving"></div>× 4
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</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>
</section>
@@ -30,82 +30,82 @@
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil, extra-virgin</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion, yellow (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">carrot</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 cups
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 cups
</div>
<div class="item">butternut squash (chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">apple (cored, peeled, diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">cinnamon</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1½ tsp
</div>
<div class="item">yellow curry powder</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
½ tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
½ tsp
</div>
<div class="item">black pepper</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
½ cup
</div>
<div class="item">heavy cream</div>
</ul>
</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>
</section>
+21 -20
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Egg Drop Soup</h1>
<h1 itemprop="name">Egg Drop Soup</h1>
<div class="timing">
prep 20 minutes </div>
prep <span itemprop="prepTime">20 minutes</span> </div>
<div class="icons">
<div class="icon gluten-free"></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 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>
</section>
@@ -31,83 +31,84 @@ prep 20 minutes </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3¼ cups
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
⅛ tsp
</div>
<div class="item">ginger, powdered</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">chives, fresh (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">eggs</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">egg yolk</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¾ cups
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1½ tbsp
</div>
<div class="item">cornstarch</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">eggs</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">egg yolk</div>
</ul>
</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>
</section>
<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>
</section>
+22 -21
View File
@@ -5,21 +5,21 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>French Onion Soup</h1>
<h1 itemprop="name">French Onion Soup</h1>
<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="icon serving"></div>× 6
<div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</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>
</section>
@@ -29,96 +29,97 @@ prep 15 min,&nbsp;cook 80 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 oz
</div>
<div class="item">butter (unsalted)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4
</div>
<div class="item">onions (large, yellow)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
</div>
<div class="item">salt & pepper</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">loaf french bread (½lb), cut in ½" slices</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 oz
</div>
<div class="item">butter</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">sugar (white)</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
8 cups
</div>
<div class="item">beef broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">bay leaf</div>
</ul>
</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 class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 cups
</div>
<div class="item">Gruyére cheese (shredded)</div>
</ul>
</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>
</section>
<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>
</section>
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Hungarian Mushroom Beef Soup</h1>
<h1 itemprop="name">Hungarian Mushroom Beef Soup</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 4
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</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>
</section>
@@ -30,150 +30,151 @@ prep 25 min,&nbsp;cook 60 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 lb
</div>
<div class="item">stew beef</div>
</ul>
</div>
<div class="detail">Heat the oil in a large soup pot and brown the beef in batches. Set aside to cool.
<div 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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">butter, unsalted</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion, yellow (diced)</div>
</ul>
</div>
<div class="detail">Add butter to the soup pot and sautée the onions until soft and just starting to brown.
<div 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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 cups
</div>
<div class="item">beef broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">dry sherry</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tbsp
</div>
<div class="item">tamari</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 lb
</div>
<div class="item">mushrooms, crimini</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">dill, fresh (minced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">paprika, hungarian</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¼ tsp
</div>
<div class="item">cayenne pepper</div>
</ul>
</div>
<div class="detail">Add the broth, sherry, tamari, mushrooms and spices to the onions along with the browned meat. Bring to a boil and then reduce to a simmer for 1 hour.
<div 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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 tbsp
</div>
<div class="item">gluten-free flour blend</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">butter, unsalted</div>
</ul>
</div>
<div class="detail">When the meat is nearly done simmering (about 10 min remaining), add butter to a large saucepan and heat on medium until it foams. Gradually add the flour while whisking continously, taking care to mix it in completely.
<div 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 class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">milk, whole</div>
</ul>
</div>
<div class="detail">Stir in milk gradually, while continuing to whisk continuously. Take care to completely remove any lumps. Continue to whisk until the roux thickens and then add it to the soup pot.
<div 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 class="step">
<h3>6</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">lemon juice</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">sour cream</div>
</ul>
</div>
<div class="detail">Once the meat is tender (after roughly an hour simmering), add the lemon juice, sour cream, and adjust the spices to taste (adding more paprika to the desired level of heat).
<div 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>
</section>
<section class="credits">
David Miner </section>
<span itemprop="author">David Miner</span>
</section>
<section class="navigation">
<a href="../..">« Back</a>
+30 -30
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Spicy Lamb Soup</h1>
<h1 itemprop="name">Spicy Lamb Soup</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 4
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
</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>
</section>
@@ -30,140 +30,140 @@ prep 20 min,&nbsp;cook 90 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 lb
</div>
<div class="item">lamb (in bite-sized pieces)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">olive oil</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 cloves
</div>
<div class="item">garlic</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
5 cups
</div>
<div class="item">water</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
14 oz
</div>
<div class="item">tomatoes (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">harissa</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">bay leaf</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/2 tsp
</div>
<div class="item">thyme</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/2 tsp
</div>
<div class="item">oregano</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/8 tsp
</div>
<div class="item">cinnamon</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/4 tsp
</div>
<div class="item">cumin</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1/4 tsp
</div>
<div class="item">tumeric</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
14 oz
</div>
<div class="item">garbanzo beans (cooked)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">carrot (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">potato (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">zucchini (diced)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3½ oz
</div>
<div class="item">peas (frozen)</div>
</ul>
</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 class="step">
<h3>5</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 leaves
</div>
<div class="item">mint</div>
</ul>
</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>
</section>
+22 -22
View File
@@ -5,23 +5,23 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Tomato Soup</h1>
<h1 itemprop="name">Tomato Soup</h1>
<div class="timing">
prep 30 minutes </div>
prep <span itemprop="prepTime">30 minutes</span> </div>
<div class="icons">
<div class="icon gluten-free"></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 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>
</section>
@@ -31,96 +31,96 @@ prep 30 minutes </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">28oz cans diced tomatoes</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
¾ cup
</div>
<div class="item">chicken broth</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 tbsp
</div>
<div class="item">butter, unsalted</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion, yellow (chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">bay leaf</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">sugar, brown</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">tomato paste</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">flour, gluten-free mix</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
½ tsp
</div>
<div class="item">baking soda</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">salt</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
½ cup
</div>
<div class="item">heavy cream</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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>
</section>
+26 -26
View File
@@ -5,22 +5,22 @@
<meta charset="UTF-8" />
<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">
<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">
<h1>Winter Lentil Soup</h1>
<h1 itemprop="name">Winter Lentil Soup</h1>
<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="icon gluten-free"></div>
<div class="icon serving"></div>× 8
<div class="icon serving"></div>× <span itemprop="recipeYield">8</span>
</div>
<div class="description"></div>
<div class="description" itemprop="description"></div>
</div>
</section>
@@ -29,116 +29,116 @@ prep 20 min,&nbsp;cook 60 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
4 tbsp
</div>
<div class="item">butter, unsalted</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">onion, yellow</div>
</ul>
</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 class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
10 cups
</div>
<div class="item">water</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
5 cups
</div>
<div class="item">chicken broth</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 cups
</div>
<div class="item">lentils, brown</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1
</div>
<div class="item">butternut squash (peeled, cubed)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 bunch
</div>
<div class="item">swiss chard (chopped)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 stalks
</div>
<div class="item">celery (diced)</div>
</ul>
</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 class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
3 tbsp
</div>
<div class="item">curry powder</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">honey</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">bay leaves</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 sprig
</div>
<div class="item">thyme, fresh</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">salt</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">black pepper</div>
</ul>
</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 class="step">
<h3>4</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
8 tsp
</div>
<div class="item">coconut oil</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tsp
</div>
<div class="item">red pepper flakes</div>
</ul>
</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>
</section>