From f8c7210abea79486312220e1a00876e1dc120c6c Mon Sep 17 00:00:00 2001 From: a Date: Sun, 26 Mar 2023 01:18:44 -0500 Subject: [PATCH] stop outputting broken RSS --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5d3d2c4..5fd078a 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = 'https://wiki.trwnh.com/' languageCode = 'en-us' title = 'wiki.trwnh.com' enableGitInfo = true +disableKinds = ["taxonomy", "term"] [markup.tableOfContents] startLevel = 2 @@ -14,7 +15,8 @@ unsafe = true lastmod = ["lastmod", ":git", "date", "publishDate"] [outputs] -home = ["HTML", "RSS", "JSON"] +home = ["HTML", "JSON"] +section = ["HTML"] page = ["HTML"] [params]