From 47271c2024db44efc65ed4aba596df50b9b2b1c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Wed, 30 Aug 2023 18:27:38 +0200 Subject: [PATCH] Config changes * Limit number of posts in RSS feed to 20 * Minify hugo output --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2