-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
139 lines (108 loc) · 2.65 KB
/
hugo.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
baseURL = "https://eist.radio/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
# Use this to include raw HTML in posts
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[services]
[services.rss]
limit = 42
[languages]
[languages.en]
title = 'éist'
[languages.en.params]
homeSubtitle = "éist is a radio station"
weight = 1
languageCode = "en-us"
rssLimit = 10
enableEmoji = true
[frontmatter]
date = ["lastmod", "date", "publishDate"]
lastmod = ["date", "lastmod", ":git", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[security]
[security.funcs]
getenv = ['^API_KEY$']
[params.author]
name = "éist"
about = "about"
[params.meta]
favicon = true
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Place custom js and css in static/js and static/css
# custom_css = ["custom.css"]
custom_js = ["js/player.js"]
# Metadata mostly used in document's head
description = "éist is an internet radio station based in Cork, Ireland."
themeColor = "#4733FF"
justifyContent = false
relatedPosts = true
code_copy_button = true
homeSubtitlePrinter = true
scrollToTop = true
pinned = "Pinned Posts"
descriptionInPosts = true
human = ["single","posts"]
denyRobots = "noindex, nofollow, noarchive"
allowRobots = "index, follow"
siteNoIndex = false
# noIndexPages = ["404 Page not found"]
logo = "eist-logo-small.png"
[[params.socialLinks]]
name = "email"
url = "mailto:[email protected]"
[[params.socialLinks]]
name = "discord"
url = "https://discord.gg/4eHnAAUmFN"
[[params.socialLinks]]
name = "instagram"
url = "https://www.instagram.com/eistradio"
[[params.socialLinks]]
name = "soundcloud"
url = "https://soundcloud.com/eistcork"
# [[params.socialLinks]]
# name = "github"
# url = "https://github.com/eist-radio/eist"
[menu]
[[menu.main]]
name = "listen"
url = "/"
weight = 1
[[menu.main]]
name = "about"
url = "about/"
weight = 2
[[menu.main]]
name = "schedule"
url = "schedule/"
weight = 3
[[menu.main]]
name = "artists"
url = "artists/"
weight = 4
[[menu.main]]
name = "events"
url = "events/"
weight = 5
# [[menu.main]]
# name = "chat"
# url = "chat/"
# weight = 5
[[menu.main]]
name = "support"
url = "support/"
weight = 6
# [[menu.main]]
# name = "get involved"
# url = "get-involved/"
# weight = 4