From 25d7ff83b25f9349e06ef5f015888bc49dd855c9 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 25 Nov 2023 13:20:42 +0100 Subject: [PATCH] update posts archetype --- archetypes/posts.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/archetypes/posts.md b/archetypes/posts.md index 71dd2fb..0bf47c5 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,22 +1,25 @@ -+++ -title = '{{ replace .Name "-" " " | title }}' -summary = '''''' -date = '{{ .Date }}' -#lastmod = '' -categories = [ 'amateur-radio', 'computerstuff' ] -tags = [] +--- +title: {{ replace .Name "-" " " | title }} +summary: +date: {{ .Date }} +lastmod: {{ .Date }} +categories: +- amateur-radio +- computerstuff +tags: +- draft-post -# showBreadcrumbs = true -# showDate = false -# showReadingTime = false -# showWordCount = false -# showPagination = false +# showBreadcrumbs: true +# showDate: false +# showReadingTime: false +# showWordCount: false +# showPagination: false -# feed_exclude = true -# site_exclude = true +# feed_exclude: true +# site_exclude: true -draft = true +draft: true -+++ +---