Open
Description
openedon Sep 9, 2024
Environment
- Version of Docsy you are using: v0.10.0
- How are you using Docsy? As a:
- Hugo module
- NPM module
- Git submodule
- Other:
- Version of Hugo you are using (output of
hugo version
): v0.134.1 - OS:
- Linux (WSL)
- macOS
- Windows
- Other:
Problem
config in hugo.toml
# Comment out to enable taxonomies in Docsy
# disableKinds = ["taxonomy", "taxonomyTerm"]
# You can add your own taxonomies
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
# set taxonomyCloud = [] to hide taxonomy clouds
taxonomyCloud = ["tags", "categories"]
# If used, must have same length as taxonomyCloud
# taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyCloudTitle = ["标签", "分类"]
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
taxonomyPageHeader = ["tags", "categories"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment