blob: 7b0cb401720683305f5eda038718fd05b9bb9325 (
plain)
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
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Sausage Greens and Beans</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="../style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"/>
</head>
<body>
<main>
<img class="icon" src="../img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/>
<h1>Sausage Greens and Beans</h1>
<p>Any kind of sasusage, green vegetables, and beans will probably work in this recipe. Probably more too. We use andouille, kale, and black beans.</p>
<div class="row">
<div class="column">
<h2>Ingredients</h2>
<ul>
<li>14 oz andoulle sausage (sliced and halved/quarted)</li>
<li>2 shallots (thinly sliced)</li>
<li>3 cloves of garlic (minced)</li>
<li>2 tbs oil</li>
<li>1/2 tsp oregano (dried)</li>
<li>1/4 tsp chili flakes (dried)</li>
<li>14 oz black beans (canned)</li>
<li>1 bunch kale (chopped)</li>
<li>16 oz chicken stock</li>
<li>black pepper (ground)</li>
<li>salt</li>
</ul>
</div>
<div class="column">
<h2>Instructions</h2>
<ol>
<li>Heat a pan over medium high heat, add oil until shimmering.</li>
<li>Add sausage and cook until completely browned. (~6 min)</li>
<li>Add shallot, garlic, oregano, and chili flakes, cook and stir for 1 min.</li>
<li>Add chicken stock and scrape any brown bits from the bottom of the pan.</li>
<li>Add beans and greens, season with a pinch of salt and pepper.</li>
<li>Cover pan and lower heat to medium low, and cook until greens wilt. (~5 min)</li>
<li>Adjust seasoning to taste, and serve.</li>
</ol>
</div>
</div>
<footer>
<a href="../index.html">Home</a> | <a href="../recipes.html">Recipes</a>
</footer>
</main>
</body>
</html>
|