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 cups cucumbers (thinly sliced) 1½ cups cherry tomatoes 8 oz mozzarella (cubed) ½ cup basil (shredded) 3 tbsp olive oil 3 tbsp pickled red onion fluid 1 cup pickled red onions salt & pepper
Pickled Red Onions ½ cup white vinegar ½ cup water 2 tbsp sugar 2 cups red onion (thinly sliced)
1 Combine vinegar, water, and sugar in a small saucepan and bring to a boil. 5 min 2 Add onions and simmer until soft. 5 min 3 Place the onions in the refrigerator while you gather the rest of the salad ingredients. 5 min 4 Combine ingredients & toss 2 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 Bagels Challah Fluffy Pancakes Gluten-Free Flour Pizza Rosemary Dinner Rolls Southern Buttermilk BiscuitsSoups Caldo Verde Clam Chowder Cream of Spinach Soup Curry Butternut Squash & Apple Soup Hungarian Mushroom Beef Soup Winter Lentil SoupSalads Caesar Salad Ruth's Chris Chopped SaladMain Dish BBQ Pork Ribs Beef Bourguignon Chicken Cordon Bleu Chicken Pot Pie Chicken Breasts with Caper Cream Sauce Chole 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 SandwichesSides Bok Choy with Garlic Bourbon Glazed Carrots Creamed Spinach Garlic Broccoli Hummus Pommes Purée 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 BiscuitsSoups Caldo Verde Clam Chowder Cream of Spinach Soup Curry Butternut Squash & Apple Soup Hungarian Mushroom Beef Soup Winter Lentil SoupSalads Caesar Salad Cucumber Salad Ruth's Chris Chopped SaladMain Dish BBQ Pork Ribs Beef Bourguignon Chicken Cordon Bleu Chicken Pot Pie Chicken Breasts with Caper Cream Sauce Chole 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 SandwichesSides Bok Choy with Garlic Bourbon Glazed Carrots Creamed Spinach Garlic Broccoli Hummus Pommes Purée Sweet Potatoes with Honey and Rosemary Tzatziki
\ 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