forked from beamsummit/beam-summit-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
171 lines (133 loc) · 4.26 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
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
######################## default configuration ####################
baseURL = "https://beamsummit.org"
title = "Beam Summit"
enableRobotsTXT = true
DefaultContentLanguage = "en"
RemovePathAccents = true
theme = "beamsummit"
# post pagination
paginate = "8"
# output
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
speaker = "speakers"
############################## navigation ###############################
[menu]
[[menu.main]]
name = "About"
URL = "/about"
weight = 1
[[menu.main]]
identifier = "schedule"
name = "Sessions"
url = "/sessions/2024"
weight = 2
[[menu.main]]
identifier = "speakers"
name = "Speakers"
url = "/speakers"
weight = 3
[[menu.main]]
name = "Venue"
URL = "/venue"
weight = 3
[[menu.main]]
name = "FAQ"
URL = "/faq"
weight = 4
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.6
#################### default parameters ################################
[params]
logo = "/images/logo-home.png"
home = "Home"
# Meta data
description = "The Beam Summit brings together experts and community to share the exciting ways they are using, changing, and advancing Apache Beam and the world of data and stream processing."
images = ["/images/card-2024-BS.jpg"]
twitter_user = "@beamsummit"
email = "contact@beamsummit.org"
author = "Software Guru"
start_date = "2024-09-04T10:00-05:00"
end_date = "2024-09-05T17:00-05:00"
active_event = 2024
google_tag = "G-171YNDJL3X"
disclaimer = """Apache Beam, the Beam logo, and the Apache feather logo are either registered trademarks or
trademarks of The Apache Software Foundation. All other products or name brands are trademarks of their
respective holders, including The Apache Software Foundation. The Apache Software Foundation has no affiliation
with and does not endorse, or review the materials provided at this event."""
# Navigation button
[params.navigation_button]
enable = false
label = "Register"
link = "register"
############################# social icon ############################
[[params.social]]
icon = "fa-brands fa-x-twitter"
link = "https://twitter.com/ApacheBeam"
[[params.social]]
icon = "tf-ion-social-linkedin"
link = "https://www.linkedin.com/company/apache-beam/"
[[params.social]]
icon = "tf-ion-social-youtube"
link = "https://www.youtube.com/channel/UChNnb_YO_7B0HlW6FhAXZZQ"
[[params.social]]
icon = "fas fa-envelope"
link = "mailto:beamsummit@sg.com.mx"
[[params.footer_about]]
name = "Apache Beam"
link = "https://beam.apache.org/"
[[params.footer_about]]
name = "Apache Beam Blog"
link = "https://beam.apache.org/blog"
[[params.footer_previous]]
name = "Session archive previous editions"
link = "/sessions"
[[params.footer_previous]]
name = "2023 Photo Album"
link = "https://photos.app.goo.gl/95T9hyhTjCtNqVyg6"
[[params.footer_previous]]
name = "2022 Photo Album"
link = "https://photos.app.goo.gl/UZ6aFfwY65naUvzB9"
[[params.footer_resources]]
name = "Team"
link = "/team"
[[params.footer_resources]]
name = "Sponsor"
link = "/sponsor"
[[params.footer_resources]]
name = "Code of Conduct"
link = "/coc"
[[params.footer_resources]]
name = "Email us"
link = "mailto:contact@beamsummit.org"
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity = "sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
[[params.plugins.css]]
link = "/plugins/themefisher-font/themefisher-font.min.css"
[[params.plugins.css]]
link = "https://unpkg.com/bootstrap-table@1.18.2/dist/bootstrap-table.min.css"
[[params.plugins.css]]
link = "https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"
# JS Plugins
[[params.plugins.js]]
link = "https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
[[params.plugins.js]]
link = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
[[params.plugins.js]]
link="https://kit.fontawesome.com/4a6d2efc2e.js"
[[params.plugins.js]]
link="https://unpkg.com/bootstrap-table@1.18.2/dist/bootstrap-table.min.js"
[[params.plugins.js]]
link="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"