From 600ba00655929294fd41c44417c31ad4908a73c9 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 27 Aug 2020 01:14:40 +0900 Subject: [PATCH 1/2] Enable `HASCJKLanguage`. --- 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 e87f31d..699225a 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,6 +2,7 @@ baseurl = "https://blog.kazu634.com/" title = "His greatness lies in his sense of responsibility" languageCode = "ja" theme = "angels-ladder" +HasCJKLanguage = true [params] subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery." diff --git a/config/staging/config.toml b/config/staging/config.toml index da49e6a..7d27463 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -2,6 +2,7 @@ baseurl = "http://test.kazu634.com/" title = "His greatness lies in his sense of responsibility" languageCode = "ja" theme = "angels-ladder" +HasCJKLanguage = true [params] subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery." From 16ada6623efaff85a3cc1ba2cf0099cd18a29ab8 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 27 Aug 2020 01:23:51 +0900 Subject: [PATCH 2/2] Change `DefaultContentLanguage` to "jp" --- 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 699225a..e7f00eb 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,5 +1,6 @@ baseurl = "https://blog.kazu634.com/" title = "His greatness lies in his sense of responsibility" +DefaultContentLanguage = "ja" languageCode = "ja" theme = "angels-ladder" HasCJKLanguage = true diff --git a/config/staging/config.toml b/config/staging/config.toml index 7d27463..8f4ba4b 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -1,5 +1,6 @@ baseurl = "http://test.kazu634.com/" title = "His greatness lies in his sense of responsibility" +DefaultContentLanguage = "jp" languageCode = "ja" theme = "angels-ladder" HasCJKLanguage = true