-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
186 lines (149 loc) · 4.06 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
baseURL = "https://airflowsummit.org/"
title = "Airflow Summit"
description = "Airflow summit is the premier conference for the worldwide community of developers and users of Apache Airflow."
enableRobotsTXT = true
RemovePathAccents = true
DefaultContentLanguage = "en"
theme = "airflowsummit"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
speaker = "speakers"
############################## navigation ###############################
[menu]
[[menu.main]]
identifier = "about-AS"
name = "ABOUT"
URL = "/about"
weight = 1
[[menu.main]]
identifier = "scholarships"
name = "About Airflow Summit"
url = "/about"
parent = "about-AS"
weight = 2
[[menu.main]]
identifier = "scholarships2"
name = "Scholarships"
url = "/blog/scholarship"
parent = "about-AS"
weight = 3
[[menu.main]]
identifier = "scholarships3"
name = "Diversity and inclusion"
url = "diversity-and-inclusion"
parent = "about-AS"
weight = 4
[[menu.main]]
name = "Speakers"
URL = "/speakers"
weight = 3
[[menu.main]]
name = "Sessions"
URL = "/sessions/2024"
weight = 4
[[menu.main]]
name = "Venue"
URL = "/venue"
weight = 5
[[menu.main]]
name = "Jobs"
URL = "/jobs"
weight = 6
[[menu.main]]
name = "FAQ"
URL = "faq"
weight = 7
# Everything below this are Site Params
[params]
description = "Airflow summit is the premier conference for the worldwide community of developers and users of Apache Airflow."
logo = "/images/logo-as2024-2.svg"
home = "Home"
# privacy_policy = "/privacy"
google_analytics_4 = "G-DQ3SEJY0LP"
google_ads = "AW-10857785820"
# First one is picked as the Twitter card image if not set on page.
images = ["/images/as2024-card.png"]
start_date = "2024-09-10T09:00-05:00"
end_date = "2024-09-12T17:00-05:00"
[params.hero]
text = "September 10-12, 2024. San Francisco, USA."
# [params.hero.cta1]
# text = "Submit to our CFP"
# link = "https://sessionize.com/airflow-summit-2024/"
[params.hero.cta2]
text = "2024 Sessions"
link = "/sessions/2024"
# Navigation button
[params.navigation_button]
enable = false
label = "Tickets"
link = "/tickets"
[params.links]
[[params.links.media]]
name = "Email us"
url = "mailto:[email protected]"
icon = "fa fa-envelope"
[[params.links.media]]
name = "Follow us on Twitter"
url = "https://twitter.com/airflowsummit/"
icon = "fab fa-twitter"
[[params.links.media]]
name = "Check us on LinkedIn"
url = "https://www.linkedin.com/company/airflow-summit"
icon = "fab fa-linkedin-in"
[[params.links.media]]
name = "Watch us on YouTube"
url = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
icon = "fab fa-youtube"
[[params.links.media]]
name = "Check us on Instagram"
url = "https://www.instagram.com/airflowsummit/"
icon = "fab fa-instagram"
[[params.links.footer]]
name = "Prospectus"
url = "/docs/AirflowSummit2024-Prospectus-v1_5.pdf"
target="_blank"
[[params.links.footer]]
name = "Session archive"
url = "/sessions"
[[params.links.footer]]
name = "Speaker archive"
url = "/speakers/archive/"
[[params.links.footer]]
name = "Organizers"
url = "/team"
[[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 = "Testimonials"
url = "/testimonials"
[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"