summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2021-05-03 23:06:43 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2021-05-03 23:06:43 +0200
commite611f564bb6dc5ca055945bf99f7420206ca9201 (patch)
treea9ece465ef3126d2d788cedb59225165890fcebc /archetypes
parentf4a26ff3da2797d59fcba741880566d3ae8d602d (diff)
Update archetypes
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/docs.md3
-rw-r--r--archetypes/posts.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/archetypes/docs.md b/archetypes/docs.md
index 7e5e24b..17e014c 100644
--- a/archetypes/docs.md
+++ b/archetypes/docs.md
@@ -5,5 +5,6 @@ weight: 1
# bookToc: true
# bookHidden: false
# bookCollapseSection: false
-# bookComments: true
+# bookComments: false
+# bookSearchExclude: false
---
diff --git a/archetypes/posts.md b/archetypes/posts.md
index fdccff8..f897e95 100644
--- a/archetypes/posts.md
+++ b/archetypes/posts.md
@@ -1,4 +1,6 @@
---
-title: "{{ replace .Name "-" " " | title }}"
+title: "{{ .Name | humanize | title }}"
date: {{ .Date }}
+# bookComments: false
+# bookSearchExclude: false
---