From da9e4060c3c341a768d2f6d44975230926fbcd1b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 12 Mar 2021 12:41:42 +0100 Subject: Simplified rss feed handling by directing directly to the blog section --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 88db67d..27debbf 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ description = "The personal space of yet another sysadmin" enableRobotsTXT = true enableGitInfo = true paginate = 32 -rssLimit = 32 +rssLimit = 16 # Highlighting config pygmentsCodeFences = true -- cgit v1.2.3