From: Duje Mihanović Date: Wed, 30 Aug 2023 16:27:38 +0000 (+0200) Subject: Config changes X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=47271c2024db44efc65ed4aba596df50b9b2b1c2;hp=f249ee222bb2181a9fc5237f0cb353dba888b22c;p=dujemihanovic.xyz.git Config changes * Limit number of posts in RSS feed to 20 * Minify hugo output --- diff --git a/hugo.toml b/hugo.toml index 4bb3a3a..9fe3844 100644 --- 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