diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-19 19:29:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-19 19:37:17 +0900 |
| commit | 5a8024a827b6dbb103712865261c9a5ebc2908f9 (patch) | |
| tree | 38b06170f358cd22492ff4f8879f3d413c942623 /config.toml | |
| parent | de3cb0a4ad98708540e9fa9ff7831f583ce380c7 (diff) | |
| download | nsfisis.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.toml | 2 |
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' |
