forked from JupiterBroadcasting/jupiterbroadcasting.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
65 lines (53 loc) · 1.11 KB
/
config.toml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
baseURL = 'https://jupiterbroadcasting.net/'
languageCode = 'en-us'
title = 'Jupiter Broadcasting'
theme = 'jb'
paginate = 12
# Allow HTML in Markdown
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
host = "hosts"
guest = "guests"
# Main Menu
[[Menu.Main]]
name = "Jupiter Broadcasting"
identifier = "home"
url = "/"
weight =-100
[[Menu.Main]]
name = "Shows"
identifier = "shows"
url = "/show"
weight =-90
[[Menu.Main]]
name = "Garage Sale"
identifier = "garage-sale"
url = "https://www.jupitergarage.com/"
weight =60
[[Menu.Main]]
name = "Membership"
identifier = "membership"
url = "/membership"
weight =70
[[Menu.Main]]
name = "Hosts"
identifier = "hosts"
url = "/hosts"
weight =80
[[Menu.Main]]
name = "Archive"
identifier = "archive"
url = "/archive"
weight =90
[outputFormats]
[outputFormats.webplayer]
mediatype ="application/json"
baseName = "webplayer"
[outputs]
page = ["json","html","webplayer"]
section = ["html","rss"]