forked from rocketacademy/recipe-site-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaramelized-onion-pasta.html
More file actions
58 lines (56 loc) · 2.15 KB
/
caramelized-onion-pasta.html
File metadata and controls
58 lines (56 loc) · 2.15 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
<!DOCTYPE html>
<html>
<head>
<title>Caramelized Onion Pasta</title>
</head>
<body>
<h1>Caramelized Onion Pasta</h1>
<img
src="https://assets.epicurious.com/photos/5cb8bce9b6addb519525d1b2/1:1/w_960,c_limit/Caramelized-Onion-Pasta-recipe-100419.jpg"
width="400px"
/>
<p>Preparation time: 55 minutes</p>
<h3>Ingredients</h3>
<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 (about 1 cup), divided, plus more for
serving
</li>
<li>½ cup parsley, finely chopped (optional), plus more for serving</li>
<li>Freshly ground black pepper</li>
</ul>
<h3>Instructions</h3>
<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>
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>
<a href="index.html">Main Page</a>
</body>
</html>
<!-- Recipe from https://www.epicurious.com/recipes/food/views/caramelized-onion-pasta -->