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