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