From 230a9899d108184a9e2ef6022f5c1910191ce1c5 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sun, 9 Oct 2022 12:35:48 -0700 Subject: [PATCH] attempting to get the generator to work but not yet --- archetypes/default.md | 2 +- archetypes/recipie/index.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 archetypes/recipie/index.md diff --git a/archetypes/default.md b/archetypes/default.md index 3b89e88..5e7f28c 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -7,7 +7,7 @@ draft: true tags: [] categories: [] -listthumbnail: "./recipie-folder-name/thumbnail.png" +listthumbnail: "./{{ title }}/thumbnail.png" thumbnail: "./thumbnail.png" parenturl: "https://site.com" diff --git a/archetypes/recipie/index.md b/archetypes/recipie/index.md new file mode 100644 index 0000000..5e7f28c --- /dev/null +++ b/archetypes/recipie/index.md @@ -0,0 +1,20 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +subtitle: Any Subtext you might want to append +date: {{ .Date }} +draft: true + +tags: [] +categories: [] + +listthumbnail: "./{{ title }}/thumbnail.png" +thumbnail: "./thumbnail.png" + +parenturl: "https://site.com" +--- + +## Ingredients + +## Instructions + +## Notes