From 545c55ab3f90d71fc2e4c7a532b106dd628949fd Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 14 Sep 2022 11:22:06 -0400 Subject: [PATCH] Only generate RSS for sections --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 0d7a95a..53e3544 100644 --- a/config.toml +++ b/config.toml @@ -58,3 +58,7 @@ theme = 'red' url = '/about' weight = 9 +[outputs] + home = ["HTML"] + page = ["HTML"] + section = ["HTML", "RSS"]