소스 검색

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/