summaryrefslogtreecommitdiff
path: root/config/web/config.toml
blob: b79063ea789c233d285f0261e40975556b32c6a0175534ac0642400a5b508b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 = "Glossary"
    url = "/glossary/"
    weight = 3
  [[menu.main]]
    name = "Atom Feed"
    url = "/atom.xml"
    weight = 4

[outputs]
  home = ["HTML", "Atom"]
  page = ["HTML"]
  taxonomy = ["HTML", "Atom"]
  term = ["HTML", "Atom"]