Update archetypes
This commit is contained in:
parent
5affd26bfb
commit
0084e069de
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
title: "{{ .Name | humanize | title }}"
|
||||
weight: 1
|
||||
# bookFlatSection: false
|
||||
# bookShowToC: true
|
||||
---
|
||||
|
|
4
archetypes/posts.md
Normal file
4
archetypes/posts.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
---
|
Loading…
Reference in a new issue