huge upgrade to theme and pagefind search bar.
This commit is contained in:
12
themes/hugo-book.backup/archetypes/docs.md
Normal file
12
themes/hugo-book.backup/archetypes/docs.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "{{ .Name | humanize | title }}"
|
||||
weight: 1
|
||||
# bookFlatSection: false
|
||||
# bookToc: true
|
||||
# bookHidden: false
|
||||
# bookCollapseSection: false
|
||||
# bookComments: false
|
||||
# bookSearchExclude: false
|
||||
# bookHref: ''
|
||||
# bookIcon: ''
|
||||
---
|
||||
7
themes/hugo-book.backup/archetypes/posts.md
Normal file
7
themes/hugo-book.backup/archetypes/posts.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "{{ .Name | humanize | title }}"
|
||||
date: {{ .Date }}
|
||||
# bookComments: false
|
||||
# bookSearchExclude: false
|
||||
# bookPostThumbnail: thumbnail.*
|
||||
---
|
||||
Reference in New Issue
Block a user