forked from rocketacademy/recipe-site-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe4.html
More file actions
67 lines (63 loc) · 2.35 KB
/
recipe4.html
File metadata and controls
67 lines (63 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Caramelized Onion Pasta Recipes</title>
</head>
<body>
<h1>Caramelized Onion Pasta Recipes</h1>
<img src="caramelized-onion-pasta.jpg" alt="Caramelized Onion Pasta" />
<br />
<div>
<p>Preparation Time ⏱: 35 minutes</p>
</div>
<div>
<p>Ingredients</p>
<ul>
<li>2 Tbsp. extra-virgin olive oil</li>
<li>2 Tbsp. unsalted butter</li>
<li>2 lb. onions (about 3 large), thinly sliced</li>
<li>2 garlic cloves, thinly sliced</li>
<li>1/4 tsp. crushed red pepper flakes (optional)</li>
<li>1 1/2 tsp. kosher salt, plus more</li>
<li>12 oz. linguine or other long pasta</li>
<li>4 oz. Parmesan, finely grated</li>
<li>½ cup parsley, finely chopped (optional)</li>
<li>Freshly ground black pepper</li>
</ul>
</div>
<div>
<p>Instructions:</p>
<ol>
<li>
Heat oil and butter in a large heavy pot or Dutch oven over medium
until butter is melted. Add onions and garlic and cook, stirring
occasionally, until very tender and deeply golden brown, about 30
minutes. (Stop before the onions become dry and shriveled.) Add red
pepper flakes (if using) and 1 1/2 tsp. salt. Remove pot from heat.
</li>
<li>
Meanwhile, cook pasta in a large pot of boiling salted water, stirring
occasionally, until al dente. Reserve 1 1/2 cups pasta cooking liquid.
</li>
<li>
In a small bowl, combine the oyster sauce, soy sauce, sesame oil,
sugar, salt, white pepper, and hot chicken stock. In another bowl, mix
the 2 tablespoons of cornstarch and 2 tablespoons water into a slurry
and set aside.
</li>
<li>
Add pasta and 1 cup pasta cooking liquid to onion mixture and stir to
combine. Add a small handful of cheese and stir until melted. Repeat
with remaining cheese, adding more pasta cooking liquid as needed to
create a glossy sauce that coats the pasta. Stir in parsley (if
using).
</li>
<li>
Divide pasta among bowls. Top with Parmesan, parsley, and a few cranks
of pepper.
</li>
</ol>
</div>
<a href="index.html" target="_blank">Main Page</a>
</body>
</html>