summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: da61d46377a2ca62ba449d0bf7d6e4638ef5afa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseURL = "https://xengineering.eu/"
enableRobotsTXT = true
disableKinds = ["taxonomy", "term", "RSS"]
[taxonomies]
	category = "categories"
	tag = "tags"
[markup]
	[markup.tableOfContents]
		endLevel = 6
		ordered = false
		startLevel = 4
[[module.mounts]]
source = "simple.css/simple.css"
target = "static/simple.css"