소스 검색

config: Add `hasCJKLanguage` and `enableGitInfo` options

George Cushen 7 년 전
부모
커밋
7cc95ba252
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      exampleSite/config.toml

+ 4 - 0
exampleSite/config.toml

@@ -27,8 +27,12 @@ googleAnalytics = ""
 
 # Default language to use (if you setup multilingual support)
 defaultContentLanguage = "en"
+hasCJKLanguage = false  # Set `true` for Chinese/Japanese/Korean languages.
 defaultContentLanguageInSubdir = false
 
+# Get last modified date for content from Git?
+enableGitInfo = false
+
 [outputs]
   home = [ "HTML", "CSS", "RSS" ]
   section = [ "HTML", "RSS" ]