From 065d6bbcaa63949b3e944cc7c5bc425e5fd067b5 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Fri, 30 Dec 2022 15:30:12 -0800 Subject: [PATCH] add RSS --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 6067522..0ed92a8 100644 --- a/config.toml +++ b/config.toml @@ -25,6 +25,8 @@ relativeURLs = true Author = "Lerch Family" Copyright = "Creative Commons Attribution-ShareAlike 4.0 International License. Please attribute properly and link back." Description = "Lerch Family" + RSSEnabled = true + RSSSections = [ "Posts", "Microposts", "Photos" ] # GitHubUser = "elerch" # TwitterUser = "elerch" # LinkedInUser = "emillerch"