-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.toml
101 lines (84 loc) · 2.36 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
BaseURL = "https://kodsnack.se"
languageCode = "sv"
title = "Kodsnack - podd av kodare, för kodare, på svenska"
pluralizeListTitles = false
[markup]
[markup.highlight]
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
Description = "Podcast om kod, för kodare. På svenska."
CopyrightHTML = "<a href=\"https://github.com/kodsnack\">github.com/kodsnack</a>"
[permalinks]
avsnitt = "/:slug/"
[taxonomies]
category = "categories"
people = "people"
tag = "tags"
sponsor = "sponsor"
[[menu.main]]
name = "Om"
url = "/om/"
weight = -200
[[menu.main]]
name = "Slack"
url = "https://join.slack.com/t/podsnack/shared_invite/zt-wh2ussm9-xFOqpvjgF16G2eDhaBy1hw"
weight = -199
[[menu.main]]
name = "Alla avsnitt"
url = "/avsnitt/"
weight = -198
[[menu.main]]
name = "🛒 Handla"
url = "https://shop.spreadshirt.se/kodsnack/"
weight = -197
[[menu.main]]
name = "📣 Sponsra"
url = "/sponsra/"
weight = -196
[[menu.main]]
name = "📡 RSS"
url = "https://feeds.kodsnack.se"
weight = -195
[[menu.main]]
name = "| iTunes"
url = "https://itunes.apple.com/se/podcast/kodsnack/id561631498?l=en"
weight = -189
[[menu.main]]
name = "| Spotify"
url = "https://open.spotify.com/show/1gXqSrlHmdqOZTmiMo19mR"
weight = -188
[[menu.main]]
name = "| Overcast"
url = "https://overcast.fm/itunes561631498/kodsnack"
weight = -187
[[menu.main]]
name = "| Pocket casts"
url = "http://pca.st/h7lO"
weight = -186
[[menu.main]]
name = "| 🇬🇧 English feed"
url = "/international/"
weight = -185
[[menu.main]]
name = "Sumpsnack (bonusmaterial)"
url = "/sumpsnack/"
weight = -184
[[menu.main]]
name = "🦣 @kodsnack"
url = "https://social.podsnack.se/@kodsnack"
weight = -183
[[menu.main]]
name = "📼 Youtube"
url = "https://www.youtube.com/channel/UCyF3GrbgMV5THKZF4lpcQpg/videos?view=57"
weight = -182
[[menu.main]]
name = "📽️ Tiktok"
url = "https://www.tiktok.com/@kodsnack"
weight = -181
[[menu.main]]
name = "Att vara gäst"
url = "/guest/"
weight = -180