diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/hugo.toml rename from documentation/config/_default/config.toml rename to documentation/config/_default/hugo.toml --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/hugo.toml @@ -7,7 +7,7 @@ defaultContentLanguageInSubdir = true disablePathToLower = true theme = "beastie" -disableKinds = [ "taxonomy", "taxonomyTerm" ] +disableKinds = [ "taxonomy" ] authors = [ "carlavilla@FreeBSD.org" ] ignoreFiles = [ "chapter.adoc$", "contrib-386bsd.adoc$", "contrib-additional.adoc$", "contrib-committers.adoc$", "contrib-corealumni.adoc$", "contrib-develalumni.adoc$", "contrib-develinmemoriam.adoc$", "contrib-portmgralumni.adoc$", "\\.po$" ] enableRobotsTXT = true @@ -43,6 +43,4 @@ [outputs] home = [ "HTML" ] page = [ "HTML" ] -list = [ "HTML" ] -single = [ "HTML" ] section = [ "HTML" ] diff --git a/website/config/_default/config.toml b/website/config/_default/hugo.toml rename from website/config/_default/config.toml rename to website/config/_default/hugo.toml --- a/website/config/_default/config.toml +++ b/website/config/_default/hugo.toml @@ -6,7 +6,7 @@ DefaultContentLanguage = "en" defaultContentLanguageInSubdir = false theme = "beastie" -disableKinds = [ "taxonomy", "taxonomyTerm" ] +disableKinds = [ "taxonomy" ] disablePathToLower = true authors = [ "carlavilla@FreeBSD.org" ] ignoreFiles = [ "\\.po$" ] @@ -34,8 +34,6 @@ [outputs] home = [ "HTML" ] page = [ "HTML" ] -list = [ "HTML" ] -single = [ "HTML" ] section = [ "HTML", "RSS", "Calendar" ] [outputFormats]