#14: Disable taxonomy and taxonomyTerm to prevent warnings

This commit is contained in:
Alex Shpak 2019-01-01 14:20:10 +01:00
parent dc58f78cd1
commit f5b7fb9aa2

View file

@ -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