ソースを参照

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" ]