diff --git a/docs/index.html b/docs/index.html index b606172..96f2b2c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -

Baking

Bagels

Challah

Fluffy Pancakes

Gluten-Free Flour

Pizza

Rosemary Dinner Rolls

Southern Buttermilk Biscuits

Soups

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

Salads

Caesar Salad

Cucumber Salad

Ruth's Chris Chopped Salad

Entrées

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

Sides

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 +

Baking

Bagels

Challah

Fluffy Pancakes

Gluten-Free Flour

Pizza

Rosemary Dinner Rolls

Southern Buttermilk Biscuits

Soups

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

Salads

Caesar Salad

Cucumber Salad

Ruth's Chris Chopped Salad

Entrées

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

Scrambled Eggs

Shrimp with Sweet Potatoes and Bacon

Sloppy Joe Sandwiches

Stuffed Green Peppers

Sides

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/docs/scrambled-eggs/index.html b/docs/scrambled-eggs/index.html new file mode 100644 index 0000000..f84c673 --- /dev/null +++ b/docs/scrambled-eggs/index.html @@ -0,0 +1 @@ +

Scrambled Eggs

prep 15 min
× 3
This recipe has been in my family for at least 4 generations that I'm aware of, and possibly more. The resulting eggs are rich and creamy—almost a custard—with little spots of cream cheese still unmelted and waiting to be found...

1

  • 9
    eggs (large)
  • 2 tbsp
    half-n-half
Whisk the eggs and half-n-half together in a mixing bowl until completely homogeneous in texture and color.

2

  • 1 tbsp
    butter
Heat the butter in a skillet over medium heat. Once it starts to foam, reduce heat to very low and pour in the egg mixture. Allow to cook slowly, stirring frequently, taking care to constantly lift the bottom layer of egg off the pan.

3

  • 3 oz
    cream cheese
  • ~
    celery salt
Cut the cream cheese into ½” cubes and set aside until the eggs have started to firm up. When bare patches are first left behind by stirring the eggs, add in the cream cheese chunks and fold them into the eggs very gently: do not mix them. Continue gently folding the eggs until they the liquid has only just evaporated. Season with celery salt and serve hot.
Larry Miner, David Miner, and Andrew Miner
\ No newline at end of file diff --git a/docs/scrambled-eggs/large.png b/docs/scrambled-eggs/large.png new file mode 100644 index 0000000..707f35e Binary files /dev/null and b/docs/scrambled-eggs/large.png differ diff --git a/src/index.pug b/src/index.pug index cb70727..5a5b91f 100644 --- a/src/index.pug +++ b/src/index.pug @@ -166,6 +166,10 @@ html img(src="roast-leg-of-lamb-with-rosemary/large.png") p Roast Leg of Lamb with Rosemary + a(href="scrambled-eggs") + img(src="scrambled-eggs/large.png") + p Scrambled Eggs + a(href="shrimp-with-sweet-potatoes-and-bacon") img(src="shrimp-with-sweet-potatoes-and-bacon/large.png") p Shrimp with Sweet Potatoes and Bacon diff --git a/src/scrambled-eggs/data.js b/src/scrambled-eggs/data.js new file mode 100644 index 0000000..beceb6c --- /dev/null +++ b/src/scrambled-eggs/data.js @@ -0,0 +1,38 @@ +module.exports = require("../helpers")({ + title: "Scrambled Eggs", + timings: { + prep: "15 min", + }, + icons: ["gluten-free", "low-carb", "vegetarian"], + servings: 3, + description: "This recipe has been in my family for at least 4 generations that I'm aware of, and possibly " + + "more. The resulting eggs are rich and creamy—almost a custard—with little spots of cream cheese still " + + "unmelted and waiting to be found...", + steps: [{ + ingredients: [ + { amount: 9, item: "eggs (large)" }, + { amount: 2, unit: "tbsp", item: "half-n-half" }, + ], + directions: "Whisk the eggs and half-n-half together in a mixing bowl until completely homogeneous in " + + "texture and color." + }, { + ingredients: [ + { amount: 1, unit: "tbsp", item: "butter" }, + ], + directions: "Heat the butter in a skillet over medium heat. Once it starts to foam, reduce heat to very low " + + "and pour in the egg mixture. Allow to cook slowly, stirring frequently, taking care to constantly lift " + + "the bottom layer of egg off the pan." + }, { + ingredients: [ + { amount: 3, unit: "oz", item: "cream cheese" }, + { unit: "~", item: "celery salt" }, + ], + directions: "Cut the cream cheese into ½” cubes and set aside until the eggs have started to firm up. When " + + "bare patches are first left behind by stirring the eggs, add in the cream cheese chunks and fold them " + + "into the eggs very gently: do not mix them. Continue gently folding the eggs until they the liquid has " + + "only just evaporated. Season with celery salt and serve hot." + }], + credit: { + name: "Larry Miner, David Miner, and Andrew Miner" + } +}) diff --git a/src/scrambled-eggs/large.png b/src/scrambled-eggs/large.png new file mode 100644 index 0000000..707f35e Binary files /dev/null and b/src/scrambled-eggs/large.png differ diff --git a/src/templates/recipe.pug b/src/templates/recipe.pug index 6877cb5..5d1333e 100644 --- a/src/templates/recipe.pug +++ b/src/templates/recipe.pug @@ -45,4 +45,10 @@ html - stepNumber++ if credit - section.credits #{credit.name}, #{credit.url} + section.credits + if credit.name + | #{credit.name} + if credit.name && credit.url + | , + if credit.url + a(href=credit.url) credit.url