瀏覽代碼

config: Re-enable RSS output by default

Close #346
George Cushen 7 年之前
父節點
當前提交
0e57c732fe
共有 1 個文件被更改,包括 2 次插入1 次删除
  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/