Add recipe for stuffed green peppers

This commit is contained in:
Andrew Miner
2017-10-14 09:43:44 -07:00
parent b8c731e426
commit 3542c51107
7 changed files with 49 additions and 61 deletions
+30
View File
@@ -0,0 +1,30 @@
module.exports = require("../helpers")({
title: "Bok Choy with Garlic",
timings: {
prep: "20 min",
},
icons: ["gluten-free", "low-carb", "vegetarian"],
servings: 3,
description: "This treatment of bok choy yield a soft and lightly flavored vegetable which makes a good " +
"companion to almost any other dish.",
steps: [{
ingredients: [
{ amount: 2, unit: "tbsp", item: "butter" },
{ amount: 1/4, unit: "cup", item: "garlic (minced)" },
],
directions: "Melt the butter in a large saucepan over medium heat. Once it foams, add the garlic and cook " +
"until it browns (about 5 min)."
}, {
ingredients: [
{ amount: 3, unit: "cups", item: "chicken broth" },
{ amount: 6, unit: "heads", item: "baby bok choy" },
{ unit: "~", item: "salt & pepper" },
],
directions: "Add the chicken broth and bok choy. Season with salt & pepper to taste, and then bring to a " +
"boil and then reduce to a simmer until the bok choy is soft (about 5 min)."
}],
credits: {
name: "sweetiesmj",
url: "http://allrecipes.com/recipe/218139/baby-bok-choy-with-garlic"
}
})
-56
View File
@@ -1,56 +0,0 @@
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 Bok Choy with Garlic
section.ingredients
.image
img(src="final.png")
.list
table
tr
td 2 tbsp
td butter
tr
td ¼ cup
td garlic (diced)
tr
td 3 cup
td chicken broth
tr
td 6 heads
td baby bok choy
tr
td 1 pinch
td salt
tr
td 1 pinch
td black pepper
section.directions
table
tr
td 1
td Melt the butter in a saucepan over medium heat.
td 1 min
tr
td 2
td Cook the garlic until very lightly browned.
td 5 min
tr
td 3
td Pour in the chicken broth and bok choy; bring to a boil
td 10 min
tr
td 4
td Reduce heat and simmer until the bok choy is tender
td 6 min
tr
td 5
td Season to taste with salt & pepper
td 1 min
+5 -1
View File
@@ -37,5 +37,9 @@ module.exports = require("../helpers")({
"peppers about ¾ full of the mixture. Mix the tomato soup with enough water to create a gravy-like " +
"consistency and fill the remaining space in each pepper. Bake until the soup is bubbling and the " +
"peppers have just started to singe (about 15-20 min)."
}]
}],
credit: {
name: "Suzanne M. Munson",
url: "http://allrecipes.com/recipe/17991/stuffed-green-peppers-i"
}
})
+5 -1
View File
@@ -28,5 +28,9 @@ module.exports = require("../helpers")({
{ amount: , unit: "", item: "" },
],
directions: ""
}]
}],
credits: {
name: "",
url: ""
}
})
+7 -1
View File
@@ -12,7 +12,13 @@ html
.about
h1 #{title}
.timing prep #{timings.prep}, cook #{timings.cook}
.timing
if timings.prep
| prep #{timings.prep}
if timings.prep && timings.cook
| ,
if timings.cook
| cook #{timings.cook}
.icons
each icon in icons