From a726dfcbdaf29eb2af9df795bae4ad5f556de49f Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 25 Dec 2023 20:29:27 -0600 Subject: [PATCH] Disable rss --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index b3de983..2f1c491 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,7 @@ languageCode = 'en-US' title = 'Evan Sosenko' theme = 'default' enableRobotsTXT = true -disableKinds = ["taxonomy", "term"] +disableKinds = ["rss", "taxonomy", "term"] [params] author = "Evan Sosenko"