Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2017-07-09 01:46:39 +0300
committerparsiya <parsiya@gmail.com>2017-07-09 01:46:39 +0300
commit6dc45f71b3cdfd6d9584a9d58c155dd90e91f394 (patch)
tree6423153b61dd40ebdc9f4754ed0a99d5ce7efbb4
parent3773958f43d776d413f6d9adc4656145145f7f9e (diff)
Add post archetype to be compliant with v0.24. Fixes #33
-rwxr-xr-xarchetypes/post.md16
1 files changed, 16 insertions, 0 deletions
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
+---
+
+
+<!--more-->