From 4b84c319b5c411abc789301bdb80faa66ca52216 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 26 Nov 2022 07:21:58 +0000 Subject: [PATCH] add limit to length of rss feeds --- brainsteam/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brainsteam/config.toml b/brainsteam/config.toml index dcc99a5..6f2d089 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -13,6 +13,8 @@ pygmentsstyle = "vs" pygmentscodefences = true pygmentscodefencesguesssyntax = true +rssLimit = 100 + webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw" googleAnalytics = "UA-186263385-1"