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