Docs: Added `hasCJKLanguage` global config flag and `isCJKLanguage` FrontMatter
authorcoderzh <pythonzh@gmail.com>
Thu, 8 Oct 2015 14:34:11 +0000 (22:34 +0800)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 9 Oct 2015 14:26:48 +0000 (16:26 +0200)
See #1399

docs/content/content/front-matter.md
docs/content/overview/configuration.md

index 2a9d34a8746a1d60b2a24d35983ed9138b904767..8d82fd958a59e92596caa46be0d1e23377388f3c 100644 (file)
@@ -95,6 +95,7 @@ Field names are always normalized to lowercase (e.g. `camelCase: true` is availa
 * **draft** If true, the content will not be rendered unless `hugo` is called with `--buildDrafts`
 * **publishdate** If in the future, content will not be rendered unless `hugo` is called with `--buildFuture`
 * **type** The type of the content (will be derived from the directory automatically if unset)
+* **isCJKLanguage** If true, explicitly treat the content as CJKLanguage (.Summary and .WordCount can work properly in CJKLanguage)
 * **weight** Used for sorting
 * **markup** *(Experimental)* Specify `"rst"` for reStructuredText (requires
             `rst2html`) or `"md"` (default) for Markdown
index c1a0686e11db9ee557a0d54292351a2a58fe35c0..2a3f16f0bfb1a532ab5258a6dda08308df243be0 100644 (file)
@@ -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