Explorar o código

config: Re-enable RSS output by default

Close #346
George Cushen %!s(int64=7) %!d(string=hai) anos
pai
achega
0e57c732fe
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      exampleSite/config.toml

+ 2 - 1
exampleSite/config.toml

@@ -19,7 +19,8 @@ defaultContentLanguage = "en"
 defaultContentLanguageInSubdir = false
 
 [outputs]
-  home = [ "HTML", "CSS" ]
+  home = [ "HTML", "CSS", "RSS" ]
+  section = [ "HTML", "RSS" ]
 
 # Configure BlackFriday Markdown rendering.
 #   See: https://gohugo.io/readfiles/bfconfig/