mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: remove taxonomies from site config
This commit is contained in:
parent
7c1778778a
commit
73bbf27bc4
16
config.toml
16
config.toml
|
@ -16,22 +16,6 @@ enableGitInfo = true
|
||||||
# Comment out to enable taxonomies in Docsy
|
# Comment out to enable taxonomies in Docsy
|
||||||
# disableKinds = ["taxonomy", "taxonomyTerm"]
|
# 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"]
|
|
||||||
|
|
||||||
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
|
|
||||||
taxonomyPageHeader = ["tags", "categories"]
|
|
||||||
|
|
||||||
|
|
||||||
# Highlighting config
|
# Highlighting config
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
pygmentsUseClasses = false
|
pygmentsUseClasses = false
|
||||||
|
|
Loading…
Reference in a new issue