diff --git a/dendron.yml b/dendron.yml index ecdf728..57a3ca7 100644 --- a/dendron.yml +++ b/dendron.yml @@ -87,7 +87,8 @@ publishing: enableKatex: true copyAssets: true siteHierarchies: - - root + - recipes + - tags writeStubs: false siteRootDir: docs seo: diff --git a/notes/cooking.md b/notes/cooking.md deleted file mode 100644 index 72a6838..0000000 --- a/notes/cooking.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: hzXM23e7E8vkMxLw4sl8C -title: Cooking -desc: '' -updated: 1628366062872 -created: 1628366062872 -stub: true -nav_order: 1 ---- - diff --git a/notes/cooking.weekly.2021.08.07.md b/notes/cooking.weekly.2021.08.07.md deleted file mode 100644 index 5e79f1d..0000000 --- a/notes/cooking.weekly.2021.08.07.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -id: rCppPwlusLZBcIqUlCepI -title: "07" -desc: "" -updated: 1628365967243 -created: 1628365615719 ---- - -- [[Chickpea Biryani|recipes.bowls.chickpea-biryani]] -- [[Shepards Pie|recipes.baked.shepards-pie]] -- [[Spicy Beer Braised Potatoes|recipes.bowls.burrito.spicy-beer-braised-potatoes]] diff --git a/notes/cooking.weekly.2021.08.md b/notes/cooking.weekly.2021.08.md deleted file mode 100644 index 176e9e4..0000000 --- a/notes/cooking.weekly.2021.08.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: 3T3SMNZPQYzAfCjdjUByu -title: 08 -desc: '' -updated: 1628366062872 -created: 1628366062872 -stub: true ---- - diff --git a/notes/cooking.weekly.2021.md b/notes/cooking.weekly.2021.md deleted file mode 100644 index d047946..0000000 --- a/notes/cooking.weekly.2021.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: com2EuSPeqY51ds460t7w -title: '2021' -desc: '' -updated: 1628366062872 -created: 1628366062872 -stub: true ---- - diff --git a/notes/cooking.weekly.md b/notes/cooking.weekly.md deleted file mode 100644 index e8f0e61..0000000 --- a/notes/cooking.weekly.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: juiCh1TUCGLOnVohY0xuj -title: Weekly -desc: '' -updated: 1628366062872 -created: 1628366062872 -stub: true ---- - diff --git a/notes/recipes.salad.coleslaw.md b/notes/recipes.salad.coleslaw.md new file mode 100644 index 0000000..89cf253 --- /dev/null +++ b/notes/recipes.salad.coleslaw.md @@ -0,0 +1,32 @@ +--- +id: 02dxhhisbdsy93j52ppjq9i +title: Coleslaw +desc: '' +updated: 1659303714006 +created: 1659303583396 +--- + + +* Servings: +* Calories: +* Protein: +* Fiber: + + +## Ingredients + +- 420g shredded green cabbage +- 110g shredded carrot +- 120g vegan mayo +- 2 Tbsp distilled white vinegar +- 1 Tbsp dijon mustard +- 1 Tbsp maple syrup +- 1/2 tsp salt +- 1/2 tsp black pepper + +## Instructions + +- Mix all ingredients. +- Chill for a few hours. + +## Notes diff --git a/notes/recipes.schema.yml b/notes/recipes.schema.yml index 472a6be..f47bd90 100644 --- a/notes/recipes.schema.yml +++ b/notes/recipes.schema.yml @@ -8,24 +8,32 @@ schemas: - id: bowls title: bowls namespace: true - template: templates.recipe + template: template.recipe - id: baked title: baked namespace: true - template: templates.recipe + template: template.recipe - id: dessert title: dessert namespace: true - template: templates.recipe + template: template.recipe - id: misc title: misc namespace: true - template: templates.recipe + template: template.recipe + - id: other + title: other + namespace: true + template: template.recipe + - id: salad + title: salad + namespace: true + template: template.recipe - id: soup title: soup namespace: true - template: templates.recipe + template: template.recipe - id: pasta title: pasta namespace: true - template: templates.recipe + template: template.recipe diff --git a/notes/template.md b/notes/template.md deleted file mode 100644 index 69019f1..0000000 --- a/notes/template.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -id: k1xAr90Fdkh8QZ8T1LdK_ -title: Template -desc: '' -updated: 1624866227028 -created: 1624866227028 -stub: true ---- - diff --git a/notes/templates.recipe.md b/notes/template.recipe.md similarity index 100% rename from notes/templates.recipe.md rename to notes/template.recipe.md