updating archetypes for v10

This commit is contained in:
Soper Aylamo 2024-12-20 16:46:52 -05:00
parent 17757a3edb
commit 0adfcd41b8
Signed by: Soper
GPG Key ID: A27AC885ACC3BEAE
3 changed files with 7 additions and 3 deletions

View File

@ -5,6 +5,7 @@ weight: 1
# bookToc: true
# bookHidden: false
# bookCollapseSection: false
# bookComments: true
# bookComments: false
# bookSearchExclude: false
draft: true
---

View File

@ -5,6 +5,7 @@ weight: 1
# bookToc: true
# bookHidden: false
# bookCollapseSection: false
# bookComments: true
# bookComments: false
# bookSearchExclude: false
draft: true
---

View File

@ -1,6 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
title: "{{ .Name | humanize | title }}"
date: {{ .Date }}
# bookComments: false
# bookSearchExclude: false
tags: []
categories: []
draft: true