summaryrefslogtreecommitdiff
path: root/config/gemini/config.toml
blob: 9ebeb43094e3aea88a74a950f0bcf510e4412ce138bb437b29d14eee83f6fcbc (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
disableKinds = ['RSS', 'section', 'sitemap', '404']
publishDir = "public/capsule"

[menu]
  [[menu.main]]
    name = "About Page"
    url = "/about/"
    weight = 1
  [[menu.main]]
    name = "Promoted Links"
    url = "/promoted/"
    weight = 2
  [[menu.main]]
    name = "Tags"
    url = "/tags/"
    weight = 3
  [[menu.main]]
    name = "Atom Feed"
    url = "/atom.xml"
    weight = 4

[outputs]
  home = ["Gemini", "Gemini_Atom"]
  page = ["Gemini"]
  taxonomy = ["Gemini", "Gemini_Atom"]
  term = ["Gemini", "Gemini_Atom"]