mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 03:31:23 +00:00
Update archetypes
This commit is contained in:
parent
5affd26bfb
commit
0084e069de
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "{{ .Name | humanize | title }}"
|
title: "{{ .Name | humanize | title }}"
|
||||||
weight: 1
|
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 New Issue
Block a user