summaryrefslogtreecommitdiff
path: root/config.toml
blob: 04c2c3757ea9c133a1b37351f57c970327f48cdb (plain)
1
2
3
4
5
6
7
8
baseURL = "https://xengineering.eu/"
theme = "bare"

disableKinds = ["taxonomy", "term", "RSS"]

[taxonomies]
	category = "categories"
	tag = "tags"