diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-01-01 14:20:10 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-01-01 14:20:10 +0100 |
commit | f5b7fb9aa2a5e3851a1bd20374a52507bd5f7ce4 (patch) | |
tree | aa3ed802add53e927d02b8552f2bdde529594d71 | |
parent | dc58f78cd1de9776e6eaf320b2fb6dbe8f429fcf (diff) |
#14: Disable taxonomy and taxonomyTerm to prevent warnings
-rw-r--r-- | exampleSite/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index c2a50a6..d9d9cee 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -3,11 +3,12 @@ baseURL: https://example.com title: Hugo Book theme: hugo-book +disableKinds: ["taxonomy", "taxonomyTerm"] # themesDir: ../.. # Book configuration disablePathToLower: true -enableGitInfo: false +enableGitInfo: true params: # show or hide table of contents for page |