mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Docs: Added hasCJKLanguage
global config flag and isCJKLanguage
FrontMatter
See #1399
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
7b4e4769d0
commit
ccd83c3040
@@ -135,6 +135,8 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||
uglyURLs: false
|
||||
# Do not make the url/path to lowercase
|
||||
disablePathToLower: false
|
||||
# if true, auto-detect Chinese/Janapese/Korean Languages in the content. (.Summary and .WordCount can work properly in CJKLanguage)
|
||||
hasCJKLanguage false
|
||||
# verbose output
|
||||
verbose: false
|
||||
# verbose logging
|
||||
|
Reference in New Issue
Block a user