about summary refs log tree commit diff
path: root/archetypes/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/blog.md')
-rw-r--r--archetypes/blog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
new file mode 100644
index 0000000..e5acb6f
--- /dev/null
+++ b/archetypes/blog.md
@@ -0,0 +1,6 @@
++++
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+categories: [ blog ]
+draft: true
++++