summaryrefslogtreecommitdiff
path: root/config.toml
blob: 146001dfefcac30c9c088e73219c64b371aa901f (plain)
1
2
3
4
5
6
7
baseURL = "https://xengineering.eu/"
theme = "bare"
enableRobotsTXT = true
disableKinds = ["taxonomy", "term", "RSS"]
[taxonomies]
	category = "categories"
	tag = "tags"