summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/archetypes
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/archetypes')
-rw-r--r--themes/beautifulhugo/archetypes/default.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/beautifulhugo/archetypes/default.md b/themes/beautifulhugo/archetypes/default.md
new file mode 100644
index 0000000..fcf00da
--- /dev/null
+++ b/themes/beautifulhugo/archetypes/default.md
@@ -0,0 +1,9 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+author: ""
+type: ""
+date: {{ .Date }}
+subtitle: ""
+image: ""
+tags: []
+---