From 789c5b434d4716b02735005520ec41a4ac563776 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Thu, 8 May 2025 11:02:43 -0600 Subject: [PATCH] add "posts" archetype for new posts --- archetypes/posts.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 archetypes/posts.md diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..4af0da2 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,6 @@ +--- +date: '{{ .Date }}' +draft: true +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +description: '' +---