summaryrefslogtreecommitdiff
path: root/config.toml
blob: a7dc594db2035e505d8c08d806ddf1c70924e4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
baseURL = "https://xengineering.eu/"
enableRobotsTXT = true
disableKinds = ["taxonomy", "term", "RSS"]
[taxonomies]
	category = "categories"
	tag = "tags"
[markup]
	[markup.tableOfContents]
		endLevel = 6
		ordered = false
		startLevel = 4