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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/post.md')
-rw-r--r--archetypes/post.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
new file mode 100644
index 0000000..0200a98
--- /dev/null
+++ b/archetypes/post.md
@@ -0,0 +1,7 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+math: false
+tags: []
+categories: []
+---