diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-19 17:22:12 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-19 17:22:12 +0100 |
commit | d6290dcf509c84a38df667813ad3acdcf58c09f5 (patch) | |
tree | 8cc7c6134148e24df3c12589b7faa12cadf4fb71 /exampleSite/config.toml | |
parent | f5a52e6ed124526ebd070480068e6e145af11d9a (diff) |
#66, add taxonomy support
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 57cb55c..c0ff345 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,7 +3,6 @@ baseURL = 'https://example.com/' title = 'Hugo Book' theme = 'hugo-book' -disableKinds = ['taxonomy', 'taxonomyTerm'] # Book configuration disablePathToLower = true |