feat: published recipes
This commit is contained in:
parent
0507d5c52f
commit
e84f6f9899
64 changed files with 119 additions and 69 deletions
|
|
@ -4,10 +4,15 @@ pageType: recipe
|
||||||
---
|
---
|
||||||
<article class="recipe">
|
<article class="recipe">
|
||||||
{% if isDraft %}
|
{% if isDraft %}
|
||||||
<div class="draft-warning-banner">
|
<div class="warning-banner">
|
||||||
⚠️ This recipe is still a draft and may be incomplete or subject to changes.
|
⚠️ This recipe is still a draft and may be incomplete or subject to changes.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if plantBased === false %}
|
||||||
|
<div class="warning-banner">
|
||||||
|
This recipe contains products of animal agriculture. Animal agriculture is a significant contributor to greenhouse gas emissions, deforestation, water pollution, and worker exploitation. Consider exploring plant-based alternatives to reduce negative impacts.
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
<header class="recipe-header">
|
<header class="recipe-header">
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
{% if isDraft %}
|
{% if isDraft %}
|
||||||
|
|
|
||||||
|
|
@ -309,8 +309,8 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Draft Warning Banner */
|
/* Warning Banner */
|
||||||
.draft-warning-banner {
|
.warning-banner {
|
||||||
background-color: var(--color-bg-warning);
|
background-color: var(--color-bg-warning);
|
||||||
border: 1px solid var(--color-border-warning);
|
border: 1px solid var(--color-border-warning);
|
||||||
border-radius: var(--radius-block);
|
border-radius: var(--radius-block);
|
||||||
|
|
@ -319,6 +319,7 @@ a {
|
||||||
color: var(--color-warning-text);
|
color: var(--color-warning-text);
|
||||||
font-weight: var(--font-weight-medium);
|
font-weight: var(--font-weight-medium);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,11 @@ eleventyComputed:
|
||||||
|
|
||||||
{% if recipe %}
|
{% if recipe %}
|
||||||
<article class="recipe">
|
<article class="recipe">
|
||||||
|
{% if recipe.data.plantBased === false %}
|
||||||
|
<div class="warning-banner">
|
||||||
|
This recipe contains products of animal agriculture. Animal agriculture is a significant contributor to greenhouse gas emissions, deforestation, water pollution, and worker exploitation. Consider exploring plant-based alternatives to reduce negative impacts.
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
<header class="recipe-header">
|
<header class="recipe-header">
|
||||||
<h1>{{ recipe.data.title }}</h1>
|
<h1>{{ recipe.data.title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ draft: true
|
||||||
|
|
||||||
[^1]: about 5-8mm thick
|
[^1]: about 5-8mm thick
|
||||||
|
|
||||||
#recipe/dessert #diet/vegan/optional #diet/vegetarian
|
#recipe/dessert #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
@ -31,7 +31,7 @@ makes: One ??? kg loaf
|
||||||
- mix in remaining ingredients to mixing bowl until incorporated don't over mix
|
- mix in remaining ingredients to mixing bowl until incorporated don't over mix
|
||||||
- bake in oven for 45-50 minutes
|
- bake in oven for 45-50 minutes
|
||||||
|
|
||||||
#recipe/dessert #recipe/staple/bread #diet/vegan/optional #diet/vegetarian
|
#recipe/dessert #recipe/staple/bread #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
[^1]: optional
|
[^1]: optional
|
||||||
[^2]: can use 2 eggs instead
|
[^2]: can use 2 eggs instead
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,6 @@ makes: 1 1kg loaf
|
||||||
- add ingredients to bread maker in listed order
|
- add ingredients to bread maker in listed order
|
||||||
- run on 2lb loaf setting light crust
|
- run on 2lb loaf setting light crust
|
||||||
|
|
||||||
#recipe #diet/vegan #diet/vegetarian
|
#recipe #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^vegan_sugar]: some sugars use bone char to whiten them. Consider using a brand that doesn't
|
[^vegan_sugar]: some sugars use bone char to whiten them. Consider using a brand that doesn't
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ title: Chicken Broth Powder
|
||||||
- thoroughly mix together remaining wet ingredients
|
- thoroughly mix together remaining wet ingredients
|
||||||
- add 1 table spoon of powder to 300 ml of boiling water and let steep for 10 minutes before eating
|
- add 1 table spoon of powder to 300 ml of boiling water and let steep for 10 minutes before eating
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^1]: Must be Dextrose can not substitute with other sugars
|
[^1]: Must be Dextrose can not substitute with other sugars
|
||||||
[^2]: can use any vegetable oil but flax oil works best
|
[^2]: can use any vegetable oil but flax oil works best
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ draft: true
|
||||||
- cut onions and bell peppers into 0.5-1cm chunks and fry in pot
|
- cut onions and bell peppers into 0.5-1cm chunks and fry in pot
|
||||||
- dump everything else in and simmer for an hour
|
- dump everything else in and simmer for an hour
|
||||||
|
|
||||||
#recipe/dinner #diet/vegan #diet/vegetarian
|
#recipe/dinner #diet/plant-based #diet/vegetarian
|
||||||
[^1]: red have more developed flavors due to being more ripe
|
[^1]: red have more developed flavors due to being more ripe
|
||||||
[^2]: pinto, black, navy, and red kidney beans work well
|
[^2]: pinto, black, navy, and red kidney beans work well
|
||||||
[^3]: can be substituted with double the amount of crushed tomatoes but needs to simmer for longer
|
[^3]: can be substituted with double the amount of crushed tomatoes but needs to simmer for longer
|
||||||
|
|
@ -23,4 +23,4 @@ draft: true
|
||||||
|
|
||||||
[^1]: if adding to something that will be baked after it is added this step can be skipped
|
[^1]: if adding to something that will be baked after it is added this step can be skipped
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan/optional #diet/vegetarian
|
#recipe/ingredient #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
@ -16,4 +16,4 @@ draft: true
|
||||||
- double strain into martini glass
|
- double strain into martini glass
|
||||||
- (optional) garnish with lime wheel
|
- (optional) garnish with lime wheel
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -18,4 +18,4 @@ draft: true
|
||||||
- add all ingredients to cocktail shaker and shake until mixed
|
- add all ingredients to cocktail shaker and shake until mixed
|
||||||
- poor though shaker filter into drink glass
|
- poor though shaker filter into drink glass
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -15,4 +15,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- stir & pour
|
- stir & pour
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -16,4 +16,4 @@ draft: true
|
||||||
- add rum, ginger bear, and ice to glass
|
- add rum, ginger bear, and ice to glass
|
||||||
- serve
|
- serve
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -25,7 +25,7 @@ draft: true
|
||||||
- mix soy milk slurry into saved boil water[^3]
|
- mix soy milk slurry into saved boil water[^3]
|
||||||
- mix together potato mash, green onions, soy milk, butter, salt, and pepper
|
- mix together potato mash, green onions, soy milk, butter, salt, and pepper
|
||||||
|
|
||||||
#recipe/dinner/side #diet/vegan
|
#recipe/dinner/side #diet/plant-based
|
||||||
|
|
||||||
[^1]: boiling potato hard breaks their cells open and will make the final result set up very firm when it cools
|
[^1]: boiling potato hard breaks their cells open and will make the final result set up very firm when it cools
|
||||||
[^2]: dissolving soy milk powder in cold water first prevents clumping
|
[^2]: dissolving soy milk powder in cold water first prevents clumping
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,6 @@ draft: true
|
||||||
- salt to taste
|
- salt to taste
|
||||||
- serve
|
- serve
|
||||||
|
|
||||||
#recipe #diet/vegan #diet/vegetarian
|
#recipe #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^1]: sesame seed or vegetable oil also work
|
[^1]: sesame seed or vegetable oil also work
|
||||||
|
|
@ -23,4 +23,4 @@ draft: true
|
||||||
- mix thoroughly until evenly distributed
|
- mix thoroughly until evenly distributed
|
||||||
- store in an airtight container
|
- store in an airtight container
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -22,4 +22,4 @@ draft: true
|
||||||
- shake
|
- shake
|
||||||
- pore over ice and garnish with basil leaf
|
- pore over ice and garnish with basil leaf
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -14,4 +14,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- ???
|
- ???
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -17,4 +17,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- ???
|
- ???
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan/optional #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
@ -33,4 +33,4 @@ draft: true
|
||||||
- bake for 24 minutes, stirring half way though
|
- bake for 24 minutes, stirring half way though
|
||||||
- let cool completely on baking sheet before storing
|
- let cool completely on baking sheet before storing
|
||||||
|
|
||||||
#recipe/breakfast #diet/vegan #diet/vegetarian
|
#recipe/breakfast #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -35,4 +35,4 @@ draft: true
|
||||||
- place potatoes onto a plate with a paper towel to absorb grease
|
- place potatoes onto a plate with a paper towel to absorb grease
|
||||||
- serve
|
- serve
|
||||||
|
|
||||||
#recipe/breakfast #diet/vegan #diet/vegetarian
|
#recipe/breakfast #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -19,4 +19,4 @@ draft: true
|
||||||
- shake well
|
- shake well
|
||||||
- serve
|
- serve
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -21,4 +21,4 @@ aliases:
|
||||||
## Steps
|
## Steps
|
||||||
- ???
|
- ???
|
||||||
|
|
||||||
#recipe/dinner #diet/vegan #diet/vegetarian
|
#recipe/dinner #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -26,4 +26,4 @@ makes: 1.5L
|
||||||
- bring pot to a boil for 1 hour
|
- bring pot to a boil for 1 hour
|
||||||
- remove cans from pot and let cool
|
- remove cans from pot and let cool
|
||||||
|
|
||||||
#recipe/ingredient/jam #diet/vegan #diet/vegetarian
|
#recipe/ingredient/jam #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -28,4 +28,4 @@ draft: true
|
||||||
- bring pot to a boil for 1 hour
|
- bring pot to a boil for 1 hour
|
||||||
- remove cans from pot and let cool
|
- remove cans from pot and let cool
|
||||||
|
|
||||||
#recipe/ingredient/jam #diet/vegan #diet/vegetarian
|
#recipe/ingredient/jam #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -27,4 +27,4 @@ draft: true
|
||||||
- bring pot to a boil for 1 hour
|
- bring pot to a boil for 1 hour
|
||||||
- remove cans from pot and let cool
|
- remove cans from pot and let cool
|
||||||
|
|
||||||
#recipe/ingredient/jam #diet/vegan #diet/vegetarian
|
#recipe/ingredient/jam #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -31,6 +31,6 @@ draft: true
|
||||||
- add lions mane and cream to pot
|
- add lions mane and cream to pot
|
||||||
- simmer until carrots and potatoes are soft
|
- simmer until carrots and potatoes are soft
|
||||||
|
|
||||||
#recipe/dinner/soup #diet/vegan/optional #diet/vegetarian
|
#recipe/dinner/soup #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
[1^]: can use coconut cream
|
[1^]: can use coconut cream
|
||||||
|
|
@ -24,6 +24,6 @@ draft: true
|
||||||
- let the bottled kombucha ferment for five days in a warm area
|
- let the bottled kombucha ferment for five days in a warm area
|
||||||
- place the kombuchca in the fridge for an hour or two before serving
|
- place the kombuchca in the fridge for an hour or two before serving
|
||||||
|
|
||||||
#recipe/drink #diet/vegan #diet/vegetarian
|
#recipe/drink #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[1^]: a fine mesh strainer can also be used for this but takes longer to strain
|
[1^]: a fine mesh strainer can also be used for this but takes longer to strain
|
||||||
|
|
@ -15,4 +15,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- ???
|
- ???
|
||||||
|
|
||||||
#recipe #diet/vegan #diet/vegetarian
|
#recipe #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -26,7 +26,7 @@ draft: true
|
||||||
- cover jars with coffee filter and strap down to mouth using jar band or rubber bands
|
- cover jars with coffee filter and strap down to mouth using jar band or rubber bands
|
||||||
- let ferment for 6 to 14 days at a temperature between 23°C and 28°C tasting every day past day 4 until acid level is high enough [^3]
|
- let ferment for 6 to 14 days at a temperature between 23°C and 28°C tasting every day past day 4 until acid level is high enough [^3]
|
||||||
|
|
||||||
#recipe #diet/vegan #diet/vegetarian
|
#recipe #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[1^]: can be substituted with store bought kombucha for first scoby
|
[1^]: can be substituted with store bought kombucha for first scoby
|
||||||
[2^]: tap water works but is slower and has a higher chance of failure due to chlorine/fluoride in water
|
[2^]: tap water works but is slower and has a higher chance of failure due to chlorine/fluoride in water
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,4 @@ draft: true
|
||||||
- after a month remove lemon peals with a strainer keeping vodka
|
- after a month remove lemon peals with a strainer keeping vodka
|
||||||
- heat water and dissolve sugar then mix into the vodka
|
- heat water and dissolve sugar then mix into the vodka
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -18,4 +18,4 @@ draft: true
|
||||||
- pour all ingredients over ice
|
- pour all ingredients over ice
|
||||||
- stir
|
- stir
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -52,7 +52,7 @@ draft: true
|
||||||
- add in green onion and cook for 30 seconds
|
- add in green onion and cook for 30 seconds
|
||||||
- remove from heat and add sichuan peppercorn powder and serve
|
- remove from heat and add sichuan peppercorn powder and serve
|
||||||
|
|
||||||
#recipe/dinner #diet/vegan #diet/vegetarian
|
#recipe/dinner #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^1]: this is virgin rapeseed oil you can't buy this in america due to sinophobic food laws and white people thinking its toxic without evidence. You can use indian mustard seed oil, peanut oil, or canola oil in a pinch. Indian mustard seed oil is the closest followed by peanut oil. Canola oil is rape seed oil but taste different because of how it is processed so a more raw oil like indian mustard seed or peanut is better.
|
[^1]: this is virgin rapeseed oil you can't buy this in america due to sinophobic food laws and white people thinking its toxic without evidence. You can use indian mustard seed oil, peanut oil, or canola oil in a pinch. Indian mustard seed oil is the closest followed by peanut oil. Canola oil is rape seed oil but taste different because of how it is processed so a more raw oil like indian mustard seed or peanut is better.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ draft: true
|
||||||
- add ingredients to blender
|
- add ingredients to blender
|
||||||
- blend and add more ice till at desired consistency
|
- blend and add more ice till at desired consistency
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -17,6 +17,6 @@ title: "Mochi"
|
||||||
- roll dough sphere after adding to rice flower
|
- roll dough sphere after adding to rice flower
|
||||||
- refrigerate for 30 minutes (optional)
|
- refrigerate for 30 minutes (optional)
|
||||||
|
|
||||||
#recipe/dessert #diet/vegan/optional #diet/vegetarian
|
#recipe/dessert #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
[^1]: can use animal milk but rice milk works better
|
[^1]: can use animal milk but rice milk works better
|
||||||
|
|
@ -14,4 +14,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- add all ingredients to glass and stir before serving
|
- add all ingredients to glass and stir before serving
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -28,4 +28,4 @@ draft: true
|
||||||
- place mushroom fry into blender with parsley, time, and a bit of olive oil
|
- place mushroom fry into blender with parsley, time, and a bit of olive oil
|
||||||
- blend mixture occasionally adding more olive oil until everything forms into a paste
|
- blend mixture occasionally adding more olive oil until everything forms into a paste
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -1,13 +1,9 @@
|
||||||
---
|
---
|
||||||
title: "Oatmeal Chocolate Chip Cookies"
|
title: "Oatmeal Chocolate Chip Cookies"
|
||||||
draft: true
|
makes: 45 cookies
|
||||||
---
|
---
|
||||||
# Makes 45 cookies
|
|
||||||
### notes
|
|
||||||
- cook 10-11min
|
|
||||||
- each cookie should be ~42g
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
- [ ] vegan butter 227g (16 tablespoons/1 brick/2 sticks)
|
- [ ] butter 227g (16 tablespoons/1 brick/2 sticks)
|
||||||
- [ ] sugar 115g
|
- [ ] sugar 115g
|
||||||
- [ ] brown sugar 225g
|
- [ ] brown sugar 225g
|
||||||
- [ ] just egg 95g [^2]
|
- [ ] just egg 95g [^2]
|
||||||
|
|
@ -26,8 +22,10 @@ draft: true
|
||||||
- beat in eggs milk and vanilla
|
- beat in eggs milk and vanilla
|
||||||
- incorporate flour, baking soda, and salt
|
- incorporate flour, baking soda, and salt
|
||||||
- add in oats and chocolate chips and stir
|
- add in oats and chocolate chips and stir
|
||||||
|
- roll into balls that weight ~42g
|
||||||
|
- bake for 10-11 minutes
|
||||||
|
|
||||||
#recipe/dessert/cookie #diet/vegan/optional #diet/vegetarian
|
#recipe/dessert/cookie #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
[^1]: can use cow milk
|
[^1]: can use cow milk
|
||||||
[^2]: can use 2 chicken eggs instead
|
[^2]: can use 2 chicken eggs instead
|
||||||
|
|
@ -17,4 +17,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- whisk together in a bowl until all incorporated
|
- whisk together in a bowl until all incorporated
|
||||||
|
|
||||||
#recipe/breakfast #diet/vegan #diet/vegetarian
|
#recipe/breakfast #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -24,6 +24,6 @@ draft: true
|
||||||
- Gently mix in milk water and canola oil until few lumps remain [^1]
|
- Gently mix in milk water and canola oil until few lumps remain [^1]
|
||||||
- Scope 1/3 cup of batter onto heated greased pan and cook until bubbles form and then flip
|
- Scope 1/3 cup of batter onto heated greased pan and cook until bubbles form and then flip
|
||||||
|
|
||||||
#recipe/breakfast #diet/vegan #diet/vegetarian
|
#recipe/breakfast #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[1^]: Over mixing will cause baking powder to deactivate and gluten to over develop making pancakes to dense
|
[1^]: Over mixing will cause baking powder to deactivate and gluten to over develop making pancakes to dense
|
||||||
|
|
@ -14,4 +14,4 @@ draft: true
|
||||||
- pour dough out onto a clean surface and kneed until smooth
|
- pour dough out onto a clean surface and kneed until smooth
|
||||||
- let rest for 16-18 hours at 16-18°C in container covered with cling wrap with a small hole in it
|
- let rest for 16-18 hours at 16-18°C in container covered with cling wrap with a small hole in it
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -20,7 +20,7 @@ draft: true
|
||||||
- separate dough into 6 ~280g balls
|
- separate dough into 6 ~280g balls
|
||||||
- rest for 1-2 hours at room temperature
|
- rest for 1-2 hours at room temperature
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan/optional #diet/vegetarian
|
#recipe/ingredient #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
[^1]: malt can be substituted for honey
|
[^1]: malt can be substituted for honey
|
||||||
[^2]: may take longer
|
[^2]: may take longer
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ draft: true
|
||||||
- remove lid
|
- remove lid
|
||||||
- remove jars and allow to cool
|
- remove jars and allow to cool
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan/optional #diet/vegetarian
|
#recipe/ingredient #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
|
|
||||||
[^1]: spice mix should be predominantly oregano
|
[^1]: spice mix should be predominantly oregano
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ draft: true
|
||||||
- freeze?
|
- freeze?
|
||||||
- deep fry at 180°c 355
|
- deep fry at 180°c 355
|
||||||
|
|
||||||
#recipe/dinner/side #diet/vegan #diet/vegetarian
|
#recipe/dinner/side #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -23,4 +23,4 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- cook that shit
|
- cook that shit
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -6,4 +6,4 @@ draft: true
|
||||||
## Notes
|
## Notes
|
||||||
- serve cold
|
- serve cold
|
||||||
|
|
||||||
#diet/vegan/optional #diet/vegetarian/optional
|
#diet/plant-based/optional #diet/vegetarian/optional
|
||||||
|
|
@ -19,4 +19,4 @@ draft: true
|
||||||
- shake well
|
- shake well
|
||||||
- serve
|
- serve
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -25,4 +25,4 @@ draft: true
|
||||||
|
|
||||||
[^1]: all purpose flour can be used instead but is much harder to form into a balls
|
[^1]: all purpose flour can be used instead but is much harder to form into a balls
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -17,6 +17,6 @@ draft: true
|
||||||
## Steps
|
## Steps
|
||||||
- ???
|
- ???
|
||||||
|
|
||||||
#recipe/drink #diet/vegan #diet/vegetarian
|
#recipe/drink #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^1]: Some wines are not vegan
|
[^1]: Some wines are not vegan
|
||||||
|
|
@ -26,6 +26,6 @@ draft: true
|
||||||
- wrap up the seitan dough in tin foil and steam it for like an hour? you can't really overcook it so better to go long
|
- wrap up the seitan dough in tin foil and steam it for like an hour? you can't really overcook it so better to go long
|
||||||
- keep in freezer until it tastes bad
|
- keep in freezer until it tastes bad
|
||||||
|
|
||||||
#recipe #diet/vegan #diet/vegetarian
|
#recipe #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[x^]:
|
[x^]:
|
||||||
|
|
@ -40,4 +40,4 @@ draft: true
|
||||||
|
|
||||||
[^1]: if using sauce reduce again
|
[^1]: if using sauce reduce again
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -41,4 +41,4 @@ draft: true
|
||||||
- repeat charring process until desired crispy level is achieved
|
- repeat charring process until desired crispy level is achieved
|
||||||
- season with salt and pepper to taste
|
- season with salt and pepper to taste
|
||||||
|
|
||||||
#recipe/dinner #diet/vegan #diet/vegetarian
|
#recipe/dinner #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -22,4 +22,4 @@ draft: true
|
||||||
- fill a pan with around 4-6 cm of water and bring to a boil
|
- fill a pan with around 4-6 cm of water and bring to a boil
|
||||||
- place steamer in boiling water and let rice steam for 15 minutes
|
- place steamer in boiling water and let rice steam for 15 minutes
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -38,6 +38,6 @@ draft: true
|
||||||
- remove lid
|
- remove lid
|
||||||
- remove jars and allow to cool
|
- remove jars and allow to cool
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan/optional
|
#recipe/ingredient #diet/plant-based/optional
|
||||||
|
|
||||||
[^1]: Optional
|
[^1]: Optional
|
||||||
|
|
@ -41,4 +41,4 @@ draft: true
|
||||||
- transfer mix to baking dish
|
- transfer mix to baking dish
|
||||||
- put in oven for hour at 190°C (375°F) for hour
|
- put in oven for hour at 190°C (375°F) for hour
|
||||||
|
|
||||||
#recipe/dinner/side #diet/vegan/optional #diet/vegetarian
|
#recipe/dinner/side #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
@ -22,6 +22,6 @@ title: "Sushi Rice"
|
||||||
- Transfer the rice to a bowl, add the rice vinegar and gently incorporate it into the rice
|
- Transfer the rice to a bowl, add the rice vinegar and gently incorporate it into the rice
|
||||||
- Cover the bowl with a wet towel/lid until you use it
|
- Cover the bowl with a wet towel/lid until you use it
|
||||||
|
|
||||||
#recipe/staple #diet/vegan #diet/vegetarian
|
#recipe/staple #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^1]: Can use medium grain rice in a pinch
|
[^1]: Can use medium grain rice in a pinch
|
||||||
|
|
@ -15,4 +15,4 @@ title: "Sweet Corn"
|
||||||
- turn heat to low and add corn to boiling water and cover
|
- turn heat to low and add corn to boiling water and cover
|
||||||
- boil corn for 8 min
|
- boil corn for 8 min
|
||||||
|
|
||||||
#recipe #diet/vegan #diet/vegetarian
|
#recipe #diet/plant-based #diet/vegetarian
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ draft: true
|
||||||
- pour tequila and orange juice into the glass
|
- pour tequila and orange juice into the glass
|
||||||
- add grenadine and gently stir
|
- add grenadine and gently stir
|
||||||
|
|
||||||
#recipe/drink/alcohol #diet/vegan #diet/vegetarian
|
#recipe/drink/alcohol #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -50,7 +50,7 @@ draft: true
|
||||||
- serve over rice, noodles, or eat plain
|
- serve over rice, noodles, or eat plain
|
||||||
- share with friends
|
- share with friends
|
||||||
|
|
||||||
#recipe/dinner #diet/vegan/optional #diet/vegetarian
|
#recipe/dinner #diet/plant-based/optional #diet/vegetarian
|
||||||
|
|
||||||
[^1]: adjust amount based on spice preference and brand strength
|
[^1]: adjust amount based on spice preference and brand strength
|
||||||
[^2]: not traditional but adds good flavor
|
[^2]: not traditional but adds good flavor
|
||||||
|
|
@ -38,4 +38,4 @@ draft: true
|
||||||
- add 3/4th cup of water to pot and reduce until the gravy thickens
|
- add 3/4th cup of water to pot and reduce until the gravy thickens
|
||||||
- garnish with fenugreek
|
- garnish with fenugreek
|
||||||
|
|
||||||
#recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -28,4 +28,4 @@ draft: true
|
||||||
- mix add nutritional yeast powder
|
- mix add nutritional yeast powder
|
||||||
- pour in just eggs and add spice and stir until cooked to your liking
|
- pour in just eggs and add spice and stir until cooked to your liking
|
||||||
|
|
||||||
#recipe/ingredient #recipe/breakfast #diet/vegan #diet/vegetarian
|
#recipe/ingredient #recipe/breakfast #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -22,6 +22,6 @@ draft: true
|
||||||
- strain out each tortellini when they float
|
- strain out each tortellini when they float
|
||||||
- serve
|
- serve
|
||||||
|
|
||||||
#recipe/dinner #diet/vegan #diet/vegetarian
|
#recipe/dinner #diet/plant-based #diet/vegetarian
|
||||||
|
|
||||||
[^1]: instead of boiling the tortellini right away, you can freeze them for later
|
[^1]: instead of boiling the tortellini right away, you can freeze them for later
|
||||||
|
|
@ -29,4 +29,4 @@ draft: true
|
||||||
- steam for an hour or until internal temperature reaches 71°C
|
- steam for an hour or until internal temperature reaches 71°C
|
||||||
- cool overnight in fridge
|
- cool overnight in fridge
|
||||||
|
|
||||||
#recipe/lunch #recipe/ingredient #diet/vegan #diet/vegetarian
|
#recipe/lunch #recipe/ingredient #diet/plant-based #diet/vegetarian
|
||||||
|
|
@ -3,6 +3,44 @@ const path = require("path");
|
||||||
const { execSync } = require("child_process");
|
const { execSync } = require("child_process");
|
||||||
const { DateTime } = require("luxon");
|
const { DateTime } = require("luxon");
|
||||||
|
|
||||||
|
const extractDietTags = (filePath) => {
|
||||||
|
try {
|
||||||
|
const content = fs.readFileSync(filePath, 'utf-8');
|
||||||
|
const dietTagRegex = /#diet\/(omnivore|vegetarian|plant-based)(?:\/optional)?/g;
|
||||||
|
const matches = content.match(dietTagRegex) || [];
|
||||||
|
return matches.map(tag => {
|
||||||
|
const match = tag.match(/#diet\/(omnivore|vegetarian|plant-based)/);
|
||||||
|
return match ? match[1] : null;
|
||||||
|
}).filter(Boolean);
|
||||||
|
} catch (e) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const getPlantBased = (filePath) => {
|
||||||
|
const dietTags = extractDietTags(filePath);
|
||||||
|
|
||||||
|
if (dietTags.length === 0) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
const hasOmnivore = dietTags.includes('omnivore');
|
||||||
|
const hasVegetarian = dietTags.includes('vegetarian');
|
||||||
|
const hasPlantBased = dietTags.includes('plant-based');
|
||||||
|
|
||||||
|
if (hasPlantBased) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// If has omnivore OR vegetarian without plant-based, it's not plant-based
|
||||||
|
if (hasOmnivore || hasVegetarian) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// No recognized diet tags
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
const getSlugFromPath = (filePath) => {
|
const getSlugFromPath = (filePath) => {
|
||||||
// Normalize the path - remove leading ./ if present
|
// Normalize the path - remove leading ./ if present
|
||||||
const normalizedPath = filePath.startsWith('./') ? filePath.slice(2) : filePath;
|
const normalizedPath = filePath.startsWith('./') ? filePath.slice(2) : filePath;
|
||||||
|
|
@ -161,6 +199,9 @@ module.exports = {
|
||||||
isDraft: (data) => {
|
isDraft: (data) => {
|
||||||
return data.draft === true;
|
return data.draft === true;
|
||||||
},
|
},
|
||||||
|
plantBased: (data) => {
|
||||||
|
return getPlantBased(data.page.inputPath);
|
||||||
|
},
|
||||||
createdAt: (data) => {
|
createdAt: (data) => {
|
||||||
return getFileCreatedDateTime(data.page.inputPath);
|
return getFileCreatedDateTime(data.page.inputPath);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue