-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathconfig.toml
More file actions
186 lines (149 loc) · 4.03 KB
/
config.toml
File metadata and controls
186 lines (149 loc) · 4.03 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
baseURL = "https://eu.communityovercode.org"
canonifyURLs = false
title = "Community Over Code Europe"
description = "Community Over Code Europe is the annual gathering in Europe of the Apache Software Foundation community."
enableRobotsTXT = true
RemovePathAccents = true
DefaultContentLanguage = "en"
theme = "coceu"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
speaker = "speakers"
track = "track"
############################## navigation ###############################
[menu]
[[menu.main]]
identifier = "category"
name = "About"
url = "/about"
weight = 1
[[menu.main]]
identifier = "category1"
name = "Community Over Code"
url = "/about"
parent = "category"
weight = 1
[[menu.main]]
identifier = "category2"
name = "About the ASF"
url = "/about-the-asf"
parent = "category"
weight = 2
[[menu.main]]
identifier = "category3"
name = "Diversity & Inclusion"
url = "/diversity-and-inclusion"
parent = "category"
weight = 3
[[menu.main]]
name = "Program"
URL = "/program"
weight = 2
[[menu.main]]
name = "Speakers"
URL = "/speakers"
weight = 3
[[menu.main]]
identifier = "venue"
name = "Venue"
url = "/venue"
weight = 3
[[menu.main]]
identifier = "category-about-venue"
name = "About the venue"
url = "/venue"
parent = "venue"
weight = 1
[[menu.main]]
identifier = "category-how-to-get-there"
name = "How to get there"
url = "/how-to-get-there"
parent = "venue"
weight = 2
[[menu.main]]
name = "News"
URL = "/#latest-news"
weight = 5
[[menu.main]]
name = "FAQ"
URL = "faq"
weight = 7
# Everything below this are Site Params
[params]
description = "Community Over Code Europe is the annual gathering in Europe of the Apache Software Foundation community."
logo = "/images/coc-logo-color.svg"
home = "Home"
privacy_policy = "/privacy"
footer_text = "Community Over Code operates under the terms of [The ASF Code of Conduct](https://apache.org/foundation/policies/conduct)."
# First one is picked as the Twitter card image if not set on page.
images = ["/images/card.jpg"]
start_date = "2024-06-03T09:00-05:00"
end_date = "2024-06-05T17:00-05:00"
[params.hero]
text = "June 3-5, 2024. Bratislava, Slovakia."
[params.hero.cta1]
text = "Get your ticket"
link = "/tickets"
[params.hero.cta2]
text = "Become a sponsor!"
link = "/files/community-over-code-prospectus-2024.pdf"
# Navigation button
[params.navigation_button]
enable = true
label = "Tickets"
link = "/tickets"
[params.links]
[[params.links.media]]
name = "Email us"
url = "mailto:coceu@sg.com.mx?subject=[EU]"
icon = "fa fa-envelope"
[[params.links.media]]
name = "Slack"
url = "https://s.apache.org/apachecon-slack"
icon = "fab fa-slack"
[[params.links.media]]
name = "Watch us on YouTube"
url = "https://www.youtube.com/@communityovercode"
icon = "fab fa-youtube"
[[params.links.footer]]
name = "Code of Conduct"
url = "/coc"
[[params.links.footer]]
name = "Accessibility"
url = "/accessibility"
[[params.links.footer]]
name = "Privacy Policy"
url = "/privacy"
[[params.links.footer]]
name = "Organizers"
url = "/team"
[[params.links.footer]]
name = "Prospectus"
url = "https://communityovercode.org/wp-content/uploads/2023/12/community-over-code-prospectus-2024.pdf"
[permalinks]
tags = "/blog/tags/:slug/"
posts = "/:year/:month/:title/"
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "/plugins/bootstrap.min.css"
[[params.plugins.css]]
link = "/plugins/bootstrap-table.min.css"
[[params.plugins.css]]
link = "/plugins/fontawesome.css"
# JS Plugins
[[params.plugins.js]]
link="/plugins/jquery.min.js"
[[params.plugins.js]]
link="/plugins/bootstrap.bundle.min.js"
[[params.plugins.js]]
link="/plugins/bootstrap-table.min.js"
[[params.plugins.js]]
link="/plugins/bootstrap-table.min.js"
[[params.plugins.js]]
link="https://js.tito.io/v2"