From 7ec1bf3864ec27789f24d6d0d057908952ed9c12 Mon Sep 17 00:00:00 2001 From: Sebastian Pech Date: Sun, 28 Oct 2018 08:11:35 +0100 Subject: init --- archetypes/post.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 archetypes/post.md (limited to 'archetypes/post.md') diff --git a/archetypes/post.md b/archetypes/post.md new file mode 100644 index 0000000..f95b17e --- /dev/null +++ b/archetypes/post.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " }}" +date: {{ .Date }} +publishdate: {{ now.Format "2006-01-02" }} +lastmod: {{ now.Format "2006-01-02" }} +draft: true +--- + -- cgit v1.2.3