]> njoseph.me Git - blog.git/blobdiff - config.toml
Fix RSS feeds
[blog.git] / config.toml
index 2b2aea32f948680eb52557916670d6eb2b1b17cd..29634fd150fe22201a6fa22776621f745cbbdb00 100644 (file)
@@ -5,6 +5,8 @@ languageCode = "en"
 title = "Blog"
 theme = "hyde"
 
+staticDir = ["img"]
+
 enableRobotsTXT = true
 
 [params]
@@ -29,3 +31,12 @@ enableRobotsTXT = true
 #     identifier = "about"
 #     weight = 300
 #     url = "/about/"
+
+[outputs]
+home = [ "RSS", "HTML"]
+section  = ["HTML"]
+
+[outputFormats]
+[outputFormats.RSS]
+mediatype = "application/rss"
+baseName = "feed"