From 6e9e66d2990ef7bbfa1d82270148143824cd3b67 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Fri, 11 Aug 2023 12:49:56 +0900 Subject: [PATCH] =?UTF-8?q?config=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/config.toml | 1 + config/staging/config.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/_default/config.toml b/config/_default/config.toml index 1a599d8..69ba382 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -3,6 +3,7 @@ baseURL = "https://blog.kazu634.com/" defaultContentLanguage = "en" # language code languageCode = "jp" +hasCJKLanguage = true title = "His greatness lies in his sense of responsibilities" # Change the default theme to be use when building the site with Hugo diff --git a/config/staging/config.toml b/config/staging/config.toml index 64bb5a7..5fb3274 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -3,6 +3,7 @@ baseURL = "https://test.kazu634.com/" defaultContentLanguage = "en" # language code languageCode = "jp" +hasCJKLanguage = true title = "His greatness lies in his sense of responsibilities" # Change the default theme to be use when building the site with Hugo