]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Config changes
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 30 Aug 2023 16:27:38 +0000 (18:27 +0200)
committerDuje 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

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