#14: Disable taxonomy and taxonomyTerm to prevent warnings
This commit is contained in:
parent
dc58f78cd1
commit
f5b7fb9aa2
1 changed files with 2 additions and 1 deletions
|
@ -3,11 +3,12 @@
|
||||||
baseURL: https://example.com
|
baseURL: https://example.com
|
||||||
title: Hugo Book
|
title: Hugo Book
|
||||||
theme: hugo-book
|
theme: hugo-book
|
||||||
|
disableKinds: ["taxonomy", "taxonomyTerm"]
|
||||||
# themesDir: ../..
|
# themesDir: ../..
|
||||||
|
|
||||||
# Book configuration
|
# Book configuration
|
||||||
disablePathToLower: true
|
disablePathToLower: true
|
||||||
enableGitInfo: false
|
enableGitInfo: true
|
||||||
|
|
||||||
params:
|
params:
|
||||||
# show or hide table of contents for page
|
# show or hide table of contents for page
|
||||||
|
|
Loading…
Reference in a new issue