commit c380356af19e9daf1dbb6c0a0c543983d6909122
parent 70cc43b266ce128d7c50d8c98916221f7b33cd11
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 30 Nov 2019 10:04:56 -0500
Disable taxonomy
Diffstat:
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/config.toml b/config.toml
@@ -4,7 +4,7 @@ theme = "hugo-djem-so"
footnoteReturnLinkContents = "↩"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
-preserveTaxonomyNames = true
+disableKinds = ["taxonomy", "taxonomyTerm"]
[Blackfriday]
smartypants = false
@@ -16,11 +16,6 @@ soresuIssoHost = "/isso"
[Permalinks]
posts = "/posts/:year-:month-:day-:slug/"
-[Taxonomies]
-category = "categories"
-tag = "tags"
-serie = "series"
-
[Languages]
[Languages.en]
languageName = "English"