Sfoglia il codice sorgente

config: Re-enable RSS output by default

Close #346
George Cushen 7 anni fa
parent
commit
0e57c732fe
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      exampleSite/config.toml

+ 2 - 1
exampleSite/config.toml

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