aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-19 19:29:38 +0900
committernsfisis <nsfisis@gmail.com>2022-04-19 19:37:17 +0900
commit5a8024a827b6dbb103712865261c9a5ebc2908f9 (patch)
tree38b06170f358cd22492ff4f8879f3d413c942623 /config.toml
parentde3cb0a4ad98708540e9fa9ff7831f583ce380c7 (diff)
downloadnsfisis.github.io-5a8024a827b6dbb103712865261c9a5ebc2908f9.tar.gz
nsfisis.github.io-5a8024a827b6dbb103712865261c9a5ebc2908f9.tar.zst
nsfisis.github.io-5a8024a827b6dbb103712865261c9a5ebc2908f9.zip
add themes/mypaper, modified version of paper theme
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index b1b9625..7e98142 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,7 @@ baseURL = "https://blog.nsfisis.dev"
languageCode = "ja-JP"
hasCJKLanguage = true
title = "REPL: Rest-Eat-Program Loop"
-theme = "paper"
+theme = "mypaper"
[taxonomies]
tag = 'tags'