Add recipes for Gnocchi and Orange Chicken

This commit is contained in:
Andrew Miner
2017-04-25 08:30:15 -07:00
parent 3e22e3dade
commit 9a5ec26203
11 changed files with 185 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

+48
View File
@@ -0,0 +1,48 @@
doctype html
html
head
link(href="../style.css" rel="stylesheet" type="text/css")
meta(charset="UTF-8")
meta(name="viewport" content="user-scalable=no, width=device-width")
body.recipe
h1 Gnocchi
section.ingredients
.image
img(src="final.png")
.list
table
tr
td 2
td potatoes
tr
td 2 cups
td all-purpose flour
tr
td 1
td egg
section.directions
table
tr
td 1
td Peel and roughly chop potatoes. Add to a pot of boiling water and cook until tender.
td 12 min
tr
td 2
td Drain the pot, cool, and mash the potatoes.
td 2min
tr
td 3
td Combine the potatoes, flour, and egg in a mixing bowl. Knead until the dough forms a ball.
td 2 min
tr
td 4
td On a floured surface, roll out small portions of dough into long, ½" thick cylinders. Cut these
| into 1" long segments and set aside.
tr
td 5
td Bring a pot of lightly salted water to a boil and drop in the gnocchi. Cook until they rise to
| the surface.
td 3-5 min
+8
View File
@@ -97,6 +97,10 @@ html
img(src="garlic-prime-rib/final.png")
| Garlic Prime Rib
a(href="gnocchi")
img(src="gnocchi/final.png")
| Gnocchi
a(href="kielbasa-and-cabbage")
img(src="kielbasa-and-cabbage/final.png")
| Kielbasa and Cabbage
@@ -109,6 +113,10 @@ html
img(src="lemon-chicken-with-mushroom-sauce/final.png")
| Lemon Chicken with Mushroom Sauce
a(href="orange-chicken")
img(src="orange-chicken/final.png")
| Orange Chicken
a(href="ratatouille")
img(src="ratatouille/final.png")
| Ratatouille
Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

+124
View File
@@ -0,0 +1,124 @@
doctype html
html
head
link(href="../style.css" rel="stylesheet" type="text/css")
meta(charset="UTF-8")
meta(name="viewport" content="user-scalable=no, width=device-width")
body.recipe
h1 Orange Chicken
section.ingredients
.image
img(src="final.png")
.list
h2 For the marinade
table
tr
td 3 cups
td water
tr
td 2
td oranges
tr
td ½ cup
td lemon juice
tr
td ⅔ cup
td rice vinegar
tr
td 5 tbsp
td soy sauce
tr
td 2 cups
td brown sugar
tr
td 1 tsp
td ginger root (minced)
tr
td 1 tsp
td garlic (minced)
tr
td 4 tbsp
td green onions (chopped)
tr
td ½ tsp
td red pepper flakes
tr
td 4
td chicken breasts (boneless, skinless)
h2 For cooking
table
tr
td 2 cups
td all-purpose flour
tr
td ½ tsp
td sald
tr
td ½ tsp
td black pepper
tr
td 1 cup
td cooking oil
tr
td 3 tbsp
td cornstarch
tr
td ⅓ cup
td water (cold)
section.directions
h2 For the marinade
table
tr
td 1
td Remove the zest from the oranges and squeeze all their juice into a large saucepan. Add all the
| other ingredients for the marinade and bring to a boil.
td 10 min
tr
td 2
td Cut the chicken into bite-sized pieces and set aside until the marinade is cool.
td 10-15 min
tr
td 3
td Place the chicken and marinade into a sealable container and refrigerate.
td overnight
h2 For cooking
table
tr
td 1
td Divide the flour, salt, and pepper into two large ziploc bags and place half the chicken in
| each. Shake each bag until the chicken is completely covered in flour, and everything is dry
| in each bag.
td 3 min
tr
td 2
td Place a large skillet on the stove and add about ¼" of cooking oil to the bottom of the pan.
| Heat on high until the oil is quite hot.
td 4 min
tr
td 3
td Working in batches, and replenishing the oil as needed, add the chicken. Cook each side until
| crisp and lightly browned, then set aside in a container lined with paper towels.
td 10 min
tr
td 4
td Combine the cold water and cornstarch in a small container and set aside.
td 1 min
tr
td 5
td Wipe the skillet clean, and pour in half the remaining marinade. Heat on high while slowly
| mixing in the cornstarch mixture. Reduce the sauce, stiring constantly, until a spatula wiped
| through the pan leaves a clear trail behind it.
td 10-15 min
tr
td 6
td Add the chicken to the reduced marinade and cook until heated through.
td 2 min
Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB