summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-22 18:16:30 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-22 18:16:30 +0200
commit0084e069de16a7b6c15f50edd7479e2e49fe0874 (patch)
tree841921b679f897b1984344b417d6bfef661178da /archetypes
parent5affd26bfb4e692ffe468f411fb83deb64dd6495 (diff)
Update archetypes
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/docs.md2
-rw-r--r--archetypes/posts.md4
2 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/docs.md b/archetypes/docs.md
index e215100..ba121ca 100644
--- a/archetypes/docs.md
+++ b/archetypes/docs.md
@@ -1,4 +1,6 @@
---
title: "{{ .Name | humanize | title }}"
weight: 1
+# bookFlatSection: false
+# bookShowToC: true
---
diff --git a/archetypes/posts.md b/archetypes/posts.md
new file mode 100644
index 0000000..2a20769
--- /dev/null
+++ b/archetypes/posts.md
@@ -0,0 +1,4 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+--- \ No newline at end of file