From d94b5f2a8bf728d5f4f54a05b956c0012e890177 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Fri, 11 Aug 2023 12:49:30 +0900 Subject: [PATCH 1/2] Bump theme version. --- themes/DoIt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/DoIt b/themes/DoIt index ed33294..08986ce 160000 --- a/themes/DoIt +++ b/themes/DoIt @@ -1 +1 @@ -Subproject commit ed33294d759d1428bacface8b17fdcedae3e64b8 +Subproject commit 08986cef8182b2e3e8dcdde8cd61ae6768b75444 From 6e9e66d2990ef7bbfa1d82270148143824cd3b67 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Fri, 11 Aug 2023 12:49:56 +0900 Subject: [PATCH 2/2] =?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