logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git
commit: 2adc4969160fc3baad9db3f87aac4c58718e91a9
parent cdf75daf7c048b1159fb41b502949dd19ec9fb11
Author: Drew DeVault <drew@ddevault.org>
Date:   Mon, 24 Feb 2025 10:16:29 +0100

config.toml: set RSS feed limit to -1

Diffstat:

Mconfig.toml4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml @@ -37,3 +37,7 @@ path = "gemini/" [outputs] section = ["HTML", "RSS", "GEMRSS"] + +[services] +[services.rss] +limit = -1