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:
f249ee2
)
Config changes
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 16:27:38 +0000
(18:27 +0200)
committer
Duje Mihanović
<duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 16:28:48 +0000
(18:28 +0200)
* Limit number of posts in RSS feed to 20
* Minify hugo output
hugo.toml
patch
|
blob
|
history
diff --git
a/hugo.toml
b/hugo.toml
index 4bb3a3a212c7d25ebef849922e6709962181f257..9fe38444c5a7aad5eea2779a39a8e81f39f10401 100644
(file)
--- a/
hugo.toml
+++ b/
hugo.toml
@@
-3,8
+3,11
@@
languageCode = 'en-us'
title = "Duje Mihanović's Site"
enableGitInfo = true
disableKinds = ['taxonomy', 'term']
+rssLimit = 20
[author]
name = 'Duje Mihanović'
email = 'duje.mihanovic@skole.hr'
[outputs]
section = ['HTML']
+[minify]
+ minifyOutput = true