diff --git a/docs/chili/index.html b/docs/chili/index.html new file mode 100644 index 0000000..66ac2f4 --- /dev/null +++ b/docs/chili/index.html @@ -0,0 +1 @@ +
Bagels
Challah
Fluffy Pancakes
Gluten-Free Flour
Pizza
Rosemary Dinner Rolls
Southern Buttermilk Biscuits
Caldo Verde
Clam Chowder
Cream of Spinach Soup
Curry Butternut Squash & Apple Soup
French Onion Soup
Hungarian Mushroom Beef Soup
Spicy Lamb Soup
Winter Lentil Soup
Caesar Salad
Cucumber Salad
Ruth's Chris Chopped Salad
BBQ Pork Ribs
Beef Bourguignon
Butter Chicken
Chicken Cordon Bleu
Chicken Pot Pie
Chicken Breasts with Caper Cream Sauce
Chole
Egg & Onion Pie
Garlic Prime Rib
Gnocchi
Kielbasa and Cabbage
Kofta Kebabs
Lemon Chicken with Mushroom Sauce
Orange Chicken
Ratatouille
Ricotta Meatballs
Roast Leg of Lamb with Rosemary
Shrimp with Sweet Potatoes and Bacon
Sloppy Joe Sandwiches
Stuffed Green Peppers
Bok Choy with Garlic
Bourbon Glazed Carrots
Creamed Spinach
Garlic Broccoli
Hummus
Pommes Purée
Sauteed Mushrooms
Sweet Potatoes with Honey and Rosemary
Tzatziki
\ No newline at end of file
+
Bagels
Challah
Fluffy Pancakes
Gluten-Free Flour
Pizza
Rosemary Dinner Rolls
Southern Buttermilk Biscuits
Caldo Verde
Clam Chowder
Cream of Spinach Soup
Curry Butternut Squash & Apple Soup
French Onion Soup
Hungarian Mushroom Beef Soup
Spicy Lamb Soup
Winter Lentil Soup
Caesar Salad
Cucumber Salad
Ruth's Chris Chopped Salad
BBQ Pork Ribs
Beef Bourguignon
Butter Chicken
Chicken Cordon Bleu
Chicken Pot Pie
Chicken Breasts with Caper Cream Sauce
Chili
Chole
Egg & Onion Pie
Garlic Prime Rib
Gnocchi
Kielbasa and Cabbage
Kofta Kebabs
Lemon Chicken with Mushroom Sauce
Orange Chicken
Ratatouille
Ricotta Meatballs
Roast Leg of Lamb with Rosemary
Shrimp with Sweet Potatoes and Bacon
Sloppy Joe Sandwiches
Stuffed Green Peppers
Bok Choy with Garlic
Bourbon Glazed Carrots
Creamed Spinach
Garlic Broccoli
Hummus
Pommes Purée
Sauteed Mushrooms
Sweet Potatoes with Honey and Rosemary
Tzatziki
\ No newline at end of file
diff --git a/src/chili/data.js b/src/chili/data.js
new file mode 100644
index 0000000..7dcaa28
--- /dev/null
+++ b/src/chili/data.js
@@ -0,0 +1,59 @@
+module.exports = require("../helpers")({
+ title: "Chili",
+ timings: {
+ prep: "30 min",
+ cook: "3–4 hours",
+ },
+ icons: ["gluten-free"],
+ servings: 8,
+ description: "This is a pretty servicable chili recipe, though nothing particularly special. It produces a " +
+ "thick, hearty chili which is tasty without being overly spicy.",
+ steps: [{
+ ingredients: [
+ { amount: 2, unit: "slice", item: "bacon" },
+ ],
+ directions: "Heat a large stock pot on medium-high heat. Dice the bacon and cook until crispy. (about 5 min)"
+ }, {
+ ingredients: [
+ { amount: 2, unit: "lb", item: "ground beef" },
+ { amount: 1, unit: "lb", item: "italian sausage" },
+ ],
+ directions: "Add the meat and cook until crumbled and brown throughout. Drain excess grease. (about 10 min)"
+ }, {
+ ingredients: [
+ { amount: 3, unit: "(15 oz) can", item: "chili beans (drained)" },
+ { amount: 1, unit: "(15 oz) can", item: "kidney beans (drained)" },
+ { amount: 2, unit: "(28 oz) can", item: "diced tomatoes" },
+ { amount: 1, unit: "(6 oz) can", item: "tomato paste" },
+ { amount: 1, item: "yellow onion (diced)" },
+ { amount: 3, unit: "stalks", item: "celery (diced)" },
+ { amount: 1, item: "green pepper (diced)" },
+ { amount: 1, item: "red pepper (diced)" },
+ { amount: 4, unit: "cups", item: "beef stock" },
+ { amount: 1/4, unit: "cup", item: "chili powder" },
+ { amount: 1, unit: "tbsp", item: "Worcestershire sauce" },
+ { amount: 1, unit: "tbsp", item: "garlic (minced)" },
+ { amount: 1, unit: "tbsp", item: "dried oregano" },
+ { amount: 2, unit: "tsp", item: "ground cumin" },
+ { amount: 2, unit: "tsp", item: "Tabasco sauce" },
+ { amount: 1.5, unit: "tsp", item: "cayenne pepper" },
+ { amount: 1, unit: "tsp", item: "dried basil" },
+ { amount: 1, unit: "tsp", item: "salt" },
+ { amount: 1, unit: "tsp", item: "black pepper" },
+ { amount: 1, unit: "tsp", item: "paprika" },
+ { amount: 1, unit: "tsp", item: "white sugar" },
+ ],
+ directions: "Add all the new ingredients to the pot and stir until blended completely. Simmer over low " +
+ "heat for at least 2–3 hours (preferably more), stirring occasionally."
+ }, {
+ ingredients: [
+ { amount: 8, unit: "oz", item: "cheddar cheese" },
+ { unit: "~", item: "corn tortilla chips" },
+ ],
+ directions: "Adjust seasonings to taste, and serve with shredded cheese and chips."
+ }],
+ credit: {
+ name: "MIGHTYPURDUE22",
+ url: "http://allrecipes.com/recipe/78299/boilermaker-tailgate-chili/"
+ }
+})
diff --git a/src/chili/large.png b/src/chili/large.png
new file mode 100644
index 0000000..4b4645c
Binary files /dev/null and b/src/chili/large.png differ
diff --git a/src/index.pug b/src/index.pug
index 66bd540..e42459e 100644
--- a/src/index.pug
+++ b/src/index.pug
@@ -109,6 +109,10 @@ html
img(src="chicken-breasts-with-caper-cream-sauce/large.png")
| Chicken Breasts with Caper Cream Sauce
+ a(href="chili")
+ img(src="chili/large.png")
+ | Chili
+
a(href="chole")
img(src="chole/large.png")
| Chole
diff --git a/src/templates/data.template.js b/src/templates/data.template.js
index 330b70a..9503708 100644
--- a/src/templates/data.template.js
+++ b/src/templates/data.template.js
@@ -29,7 +29,7 @@ module.exports = require("../helpers")({
],
directions: ""
}],
- credits: {
+ credit: {
name: "",
url: ""
}