From 9e1a2dfce4d1d5c33fd11a51dcacab9ec931b464 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 20 Aug 2024 18:44:06 +0200 Subject: [PATCH] Add archetype for posts. --- archetypes/posts/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 archetypes/posts/index.md diff --git a/archetypes/posts/index.md b/archetypes/posts/index.md new file mode 100644 index 0000000..eca81b3 --- /dev/null +++ b/archetypes/posts/index.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +desription: +date: {{ .Date }} +draft: false +ShowLastmod: true +--- +