From 8ab56b962e82efc42917d560016fbd6693a7f3b1 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sat, 1 Oct 2022 22:16:41 -0700 Subject: [PATCH] updated the default template --- .gitignore | 4 +++- archetypes/default.md | 10 ++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 48749f8..4dccf2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.lock -public/ \ No newline at end of file +public/ + +.DS_Store \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md index fe98720..3b89e88 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,10 +1,16 @@ --- title: "{{ replace .Name "-" " " | title }}" +subtitle: Any Subtext you might want to append date: {{ .Date }} draft: true + tags: [] -thumbnail: -parenturl: +categories: [] + +listthumbnail: "./recipie-folder-name/thumbnail.png" +thumbnail: "./thumbnail.png" + +parenturl: "https://site.com" --- ## Ingredients