]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Disable taxonomies
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 15:39:44 +0000 (17:39 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 16:28:48 +0000 (18:28 +0200)
I have no use for them (yet), so let's disable them.

hugo.toml

index 66bd6a17922a3c3475e670a99d68de70dfa81533..4bb3a3a212c7d25ebef849922e6709962181f257 100644 (file)
--- 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'