Add French Onion Dip and Tomato Soup
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 179 KiB |
@@ -0,0 +1,131 @@
|
||||
<!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>French Onion Dip</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep 30 minutes, cook 30 minutes </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon low-carb"></div>
|
||||
<div class="icon vegetarian"></div>
|
||||
<div class="icon serving"></div>× 6
|
||||
</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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
3 tbsp
|
||||
</div>
|
||||
<div class="item">butter, unsalted</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 lbs
|
||||
</div>
|
||||
<div class="item">onions, yellow (diced)</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">black pepper</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
⅛ tsp
|
||||
</div>
|
||||
<div class="item">cayenne pepper</div>
|
||||
</ul>
|
||||
</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>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
¼ cup
|
||||
</div>
|
||||
<div class="item">water</div>
|
||||
</ul>
|
||||
</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>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2½ tsp
|
||||
</div>
|
||||
<div class="item">balsamic vinegar</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1 cup
|
||||
</div>
|
||||
<div class="item">sour cream</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
½ cup
|
||||
</div>
|
||||
<div class="item">mayonnaise</div>
|
||||
</ul>
|
||||
</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>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>4</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1 cup
|
||||
</div>
|
||||
<div class="item">sour cream</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
½ cup
|
||||
</div>
|
||||
<div class="item">mayonnaise</div>
|
||||
</ul>
|
||||
</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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="credits">
|
||||
</section>
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
@@ -35,6 +35,10 @@
|
||||
<img src="appetizers/deviled-eggs/image.png" />
|
||||
<p>Deviled Eggs</p>
|
||||
</a>
|
||||
<a href="appetizers/french-onion-dip">
|
||||
<img src="appetizers/french-onion-dip/image.png" />
|
||||
<p>French Onion Dip</p>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
@@ -80,6 +84,10 @@
|
||||
<img src="soups/spicy-lamb-soup/image.png" />
|
||||
<p>Spicy Lamb Soup</p>
|
||||
</a>
|
||||
<a href="soups/tomato-soup">
|
||||
<img src="soups/tomato-soup/image.png" />
|
||||
<p>Tomato Soup</p>
|
||||
</a>
|
||||
<a href="soups/winter-lentil-soup">
|
||||
<img src="soups/winter-lentil-soup/image.png" />
|
||||
<p>Winter Lentil Soup</p>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
@@ -0,0 +1,133 @@
|
||||
<!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>Tomato Soup</h1>
|
||||
|
||||
<div class="timing">
|
||||
prep 30 minutes </div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon low-carb"></div>
|
||||
<div class="icon serving"></div>× 1
|
||||
</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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="instructions">
|
||||
<div class="step">
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2
|
||||
</div>
|
||||
<div class="item">28oz cans diced tomatoes</div>
|
||||
<li>
|
||||
<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>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
3 tbsp
|
||||
</div>
|
||||
<div class="item">butter, unsalted</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1
|
||||
</div>
|
||||
<div class="item">onion, yellow (chopped)</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1
|
||||
</div>
|
||||
<div class="item">bay leaf</div>
|
||||
<li>
|
||||
<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>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">tomato paste</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">flour, gluten-free mix</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">baking soda</div>
|
||||
<li>
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">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>
|
||||
<div class="amount">
|
||||
½ cup
|
||||
</div>
|
||||
<div class="item">heavy cream</div>
|
||||
<li>
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="navigation">
|
||||
<a href="../..">« Back</a>
|
||||
</section>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user