-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstuffed_artichokes.html
111 lines (110 loc) · 4.98 KB
/
stuffed_artichokes.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stuffed Artichokes</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="/javascripts/javascript.js"></script>
<style>
#wrapper {
margin-left: auto;
margin-right: auto;
width: 50%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
</style>
</head>
<body>
<div id="wrapper">
<div class="center">
<h1>Stuffed Artichokes</h1>
</div>
<p>This recipe makes 2 stuffed artichokes.</p>
<h2>Ingredients</h2>
<ul>
<li>2 artichokes</li>
<li>1/2 cup bread crumbs (whatever kind you like)</li>
<li>1/4 cup freshly grated Parmesan or Parmesan/Romano cheese</li>
<li>A few cloves of garlic</li>
<li>1 tablespoon melted butter</li>
<li>1 tablespoon extra virgin olive oil</li>
<li>1 lemon</li>
<li>1 basil leaf (optional)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Start with two medium-sized artichokes. Trim the tops of them about 3/4 inch or until you can see the center. My kiwi knives work great for this. Also trim off the stem as they are usually bitter and help clear space in the steamer. Some people leave the pithy center bits inside but some people remove them at this point. If you do remove the center, do not remove the bottom as that is the artichoke heart!
<div class="center">
<img src="/images/stuffed_artichokes/medium_sized_artichokes.jpg" alt="Two medium-sized artichokes" height="250" />
<br />
<span><i>Two medium-sized artichokes</i></span>
</div>
<div class="center">
<img src="/images/stuffed_artichokes/trimmed_top_view.jpg" alt="Trimmed artichokes - top view" height="250" />
<br />
<span><i>Trimmed artichokes - top view</i></span>
</div>
<div class="center">
<img src="/images/stuffed_artichokes/trimmed_side_view.jpg" alt="Trimmed artichokes - top and side view" height="250" />
<br />
<span><i>Trimmed artichokes - top and side view</i></span>
</div>
</li>
<li>Rinse the artichokes under cold running water.</li>
<li>Place the artichokes into your steamer and start preparing the additional flavoring for the steaming process. I like to add a slice of lemon, some garlic cloves, and a bay leaf. <strong>Note:</strong> <i>Save the halves of lemon on the side of your slice. You will need these later</i>.
<div class="center">
<img src="/images/stuffed_artichokes/artichokes_in_steamer_pot.jpg" alt="Artichokes in the steamer on their side. This also works facing upward if they fit." height="250" />
<br />
<span><i>Artichokes in the steamer on their side. This also works facing upward if they fit.</i></span>
</div>
<div class="center">
<img src="/images/stuffed_artichokes/artichokes_beside_steamer_ingredients.jpg" alt="Steamer and ingredients for steaming" height="250" />
<br />
<span><i>Steamer and ingredients for steaming</i></span>
</div>
<div class="center">
<img src="/images/stuffed_artichokes/ingredients_in_steamer.jpg" alt="Ingredients in steamer" height="250" />
<br />
<span><i>Ingredients in steamer</i></span>
</div>
</li>
<li>Now you're ready to start steaming. Place them on the stove and bring the water to a boil. They should steam for about 20-40 minutes or until the outer leaves can easily be pulled off.
<div class="center">
<img src="/images/stuffed_artichokes/on_the_stove.jpg" alt="Everything together on the stove" height="250" />
<br />
<span><i>Everything together on the stove</i></span>
</div>
</li>
<li>Mix the breadcrumbs, parmesan, butter, and oil into a bowl.
<div class="center">
<img src="/images/stuffed_artichokes/stuffing_mixture.jpg" alt="Stuffing mixture in a bowl" height="250" />
<br />
<span><i>Stuffing mixture in a bowl</i></span>
</div>
</li>
<li>Once the artichokes have finished steaming, let them cool off for a few minutes and then fill them with the stuffing you prepared. This is where the lemon halves come back. I like to squeeze the lemon juice over the stuffed artichokes prior to baking them.
<div class="center">
<img src="/images/stuffed_artichokes/artichokes_with_stuffing.jpg" alt="Artichokes filled with stuffing between leaves" height="250" />
<br />
<span><i>Artichokes filled with stuffing between leaves</i></span>
</div>
</li>
<li>Place the artichokes into an oven that has been preheated to 350°F for about 15-20 minutes or until they start to brown.</li>
</ol>
<p>The finished product should allow the leaves to be easily pulled off. Scrape the artichoke leaves with teeth to get the vegetable and stuffing. Discard leaves in separate bowl.</p>
<p>Finished product:</p>
<div class="center">
<img src="/images/stuffed_artichokes/stuffed_artichoke.jpg" alt="Plated stuffed artichoke" height="400" />
<br />
<span><i>Plated stuffed artichoke</i></span>
</div>
<footer>
<a href="http://robertjmccaffery.com/recipes.html">Back to Recipes</a> | <a href="http://robertjmccaffery.com/">Home</a>
</footer>
</div>
</body>
</html>