{{ .Title }}
++ + {{ with .Params.Category }}{{ partial "taxonomy/category" . }}{{ end }} + {{ with .Params.Cuisine }}{{ partial "taxonomy/cuisine" . }}{{ end }} + {{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }} + +
diff --git a/config.toml b/config.toml index 1d7c819..3cc54f3 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,57 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = "https://culinary.kemonine.info" +disablePathToLower = false +languageCode = "en-us" +title = "KemoNine's Culinary Notebook" +theme = "gochowdown" +defaultcontentlanguage = "en" +paginate = 20 +canonifyurls = true +pygmentsstyle = "monokai" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true +pygmentsOptions = "linenos=table" + +[permalinks] +posts = "/posts/:year/:month/:title" + +[params] +author = "KemoNine" +description = "a confused culinary notebook" +keywords = "recipes" +favicon_32 = "/images/favicon-32x32.png" +favicon_16 = "/images/favicon-16x16.png" +hidecredits = false +hidecopyright = false +showNavTitle = true +custom_css = [ "style.css" ] + +#[[menu.main]] +#name = "Home" +#weight = 1 +#url = "/" + +[[menu.main]] +name = "By Category" +weight = 20 +url = "/category/" + +[[menu.main]] +name = "By Cuisine" +weight = 30 +url = "/cuisine/" + +[[menu.main]] +name = "By Tag" +weight = 40 +url = "/tags/" + +[[menu.main]] +name = "Notes" +weight = 99 +url = "/notes/" + +[taxonomies] +category = "category" +cusine = "cuisine" +tag = "tags" +note = "notes" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/components/graham-cracker-crust/graham-cracker-crust.jpg b/content/components/graham-cracker-crust/graham-cracker-crust.jpg new file mode 100644 index 0000000..c870d65 Binary files /dev/null and b/content/components/graham-cracker-crust/graham-cracker-crust.jpg differ diff --git a/content/components/graham-cracker-crust/index.md b/content/components/graham-cracker-crust/index.md new file mode 100644 index 0000000..cafd07e --- /dev/null +++ b/content/components/graham-cracker-crust/index.md @@ -0,0 +1,21 @@ +--- + +layout: recipe +title: "Graham Cracker Crust" +image: graham-cracker-crust.jpg +imagecredit: https://flic.kr/p/atxu75 + +ingredients: +- 2 cups graham cracker crumbs +- 6 tbs butter (melted) +- 1/3 cup white sugar +- 1 tsp cinnamon + +directions: +- pulse graham cracker in food processor or use muddler to crumb in bowl +- combine melted butter, graham cracker crumbs, sugar, and cinnamon in a bowl +- press into pan, forming into crust shape + +--- + +A simple graham cracker crust, perfect for cheesecakes or tarts. \ No newline at end of file diff --git a/content/components/red-berry-dessert-topping/index.md b/content/components/red-berry-dessert-topping/index.md new file mode 100644 index 0000000..ed69cd1 --- /dev/null +++ b/content/components/red-berry-dessert-topping/index.md @@ -0,0 +1,22 @@ +--- + +layout: recipe +title: "Red Berry Dessert Topping" +image: red-berry-topping.jpg +imagecredit: https://flic.kr/p/9kczzP + +ingredients: +- 1/2 cup raspberries +- 1/2 cup strawberries +- 1/4 white sugar +- 1 squirt honey + + +directions: +- Dice berries +- Combine all ingredients +- Let rest for 15 mins + +--- + +A simple mash of berries, perfect for a tart or top of cheesecake. \ No newline at end of file diff --git a/content/components/red-berry-dessert-topping/red-berry-dessert-topping.jpg b/content/components/red-berry-dessert-topping/red-berry-dessert-topping.jpg new file mode 100644 index 0000000..932b264 Binary files /dev/null and b/content/components/red-berry-dessert-topping/red-berry-dessert-topping.jpg differ diff --git a/content/components/vanilla-custard-filling/index.md b/content/components/vanilla-custard-filling/index.md new file mode 100644 index 0000000..bee3c48 --- /dev/null +++ b/content/components/vanilla-custard-filling/index.md @@ -0,0 +1,27 @@ +--- + +layout: recipe +title: "Vanilla Custard Filling" +image: vanilla-custard.jpg +imagecredit: https://flic.kr/p/99yJqV + +ingredients: +- 1/2 cup sugar +- 1/4 cup all-purpose flour +- 1/2 teaspoon salt +- 2 cups milk +- 2 egg yolks, lightly beaten +- 2 teaspoons vanilla extract + + +directions: +- In a small saucepan, combine the sugar, flour and salt. Stir in milk until smooth. +- Cook and stir over medium-high heat until thickened and bubbly. +- Reduce heat; cook and stir 2 minutes longer. +- Remove from the heat. Stir a small amount of hot filling into egg yolks; return all to the pan. +- Bring to a gentle boil, stirring constantly; cook and stir 2 minutes longer. +- Remove from the heat. Gently stir in vanilla. + +--- + +A simple vanilla custard filling, useful for tarts (or alone by itself in a bowl). \ No newline at end of file diff --git a/content/components/vanilla-custard-filling/vanilla-custard-filling.jpg b/content/components/vanilla-custard-filling/vanilla-custard-filling.jpg new file mode 100644 index 0000000..1101d3b Binary files /dev/null and b/content/components/vanilla-custard-filling/vanilla-custard-filling.jpg differ diff --git a/content/notes/classic-lasagna/index.md b/content/notes/classic-lasagna/index.md new file mode 100644 index 0000000..b22c0d4 --- /dev/null +++ b/content/notes/classic-lasagna/index.md @@ -0,0 +1,22 @@ +--- +layout: notes +title: "Classic Lasagna" +image: noun_playbook_595109.png +imagecredit: +date: 2018-01-02 + +authorName: Terri +authorURL: www.greatgrubdelicioustreats.com +sourceName: "Great Grub, Delicious Treats" +sourceURL: http://www.greatgrubdelicioustreats.com/classic-lasagna/ +category: notes +notes: + - Prep + - Test +tags: + - Italian + - family + - Notes +--- + +You might need a bit more cottage or ricotta cheese, especially if splitting between smaller pans. Also, you will only get two levels deep if you don't have a really deep pan. Our contribution to this recipe comes from Ashley's mother, which is adding a package of spicy Italian sausage to give some additional flavor. diff --git a/content/notes/classic-lasagna/noun_playbook_595109.png b/content/notes/classic-lasagna/noun_playbook_595109.png new file mode 100644 index 0000000..dbe4d8b Binary files /dev/null and b/content/notes/classic-lasagna/noun_playbook_595109.png differ diff --git a/content/recipes/best-big-fat-chewy-chocolate-chip-cookie/best-big-fat-chewy-chocolate-chip-cookie.jpg b/content/recipes/best-big-fat-chewy-chocolate-chip-cookie/best-big-fat-chewy-chocolate-chip-cookie.jpg new file mode 100644 index 0000000..cc8ede1 Binary files /dev/null and b/content/recipes/best-big-fat-chewy-chocolate-chip-cookie/best-big-fat-chewy-chocolate-chip-cookie.jpg differ diff --git a/content/recipes/best-big-fat-chewy-chocolate-chip-cookie/index.md b/content/recipes/best-big-fat-chewy-chocolate-chip-cookie/index.md new file mode 100644 index 0000000..17e72f3 --- /dev/null +++ b/content/recipes/best-big-fat-chewy-chocolate-chip-cookie/index.md @@ -0,0 +1,44 @@ +--- +layout: recipe +title: "Best Big, Fat, Chewy Chocolate Chip Cookie" +image: best-big-fat-chewy-chocolate-chip-cookie.jpg +imagecredit: http://allrecipes.com/recipe/25037/best-big-fat-chewy-chocolate-chip-cookie/ +date: 2017-03-16 + +authorName: Elizabeth BH +authorURL: http://allrecipes.com/cook/183690/made-it/ +sourceName: All Recipes +sourceURL: http://allrecipes.com/recipe/25037/best-big-fat-chewy-chocolate-chip-cookie/ +category: Dessert +tags: + - chocolate + - cookies +yield: 7 +prepTime: 15 +cookTime: 15 + +ingredients: +- 2 cups all-purpose flour +- 1/2 teaspoon baking soda +- 1/2 teaspoon salt +- 3/4 cup unsalted butter, melted +- 1 cup packed brown sugar +- 1/2 cup white sugar +- 1 tablespoon vanilla extract +- 1 egg +- 1 egg yolk +- 2 cups semisweet chocolate chips + +directions: +- Preheat the oven to 325 degrees F (165 degrees C). +- Grease cookie sheets or line with parchment paper. +- Sift together the flour, baking soda and salt; set aside. +- In a medium bowl, cream together the melted butter, brown sugar and white sugar until well blended. +- Beat in the vanilla, egg, and egg yolk until light and creamy. +- Mix in the sifted ingredients until just blended. +- Stir in the chocolate chips by hand using a wooden spoon. +- Drop cookie dough 1/4 cup at a time onto the prepared cookie sheets. Cookies should be about 3 inches apart. +- Bake for 15 to 17 minutes in the preheated oven, or until the edges are lightly toasted. +- Cool on baking sheets for a few minutes before transferring to wire racks to cool completely. + +--- \ No newline at end of file diff --git a/content/recipes/easy-pancakes/easy-pancakes.jpg b/content/recipes/easy-pancakes/easy-pancakes.jpg new file mode 100644 index 0000000..f9a7f92 Binary files /dev/null and b/content/recipes/easy-pancakes/easy-pancakes.jpg differ diff --git a/content/recipes/easy-pancakes/index.md b/content/recipes/easy-pancakes/index.md new file mode 100644 index 0000000..e0bd84d --- /dev/null +++ b/content/recipes/easy-pancakes/index.md @@ -0,0 +1,37 @@ +--- +layout: recipe +title: "Easy Pancakes" +image: easy-pancakes.jpg +imagecredit: http://allrecipes.com/recipe/45396/easy-pancakes/ +date: 2017-03-16 + +authorName: Sharon Holt +authorURL: +sourceName: All Recipes +sourceURL: http://allrecipes.com/recipe/45396/easy-pancakes/ +category: Breakfast +cuisine: american +tags: + - Breakfast +yield: 4 +prepTime: 5 +cookTime: 10 + +ingredients: +- All-purpose flour 1 cup +- White sugar 2 tablespoons +- Baking powder 2 teaspoons +- Salt 1 teaspoon +- Egg, beaten 1 +- Milk 1 cup +- Vegetable oil 2 tablespoons + +directions: +- In a large bowl, mix flour, sugar, baking powder and salt. +- Make a well in the center, and pour in milk, egg and oil. +- Mix until smooth. +- Heat a lightly oiled griddle or frying pan over medium high heat. +- Pour or scoop the batter onto the griddle, using approximately 1/4 cup for each pancake. +- Brown on both sides and serve hot. + +--- \ No newline at end of file diff --git a/content/recipes/red-berry-tart/index.md b/content/recipes/red-berry-tart/index.md new file mode 100644 index 0000000..7caf344 --- /dev/null +++ b/content/recipes/red-berry-tart/index.md @@ -0,0 +1,35 @@ +--- + +layout: recipe +title: "Red Berry Tart" +image: red-berry-tart.jpg +imagecredit: +date: 2017-09-17 +YouTubeID: + +authorName: +authorURL: +sourceName: +sourceURL: +category: Dessert +tags: + - Dessert + - fruit +yield: 4 +prepTime: +cookTime: + + +directions: +- Bake the crust and let it cool +- Make the custard, pour into crust +- Make the red berry topping, spread over the top + +components: +- Graham Cracker Crust +- Vanilla Custard Filling +- Red Berry Dessert Topping + +--- + +A favorite when I go to BBQs (parties, hackathons, your folks' place), this red berry tart is fairly easy to make and packs a huge wow factor. \ No newline at end of file diff --git a/content/recipes/red-berry-tart/red-berry-tart.jpg b/content/recipes/red-berry-tart/red-berry-tart.jpg new file mode 100644 index 0000000..fb907e3 Binary files /dev/null and b/content/recipes/red-berry-tart/red-berry-tart.jpg differ diff --git a/layouts/.gitkeep b/layouts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..3cf6658 --- /dev/null +++ b/static/style.css @@ -0,0 +1 @@ +/* Add custom styles here, as needed */ \ No newline at end of file diff --git a/themes/gochowdown/exampleSite/content/recipes/classic-lasagna/classic-lasagna.jpg b/themes/gochowdown/exampleSite/content/recipes/classic-lasagna/classic-lasagna.jpg deleted file mode 100644 index 9cf3a14..0000000 Binary files a/themes/gochowdown/exampleSite/content/recipes/classic-lasagna/classic-lasagna.jpg and /dev/null differ diff --git a/themes/gochowdown/layouts/notes/single.html b/themes/gochowdown/layouts/notes/single.html new file mode 100644 index 0000000..c69120b --- /dev/null +++ b/themes/gochowdown/layouts/notes/single.html @@ -0,0 +1,64 @@ +{{ define "title" }} + {{ .Title }} ยท {{ .Site.Title }} +{{ end }} +{{ define "content" }} + +
{{ i18n "save-recipes" }}
-{{ i18n "create-beautiful" }}
-{{ i18n "use-recipes" }} ({{ i18n "our-favorite" }} Paprika)
-{{ i18n "share" }} (Twitter cards)
-{{ i18n "markdown-hugo" }}
-{{ i18n "recipes-stored" }}
-{{ i18n "open-source" }} ({{ i18n "contribute" }}?)
-{{ i18n "cuisine"}}: + {{ . | humanize }} +
+