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 @@ +

Chili

prep 30 min,cook 3–4 hours
× 8
This is a pretty servicable chili recipe, though nothing particularly special. It produces a thick, hearty chili which is tasty without being overly spicy.

1

  • 2 slice
    bacon
Heat a large stock pot on medium-high heat. Dice the bacon and cook until crispy. (about 5 min)

2

  • 2 lb
    ground beef
  • 1 lb
    italian sausage
Add the meat and cook until crumbled and brown throughout. Drain excess grease. (about 10 min)

3

  • 3 (15 oz) can
    chili beans (drained)
  • 1 (15 oz) can
    kidney beans (drained)
  • 2 (28 oz) can
    diced tomatoes
  • 1 (6 oz) can
    tomato paste
  • 1
    yellow onion (diced)
  • 3 stalks
    celery (diced)
  • 1
    green pepper (diced)
  • 1
    red pepper (diced)
  • 4 cups
    beef stock
  • ¼ cup
    chili powder
  • 1 tbsp
    Worcestershire sauce
  • 1 tbsp
    garlic (minced)
  • 1 tbsp
    dried oregano
  • 2 tsp
    ground cumin
  • 2 tsp
    Tabasco sauce
  • 1½ tsp
    cayenne pepper
  • 1 tsp
    dried basil
  • 1 tsp
    salt
  • 1 tsp
    black pepper
  • 1 tsp
    paprika
  • 1 tsp
    white sugar
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.

4

  • 8 oz
    cheddar cheese
  • ~
    corn tortilla chips
Adjust seasonings to taste, and serve with shredded cheese and chips.
MIGHTYPURDUE22, http://allrecipes.com/recipe/78299/boilermaker-tailgate-chili/
\ No newline at end of file diff --git a/docs/chili/large.png b/docs/chili/large.png new file mode 100644 index 0000000..4b4645c Binary files /dev/null and b/docs/chili/large.png differ diff --git a/docs/index.html b/docs/index.html index 4b7a24a..549391e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -

Baking

BagelsChallahFluffy PancakesGluten-Free FlourPizzaRosemary Dinner RollsSouthern Buttermilk Biscuits

Soups

Caldo VerdeClam ChowderCream of Spinach SoupCurry Butternut Squash & Apple SoupFrench Onion SoupHungarian Mushroom Beef SoupSpicy Lamb SoupWinter Lentil Soup

Salads

Caesar SaladCucumber SaladRuth's Chris Chopped Salad

Main Dish

BBQ Pork RibsBeef BourguignonButter ChickenChicken Cordon BleuChicken Pot PieChicken Breasts with Caper Cream SauceCholeEgg & Onion PieGarlic Prime RibGnocchiKielbasa and CabbageKofta KebabsLemon Chicken with Mushroom SauceOrange ChickenRatatouilleRicotta MeatballsRoast Leg of Lamb with RosemaryShrimp with Sweet Potatoes and BaconSloppy Joe SandwichesStuffed Green Peppers

Sides

Bok Choy with GarlicBourbon Glazed CarrotsCreamed SpinachGarlic BroccoliHummusPommes PuréeSauteed MushroomsSweet Potatoes with Honey and RosemaryTzatziki \ No newline at end of file +

Baking

BagelsChallahFluffy PancakesGluten-Free FlourPizzaRosemary Dinner RollsSouthern Buttermilk Biscuits

Soups

Caldo VerdeClam ChowderCream of Spinach SoupCurry Butternut Squash & Apple SoupFrench Onion SoupHungarian Mushroom Beef SoupSpicy Lamb SoupWinter Lentil Soup

Salads

Caesar SaladCucumber SaladRuth's Chris Chopped Salad

Main Dish

BBQ Pork RibsBeef BourguignonButter ChickenChicken Cordon BleuChicken Pot PieChicken Breasts with Caper Cream SauceChiliCholeEgg & Onion PieGarlic Prime RibGnocchiKielbasa and CabbageKofta KebabsLemon Chicken with Mushroom SauceOrange ChickenRatatouilleRicotta MeatballsRoast Leg of Lamb with RosemaryShrimp with Sweet Potatoes and BaconSloppy Joe SandwichesStuffed Green Peppers

Sides

Bok Choy with GarlicBourbon Glazed CarrotsCreamed SpinachGarlic BroccoliHummusPommes PuréeSauteed MushroomsSweet Potatoes with Honey and RosemaryTzatziki \ 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: "" }