From 98e3a38c661f7d15a953f839c08e66f4baa07522 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 30 Jan 2022 08:29:50 +0000 Subject: [PATCH] add post archetype --- brainsteam/archetypes/posts.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 brainsteam/archetypes/posts.md diff --git a/brainsteam/archetypes/posts.md b/brainsteam/archetypes/posts.md new file mode 100644 index 0000000..9788844 --- /dev/null +++ b/brainsteam/archetypes/posts.md @@ -0,0 +1,11 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +description: short summary +url: {{ time.Format "/2006/1/2/" .Date }}/{{.Name}} +type: post +tags: + - post +--- +