blob: 865c64e502b08484b31d2a67fa3f165fb66c0e36241d29533706f96baf2c64c7 (
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
28
29
30
|
disableKinds = ['RSS', 'section', 'sitemap']
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 = "Glossary"
url = "/glossary/"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 4
[[menu.main]]
name = "Atom Feed"
url = "/atom.xml"
weight = 5
[outputs]
home = ["Gemini", "Gemini_Atom"]
page = ["Gemini"]
taxonomy = ["Gemini", "Gemini_Atom"]
term = ["Gemini", "Gemini_Atom"]
|