From 887423340bd3836e2a82e56abaf78f70b1408a19 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 9 Oct 2019 20:02:31 +0100 Subject: [PATCH] Add posts archetype --- archetypes/posts.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 archetypes/posts.md diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..4f23289 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +description: +tags: + - +---