From 44dbcd6f34c676cefbacf12f18d9883c597a681a Mon Sep 17 00:00:00 2001 From: Track3 Date: Tue, 23 Oct 2018 13:15:50 +0800 Subject: First commit --- archetypes/posts.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 archetypes/posts.md (limited to 'archetypes/posts.md') diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..aaa57c6 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,9 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +featuredImg: "" +tags: + - tag +--- + -- cgit v1.2.3