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:
-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-->