aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-pt2021')
-rw-r--r--themes/hugo-pt2021/archetypes/posts.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/archetypes/posts.md b/themes/hugo-pt2021/archetypes/posts.md
new file mode 100644
index 0000000..9b527d6
--- /dev/null
+++ b/themes/hugo-pt2021/archetypes/posts.md
@@ -0,0 +1,7 @@
+---
+slug: {{.Name}}
+title: "{{ replace .Name "-" " " | title }}"
+date: "{{now}}"
+draft: true
+---
+Longer description of {{.Name}}