diff --git a/.gitignore b/.gitignore index 5df1b9b..adbcb52 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +*.swp .sass-cache diff --git a/docs/cucumber-salad/final.png b/docs/cucumber-salad/final.png new file mode 100644 index 0000000..a4cd6e7 Binary files /dev/null and b/docs/cucumber-salad/final.png differ diff --git a/docs/cucumber-salad/index.html b/docs/cucumber-salad/index.html new file mode 100644 index 0000000..e7a0e37 --- /dev/null +++ b/docs/cucumber-salad/index.html @@ -0,0 +1 @@ +

Cucumber Salad

3 cupscucumbers (thinly sliced)
1½ cupscherry tomatoes
8 ozmozzarella (cubed)
½ cupbasil (shredded)
3 tbspolive oil
3 tbsppickled red onion fluid
1 cuppickled red onions
salt & pepper

Pickled Red Onions

½ cupwhite vinegar
½ cupwater
2 tbspsugar
2 cupsred onion (thinly sliced)
1Combine vinegar, water, and sugar in a small saucepan and bring to a boil.5 min
2Add onions and simmer until soft.5 min
3Place the onions in the refrigerator while you gather the rest of the salad ingredients.5 min
4Combine ingredients & toss2 min
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 5a7ca15..c440ac1 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 SoupHungarian Mushroom Beef SoupWinter Lentil Soup

Salads

Caesar SaladRuth's Chris Chopped Salad

Main Dish

BBQ Pork RibsBeef BourguignonChicken Cordon BleuChicken Pot PieChicken Breasts with Caper Cream SauceCholeGarlic Prime RibGnocchiKielbasa and CabbageKofta KebabsLemon Chicken with Mushroom SauceOrange ChickenRatatouilleRicotta MeatballsRoast Leg of Lamb with RosemaryShrimp with Sweet Potatoes and BaconSloppy Joe Sandwiches

Sides

Bok Choy with GarlicBourbon Glazed CarrotsCreamed SpinachGarlic BroccoliHummusPommes PuréeSweet 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 SoupHungarian Mushroom Beef SoupWinter Lentil Soup

Salads

Caesar SaladCucumber SaladRuth's Chris Chopped Salad

Main Dish

BBQ Pork RibsBeef BourguignonChicken Cordon BleuChicken Pot PieChicken Breasts with Caper Cream SauceCholeGarlic Prime RibGnocchiKielbasa and CabbageKofta KebabsLemon Chicken with Mushroom SauceOrange ChickenRatatouilleRicotta MeatballsRoast Leg of Lamb with RosemaryShrimp with Sweet Potatoes and BaconSloppy Joe Sandwiches

Sides

