From 200eced6af8cd3fb4f651ca7045eb1cd565c4c1e Mon Sep 17 00:00:00 2001 From: QIN2DIM <62018067+QIN2DIM@users.noreply.github.com> Date: Wed, 22 Sep 2021 12:03:00 +0800 Subject: [PATCH] Update config.yaml --- exampleSite/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 8139fa4..40ac515 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -14,6 +14,11 @@ googleAnalytics: # Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl, it DefaultContentLanguage: en +# Please set hasCJKLanguage to true if DefaultContentLanguage in [zh-cn ja ko] +# If true, auto-detect Chinese/Japanese/Korean Languages in the content. +# This will make .Summary and .WordCount behave correctly for CJK languages. +hasCJKLanguage: false + permalinks: post: /p/:slug/ page: /:slug/