aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-03-02 20:21:49 +0900
committernsfisis <nsfisis@gmail.com>2022-03-02 20:21:49 +0900
commit80a0076402d1e6d6bde6c2f9fb78e1eb285ea500 (patch)
treeb46e0de2f3199d9d2afcc4fd28980ada94d64c31 /config.toml
parent0ecfd8dbc7a798d8fa58219d84387b6b30d4a2f4 (diff)
downloadblog.nsfisis.dev-80a0076402d1e6d6bde6c2f9fb78e1eb285ea500.tar.gz
blog.nsfisis.dev-80a0076402d1e6d6bde6c2f9fb78e1eb285ea500.tar.zst
blog.nsfisis.dev-80a0076402d1e6d6bde6c2f9fb78e1eb285ea500.zip
enable hasCJKLanguage
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 1e56996..b1b9625 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,6 @@
baseURL = "https://blog.nsfisis.dev"
languageCode = "ja-JP"
+hasCJKLanguage = true
title = "REPL: Rest-Eat-Program Loop"
theme = "paper"