projects
/
dujemihanovic.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f6817
)
Disable taxonomies
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 15:39:44 +0000
(17:39 +0200)
committer
Duje 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
patch
|
blob
|
history
diff --git
a/hugo.toml
b/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'