From: Duje Mihanović Date: Wed, 30 Aug 2023 15:39:44 +0000 (+0200) Subject: Disable taxonomies X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6bbef4ff04229630dea64da1baf464161e3ff539;hp=94f68171c3312c5a5fea7323ef813b84e24d09a1;p=dujemihanovic.xyz.git Disable taxonomies I have no use for them (yet), so let's disable them. --- diff --git a/hugo.toml b/hugo.toml index 66bd6a1..4bb3a3a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,7 @@ baseURL = 'http://dujemihanovic.xyz/' languageCode = 'en-us' title = "Duje Mihanović's Site" enableGitInfo = true +disableKinds = ['taxonomy', 'term'] [author] name = 'Duje Mihanović' email = 'duje.mihanovic@skole.hr'