aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
blob: 3aaf028baedc1599417e00d68a154c4c484d5845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = "https://blog.nsfisis.dev"
languageCode = "ja-JP"
hasCJKLanguage = true
timeZone = "Asia/Tokyo"
title = "REPL: Rest-Eat-Program Loop"
theme = "mypaper"

[author]
name = "nsfisis"

[taxonomies]
tag = "tags"

[outputFormats.rss]
baseName = "feed"