Add BBQ Pork Ribs & Ricotta Meatballs

This commit is contained in:
Andrew Miner
2017-03-13 08:46:08 -07:00
parent 7755075dda
commit e5dd285108
14 changed files with 167 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

+67
View File
@@ -0,0 +1,67 @@
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 BBQ Pork Ribs
section.ingredients
.image
img(src="final.png")
.list
table
tr
td 4 lbs
td pork ribs
tr
td ¾ cup
td light brown sugar
tr
td 1 tsp
td hickory smoke salt
tr
td 1 tbsp
td paprika
tr
td 1 tbsp
td garlic powder
tr
td 1 tsp
td red pepper flakes
tr
td 2 cups
td BBQ Sauce
section.directions
table
tr
td 1
td Preheat the oven to 300°F
td 1 min
tr
td 2
td Cut the ribs into portions of 2-3 ribs each and lay flat on a portion of tin foil large enough
| to completely cover it.
td 3 min
tr
td 3
td Mix the sugar and spices together to make the rub and apply evenly to each portion. When
| finished, wrap each portion up completely and place on the rack of a roasting pan.
td 5 min
tr
td 4
td Fill the bottom of the roasting pan with about a half inch of water and place it in the oven.
| Cook until the meat starts to peel away from the bones.
td 2—2½ hours
tr
td 5
td Unwrap each portion, brush with BBQ sauce, and place them onto a cooking sheet lined with tin
| foil.
td 5 min
tr
td 6
td Cook briefly, turn, re-apply the BBQ sauce, and cook again until the sauce is baked on.
td 3-4 min
View File
+8
View File
@@ -65,6 +65,10 @@ html
h1 Main Dish
a(href="bbq-pork-ribs")
img(src="bbq-pork-ribs/final.png")
| BBQ Pork Ribs
a(href="beef-bourguignon")
img(src="beef-bourguignon/final.png")
| Beef Bourguignon
@@ -105,6 +109,10 @@ html
img(src="ratatouille/final.png")
| Ratatouille
a(href="ricotta-meatballs")
img(src="ricotta-meatballs/final.png")
| Ricotta Meatballs
a(href="roast-leg-of-lamb-with-rosemary")
img(src="roast-leg-of-lamb-with-rosemary/final.png")
| Roast Leg of Lamb with Rosemary
Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

+82
View File
@@ -0,0 +1,82 @@
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 Ricotta Meatballs
section.ingredients
.image
img(src="final.png")
.list
table
tr
td ½
td onion
tr
td 4 tbsp
td olive oil
tr
td 3 cloves
td garlic
tr
td 1 cup
td whole milk ricotta cheese
tr
td ¼ cup
td italian parsley (packed)
tr
td 1
td egg
tr
td 1½ tsp
td kosher salt
tr
td ½ tsp
td black pepper
tr
td 1 pinch
td cayenne pepper
tr
td ⅓ cup
td bread crumbs (or gluten-free oatmeal)
tr
td 1 large jar
td marinara sauce
tr
td 1 cup
td water
section.directions
table
tr
td 1
td Saute onions in 2 tbsp of olive oil in a skillet over medium heat until the onion is translucent.
td 5 min
tr
td 2
td Stir in garlic and continue to saute.
td 2 min
tr
td 3
td Transfer mixture to a large bowl and combine with ground beef, ricotta cheese, parsley, egg, salt
| black pepper, and cayenne pepper. Once completely mixed, stir in the bread crumbs and
| continue to mix until completely blended.
td 3 min
tr
td 4
td Form 1" balls out of the meat mixture and set aside on a tray covered in parchment paper.
td 10 min
tr
td 5
td Pre-heat the oven to 400°F. Pour the remaining oil in the skillet and lightly brown the
| meatballs in small batches, placing the browned meatballs in an oven-safe casserole.
td 10 min
tr
td 6
td Pour marinara sauce and water over the meatballs. Cover with foil and bake in the oven until
| cooked through.
td 30 min
+2 -1
View File
@@ -36,7 +36,7 @@
border: 0.01in solid silver;
border-radius: 0.0625in;
margin-right: 0.125in;
max-height: 0.5in;
height: 0.5in;
width: 0.5in;
}
}
@@ -90,6 +90,7 @@
font-size: 12pt;
padding-right: 0.125in;
text-align: right;
white-space: nowrap;
}
td:nth-child(2) {