forked from gitbot/hugo-book
updating archetypes for v10
This commit is contained in:
parent
17757a3edb
commit
0adfcd41b8
@ -5,6 +5,7 @@ weight: 1
|
||||
# bookToc: true
|
||||
# bookHidden: false
|
||||
# bookCollapseSection: false
|
||||
# bookComments: true
|
||||
# bookComments: false
|
||||
# bookSearchExclude: false
|
||||
draft: true
|
||||
---
|
||||
|
@ -5,6 +5,7 @@ weight: 1
|
||||
# bookToc: true
|
||||
# bookHidden: false
|
||||
# bookCollapseSection: false
|
||||
# bookComments: true
|
||||
# bookComments: false
|
||||
# bookSearchExclude: false
|
||||
draft: true
|
||||
---
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
title: "{{ .Name | humanize | title }}"
|
||||
date: {{ .Date }}
|
||||
# bookComments: false
|
||||
# bookSearchExclude: false
|
||||
tags: []
|
||||
categories: []
|
||||
draft: true
|
||||
|
Loading…
Reference in New Issue
Block a user