diff --git a/archetypes/posts.md b/archetypes/posts.md index 7c96b03..ca81637 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -6,17 +6,18 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" feathericon: "" author: authorDefault -started: "{{ .Date }}" +#started: "{{ .Date }}" date: "{{ .Date }}" -lastmod: "{{ .Date }}" +#lastmod: "{{ .Date }}" toc: false audio: false images: tags: - - TBD # food, craft, poem, article + - TBD # food, drink, craft, poetry, blog, video, tech, tourism series: - TBD categories: - - TBD # recipes, musings, videos, + - TBD # recipes, musings, videos, articles, guides aliases: + #- /posts/CATEGORY/TAG[0]/FILENAME.md ---