diff --git a/archetypes/docs.md b/archetypes/docs.md index 745baee..3a3edcd 100644 --- a/archetypes/docs.md +++ b/archetypes/docs.md @@ -5,6 +5,7 @@ weight: 1 # bookToc: true # bookHidden: false # bookCollapseSection: false -# bookComments: true +# bookComments: false +# bookSearchExclude: false draft: true --- diff --git a/archetypes/misc.md b/archetypes/misc.md index 745baee..3a3edcd 100644 --- a/archetypes/misc.md +++ b/archetypes/misc.md @@ -5,6 +5,7 @@ weight: 1 # bookToc: true # bookHidden: false # bookCollapseSection: false -# bookComments: true +# bookComments: false +# bookSearchExclude: false draft: true --- diff --git a/archetypes/posts.md b/archetypes/posts.md index 290d14b..92a8125 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,6 +1,8 @@ --- -title: "{{ replace .Name "-" " " | title }}" +title: "{{ .Name | humanize | title }}" date: {{ .Date }} +# bookComments: false +# bookSearchExclude: false tags: [] categories: [] draft: true