aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 12:41:42 +0100
committerJulien Dessaux2021-03-12 12:41:42 +0100
commitda9e4060c3c341a768d2f6d44975230926fbcd1b (patch)
tree73a266a48da5dbbf0f72c0f8ac2be26d12d026b4 /config.toml
parentSimplified tags menu generation (diff)
downloadwww-da9e4060c3c341a768d2f6d44975230926fbcd1b.tar.gz
www-da9e4060c3c341a768d2f6d44975230926fbcd1b.tar.bz2
www-da9e4060c3c341a768d2f6d44975230926fbcd1b.zip
Simplified rss feed handling by directing directly to the blog section
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
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