From 6dc45f71b3cdfd6d9584a9d58c155dd90e91f394 Mon Sep 17 00:00:00 2001 From: parsiya Date: Sat, 8 Jul 2017 18:46:39 -0400 Subject: Add post archetype to be compliant with v0.24. Fixes #33 --- archetypes/post.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 archetypes/post.md diff --git a/archetypes/post.md b/archetypes/post.md new file mode 100755 index 0000000..2a076aa --- /dev/null +++ b/archetypes/post.md @@ -0,0 +1,16 @@ +--- +title: "{{ replace .TranslationBaseName "-" " " | title }}" +date: {{ .Date }} +draft: true +toc: false +comments: false +categories: +- category1 +- category2 +tags: +- tag1 +- tag2 +--- + + + -- cgit v1.2.3