From 0adfcd41b8a89a2dafb51e98c709d9154cfc11bb Mon Sep 17 00:00:00 2001 From: Soper Aylamo Date: Fri, 20 Dec 2024 16:46:52 -0500 Subject: [PATCH] updating archetypes for v10 --- archetypes/docs.md | 3 ++- archetypes/misc.md | 3 ++- archetypes/posts.md | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) 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