blob: 1bb872b4120e539b944d01450a9e23e04a30abf0aee5e38aae3a1e1b95951405 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
disableKinds = ['RSS', 'section']
publishDir = "public/website"
enableRobotsTXT = true
[menu]
[[menu.main]]
name = "About Page"
url = "/about/"
weight = 1
[[menu.main]]
name = "Promoted Links"
url = "/promoted/"
weight = 2
[[menu.main]]
name = "Atom Feed"
url = "/atom.xml"
weight = 3
[outputs]
home = ["HTML", "Atom"]
page = ["HTML"]
taxonomy = ["HTML", "Atom"]
term = ["HTML", "Atom"]
|