blob: 844f344649f0d44d5f6a852a057a2f60a2036da3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 = "static"
target = "static"
[[module.mounts]]
source = "simple.css/simple.css"
target = "static/simple.css"
|