Add falafel and soup
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
eb8cde385c
commit
4b25ab2ec6
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Ingredients
|
||||||
|
|
||||||
|
## Instructions
|
||||||
|
|
||||||
|
## Notes
|
25
content/plates/falafel.md
Normal file
25
content/plates/falafel.md
Normal file
|
@ -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
|
23
content/soup/vegan-seafood-soup.md
Normal file
23
content/soup/vegan-seafood-soup.md
Normal file
|
@ -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
|
|
@ -1,17 +1,13 @@
|
||||||
[[entries]]
|
[[entries]]
|
||||||
title = "Baked"
|
title = "Baked -- Breads, pies, pizza, potatoes"
|
||||||
url = "/recipes/baked/"
|
url = "/recipes/baked/"
|
||||||
|
|
||||||
[[entries]]
|
[[entries]]
|
||||||
title = "Bowls"
|
title = "Bowls -- noodles, stir fry"
|
||||||
url = "/recipes/bowls/"
|
url = "/recipes/bowls/"
|
||||||
|
|
||||||
[[entries]]
|
[[entries]]
|
||||||
title = "Dessert"
|
title = "Plates -- sandwiches and other stuff"
|
||||||
url = "/recipes/dessert/"
|
|
||||||
|
|
||||||
[[entries]]
|
|
||||||
title = "Misc"
|
|
||||||
url = "/recipes/misc/"
|
url = "/recipes/misc/"
|
||||||
|
|
||||||
[[entries]]
|
[[entries]]
|
||||||
|
@ -25,3 +21,11 @@ url = "/recipes/salad/"
|
||||||
[[entries]]
|
[[entries]]
|
||||||
title = "Soup"
|
title = "Soup"
|
||||||
url = "/recipes/soup/"
|
url = "/recipes/soup/"
|
||||||
|
|
||||||
|
[[entries]]
|
||||||
|
title = "Misc -- Sauces and toppings"
|
||||||
|
url = "/recipes/misc/"
|
||||||
|
|
||||||
|
[[entries]]
|
||||||
|
title = "Dessert"
|
||||||
|
url = "/recipes/dessert/"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8086aa2fc3f0c8add74560f0ff74fb00d2e93c6a
|
Subproject commit 708ba69bdb2177f9d423642e51fab218bfef2eda
|
Loading…
Reference in a new issue