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

disableKinds = ["taxonomy", "term"]

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