From b7190fec78a5dd3a70301e083742971b6eca7b3e Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 29 Mar 2022 06:03:30 +0000 Subject: [PATCH] enable RSS --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index a967ca7..820a55f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,8 @@ # The URL the site will be built for base_url = "https://uninsane.org" +title = "Perfectly Sane" +# RSS +generate_feed = true # Whether to automatically compile all Sass files in the sass directory compile_sass = true