summaryrefslogtreecommitdiffstats
path: root/archetypes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-13 02:17:44 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-13 02:37:01 -0400
commitaa403b978860210fcbace7fcdf5830066f3e14e0 (patch)
tree0d8cf5a8855765ec2d83a865a12814d3b04454e7 /archetypes
parentecd7793846441ba90b57140db19474f295f3e6d7 (diff)
downloadtozt-hugo-aa403b978860210fcbace7fcdf5830066f3e14e0.tar.gz
tozt-hugo-aa403b978860210fcbace7fcdf5830066f3e14e0.zip
import site content
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/blog.md6
-rw-r--r--archetypes/default.md4
2 files changed, 7 insertions, 3 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/blog.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/archetypes/default.md b/archetypes/default.md
index 00e77bd..1246302 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,6 +1,4 @@
---
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
+title: "{{ replace .Name "-" " " }}"
---