From 819f18e0b8db60d4d0c33ddf65bdc5ed1b17563a Mon Sep 17 00:00:00 2001 From: logic Date: Fri, 4 Mar 2022 10:35:40 +0800 Subject: [PATCH] change config --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 78458a0..7bb43cc 100644 --- a/config.toml +++ b/config.toml @@ -3,8 +3,8 @@ baseURL = "https://example.com/" title = "Logic's box" -languageCode = "en" -hasCJKLanguage = false +languageCode = "zh-CN" +hasCJKLanguage = true # Copyright information (Markdown supported) copyright = "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)" @@ -15,7 +15,7 @@ theme = "meme" newContentEditor = "" # i18n -defaultContentLanguage = "en" +defaultContentLanguage = "zh" defaultContentLanguageInSubdir = false # Pluralize titles in lists?