Ver código fonte

config: Add `hasCJKLanguage` and `enableGitInfo` options

George Cushen 7 anos atrás
pai
commit
7cc95ba252
1 arquivos alterados com 4 adições e 0 exclusões
  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" ]