-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
81 lines (65 loc) · 1.37 KB
/
config.toml
File metadata and controls
81 lines (65 loc) · 1.37 KB
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
baseurl = "https://poorimpulse.co"
languageCode = "en-us"
title = "Poor Impulse"
theme = "pic3"
googleAnalytics = "UA-27993941-6"
enableRobotsTXT = true
[privacy]
[privacy.googleAnalytics]
useSessionStorage = true
[permalinks]
episodes = ":slug"
[taxonomies]
season = "seasons"
tag = "tags"
[author]
name = "Russell Hay"
[params]
itunes_link = "https://itunes.apple.com/us/podcast/poor-impulse"
patreon_link = "http://patreon.com/poorimpulse"
circle_portrait_size = 250
[mediaTypes]
[mediaTypes."text/plain"]
suffixes = ["txt"]
[outputFormats]
[outputFormats.TEXT]
isPlainText = true
mediaType = "text/plain"
baseName = "transcript"
[outputs]
home = [ "HTML", "AMP", "RSS"]
page = [ "HTML", "TEXT" ]
section = ["HTML" ]
# [[menu.main]]
# name = "supporters"
# identifier = "supporters"
# url = "/supporters"
# [[menu.main]]
# name = "contributors"
# identifier = "contributors"
# url = "/contributors"
[[menu.main]]
name = "donate"
identifier = "donate"
url = "/donate"
weight = 10
[[menu.main]]
name = "about"
identifier = "about"
url = "/about"
weight = 1
[[menu.main]]
name = "🏠"
identifier = "home"
url = "/"
weight = -9999
[[menu.main]]
name = "📡"
identifier = "subscribe"
url = "/index.xml"
weight = 100
[[menu.main]]
name = "🍎"
identifier = "itunes"
url = "/itunes"
weight = 100