From 7a9d6a65838956b0064a522cb52ce7fcc47512c7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 16 Nov 2025 08:59:05 -0700 Subject: [PATCH] Change posts archetype to be the default. --- archetypes/default.md | 21 ++++++++++++++++----- archetypes/posts.md | 21 --------------------- 2 files changed, 16 insertions(+), 26 deletions(-) delete mode 100644 archetypes/posts.md diff --git a/archetypes/default.md b/archetypes/default.md index c6f3fce..8da9480 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,16 @@ -+++ -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -date = {{ .Date }} -draft = true -+++ +--- +draft: true +title: "{{ replace .Name "-" " " | title }}" +subtitle: "" +author: 'Chad Michael "TBD" Greenwood' +date: "{{ .Date }}" +toc: true +images: +tags: + - TBD # food, craft, poem, blog +series: + - TBD +categories: + - TBD # recipes, musings +aliases: +--- diff --git a/archetypes/posts.md b/archetypes/posts.md deleted file mode 100644 index 0003831..0000000 --- a/archetypes/posts.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -draft: true -title: "{{ replace .Name "-" " " | title }}" -author: 'Chad Michael "TBD" Greenwood' -date: "{{ .Date }}" -toc: true -images: -tags: - - TBD - #- food - #- craft - #- poem - #- blog -series: - - TBD -categories: - - TBD - #- recipes - #- musings -aliases: ----