Bok Choy with GarlicBourbon Glazed CarrotsCreamed SpinachGarlic BroccoliHummusPommes PuréeSweet Potatoes with Honey and RosemaryTzatziki \ No newline at end of file diff --git a/src/cucumber-salad/final.png b/src/cucumber-salad/final.png new file mode 100644 index 0000000..a4cd6e7 Binary files /dev/null and b/src/cucumber-salad/final.png differ diff --git a/src/cucumber-salad/index.pug b/src/cucumber-salad/index.pug new file mode 100644 index 0000000..823235f --- /dev/null +++ b/src/cucumber-salad/index.pug @@ -0,0 +1,74 @@ +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 Cucumber Salad + + section.ingredients + .image + img(src="final.png") + .list + table + tr + td 3 cups + td cucumbers (thinly sliced) + tr + td 1½ cups + td cherry tomatoes + tr + td 8 oz + td mozzarella (cubed) + tr + td ½ cup + td basil (shredded) + tr + td 3 tbsp + td olive oil + tr + td 3 tbsp + td pickled red onion fluid + tr + td 1 cup + td pickled red onions + tr + td + td salt & pepper + + h2 Pickled Red Onions + + table + tr + td ½ cup + td white vinegar + tr + td ½ cup + td water + tr + td 2 tbsp + td sugar + tr + td 2 cups + td red onion (thinly sliced) + + section.directions + table + tr + td 1 + td Combine vinegar, water, and sugar in a small saucepan and bring to a boil. + td 5 min + tr + td 2 + td Add onions and simmer until soft. + td 5 min + tr + td 3 + td Place the onions in the refrigerator while you gather the rest of the salad ingredients. + td 5 min + tr + td 4 + td Combine ingredients & toss + td 2 min diff --git a/src/index.pug b/src/index.pug index d5e2b09..4f7d069 100644 --- a/src/index.pug +++ b/src/index.pug @@ -3,44 +3,44 @@ html head link(rel="stylesheet" type="text/css" href="style.css") meta(name="viewport" content="user-scalable=no, width=device-width") - + body.cookbook h1 Baking - + a(href="bagels") img(src="bagels/final.png") | Bagels - + a(href="challah") img(src="challah/final.png") | Challah - + a(href="fluffy-pancakes") img(src="fluffy-pancakes/final.png") | Fluffy Pancakes - + a(href="gluten-free-flour") img(src="gluten-free-flour/final.png") | Gluten-Free Flour - + a(href="pizza") img(src="pizza/final.png") | Pizza - + a(href="rosemary-dinner-rolls") img(src="rosemary-dinner-rolls/final.png") | Rosemary Dinner Rolls - + a(href="southern-buttermilk-biscuits") img(src="southern-buttermilk-biscuits/final.png") | Southern Buttermilk Biscuits - + h1 Soups - + a(href="caldo-verde") img(src="caldo-verde/final.png") | Caldo Verde - + a(href="clam-chowder") img(src="clam-chowder/final.png") | Clam Chowder @@ -48,129 +48,133 @@ html a(href="cream-of-spinach-soup") img(src="cream-of-spinach-soup/final.png") | Cream of Spinach Soup - + a(href="curry-butternut-squash-and-apple-soup") img(src="curry-butternut-squash-and-apple-soup/final.png") | Curry Butternut Squash & Apple Soup - + a(href="hungarian-mushroom-beef-soup") img(src="hungarian-mushroom-beef-soup/final.png") | Hungarian Mushroom Beef Soup - + a(href="winter-lentil-soup") img(src="winter-lentil-soup/final.png") | Winter Lentil Soup - + h1 Salads - + a(href="caesar-salad") img(src="caesar-salad/final.png") | Caesar Salad - + + a(href="cucumber-salad") + img(src="cucumber-salad/final.png") + | Cucumber Salad + a(href="ruths-chris-chopped-salad") img(src="ruths-chris-chopped-salad/final.png") | Ruth's Chris Chopped Salad - + 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 - + a(href="chicken-cordon-bleu") img(src="chicken-cordon-bleu/final.png") | Chicken Cordon Bleu - + a(href="chicken-pot-pie") img(src="chicken-pot-pie/final.png") | Chicken Pot Pie - + a(href="chicken-breasts-with-caper-cream-sauce") img(src="chicken-breasts-with-caper-cream-sauce/final.png") | Chicken Breasts with Caper Cream Sauce - + a(href="chole") img(src="chole/final.png") | Chole - + a(href="garlic-prime-rib") img(src="garlic-prime-rib/final.png") | Garlic Prime Rib - + a(href="gnocchi") img(src="gnocchi/final.png") | Gnocchi - + a(href="kielbasa-and-cabbage") img(src="kielbasa-and-cabbage/final.png") | Kielbasa and Cabbage - + a(href="kofta-kebabs") img(src="kofta-kebabs/final.png") | Kofta Kebabs - + a(href="lemon-chicken-with-mushroom-sauce") img(src="lemon-chicken-with-mushroom-sauce/final.png") | Lemon Chicken with Mushroom Sauce - + a(href="orange-chicken") img(src="orange-chicken/final.png") | Orange Chicken - + a(href="ratatouille") 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 - + a(href="shrimp-with-sweet-potatoes-and-bacon") img(src="shrimp-with-sweet-potatoes-and-bacon/final.png") | Shrimp with Sweet Potatoes and Bacon - + a(href="sloppy-joe-sandwiches") img(src="sloppy-joe-sandwiches/final.png") | Sloppy Joe Sandwiches - + h1 Sides - + a(href="bok-choy-with-garlic") img(src="bok-choy-with-garlic/final.png") | Bok Choy with Garlic - + a(href="bourbon-glazed-carrots") img(src="bourbon-glazed-carrots/final.png") | Bourbon Glazed Carrots - + a(href="creamed-spinach") img(src="creamed-spinach/final.png") | Creamed Spinach - + a(href="garlic-broccoli") img(src="garlic-broccoli/final.png") | Garlic Broccoli - + a(href="hummus") img(src="hummus/final.png") | Hummus - + a(href="pommes-puree") img(src="pommes-puree/final.png") | Pommes Purée - + a(href="sweet-potatoes-with-honey-and-rosemary") img(src="sweet-potatoes-with-honey-and-rosemary/final.png") | Sweet Potatoes with Honey and Rosemary - + a(href="tzatziki") img(src="tzatziki/final.png") - | Tzatziki \ No newline at end of file + | Tzatziki