blob: 281655952c88afdd0a4d1f9072c7afa89be628eb172a01d133445f5de62a1e28 (
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']
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"]
|