From 4b25ab2ec642ce0384d0180e02161ca407470bfa Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Fri, 2 Dec 2022 00:55:33 -0500 Subject: [PATCH] Add falafel and soup --- archetypes/default.md | 6 +++++- content/plates/falafel.md | 25 +++++++++++++++++++++++++ content/soup/vegan-seafood-soup.md | 23 +++++++++++++++++++++++ data/menu.toml | 18 +++++++++++------- themes/nostyleplease | 2 +- 5 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 content/plates/falafel.md create mode 100644 content/soup/vegan-seafood-soup.md diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..8485ab1 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,10 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -draft: true --- +## Ingredients + +## Instructions + +## Notes \ No newline at end of file diff --git a/content/plates/falafel.md b/content/plates/falafel.md new file mode 100644 index 0000000..f685e45 --- /dev/null +++ b/content/plates/falafel.md @@ -0,0 +1,25 @@ +--- +title: "Falafel" +date: 2022-12-02T00:48:37-05:00 +--- + +## Ingredients + +- 2 cups dried chickpeas +- 1 cup fresh paresly leaves +- 1 cup fresh cilantro leaves +- .5 cup fresh dill +- 1 onion +- 8 cloves garlic +- 1Tbsp cumin +- 1Tbsp corainder + +## Instructions + +- **A day in advance**, soak the chickpeas in enough water to cover them. Optionally add a pinch of baking soda to the water when soaking. +- Add all ingredients to the blender, blend until it's well combined. +- Air fry for around 20 minutes, flipping midway. + +Serve with a pita bread, tomatoes, cucumber, and any sauce. + +## Notes diff --git a/content/soup/vegan-seafood-soup.md b/content/soup/vegan-seafood-soup.md new file mode 100644 index 0000000..f95168f --- /dev/null +++ b/content/soup/vegan-seafood-soup.md @@ -0,0 +1,23 @@ +--- +title: "Vegan Seafood Soup" +date: 2022-12-02T00:39:57-05:00 +--- + +## Ingredients + +- 1 onion +- 1 pack vegan sausage +- 1lb potatoes +- 1lb mushroom +- 1oz old bay seasoning +- a pinch of cayenne +- veggie broth + +## Instructions + +- Chop the onion, and sauté in some canola oil. Remove the onions when slightly browned. +- Slice the sausage, and add it to the pot with some more canola oil. Cook until seared. +- Add all ingredients, and enough veggie broth to cover. Season with salt and pepper. +- Cook until the potatoes are soft. + +## Notes \ No newline at end of file diff --git a/data/menu.toml b/data/menu.toml index 592d795..708dcc6 100644 --- a/data/menu.toml +++ b/data/menu.toml @@ -1,17 +1,13 @@ [[entries]] -title = "Baked" +title = "Baked -- Breads, pies, pizza, potatoes" url = "/recipes/baked/" [[entries]] -title = "Bowls" +title = "Bowls -- noodles, stir fry" url = "/recipes/bowls/" [[entries]] -title = "Dessert" -url = "/recipes/dessert/" - -[[entries]] -title = "Misc" +title = "Plates -- sandwiches and other stuff" url = "/recipes/misc/" [[entries]] @@ -25,3 +21,11 @@ url = "/recipes/salad/" [[entries]] title = "Soup" url = "/recipes/soup/" + +[[entries]] +title = "Misc -- Sauces and toppings" +url = "/recipes/misc/" + +[[entries]] +title = "Dessert" +url = "/recipes/dessert/" diff --git a/themes/nostyleplease b/themes/nostyleplease index 8086aa2..708ba69 160000 --- a/themes/nostyleplease +++ b/themes/nostyleplease @@ -1 +1 @@ -Subproject commit 8086aa2fc3f0c8add74560f0ff74fb00d2e93c6a +Subproject commit 708ba69bdb2177f9d423642e51fab218bfef2eda