| Hosted by CoCalc | Download
1
baseurl = "/"
2
title = "Open Security Summit"
3
theme = "oss-owasp"
4
languageCode = "en-us"
5
defaultContentLanguage = "en"
6
googleAnalytics = "UA-97001849-2"
7
enableGitInfo = true
8
preserveTaxonomyNames = true
9
disableKinds = ["taxonomy"]
10
11
# Define the number of posts per page
12
paginate = 10
13
14
[menu]
15
16
# Main menu
17
#[[menu.main]]
18
# name = "Home"
19
# identifier = "home"
20
# pre = "<i class='fa fa-road'></i>&nbsp;"
21
# weight = 1
22
# url = "/"
23
#[[menu.main]]
24
# name = "Reactions"
25
# identifier = "reactions"
26
# pre = "<i class='fa fa-road'></i>&nbsp;"
27
# weight = 1
28
# url = "/Reactions"
29
#[[menu.main]]
30
# name = "Outcomes"
31
# identifier = "outcomes"
32
# pre = "<i class='fa fa-road'></i>&nbsp;"
33
# weight = 2
34
# url = "/outcomes/"
35
[[menu.main]]
36
name = "Photo Gallery"
37
identifier = "PhotoGallery"
38
pre = "<i class='fa fa-road'></i>&nbsp;"
39
weight = 8
40
url = "/photo-gallery/"
41
#[[menu.main]]
42
# name = "Sessions"
43
# identifier = "sessions"
44
# pre = "<i class='fa fa-road'></i>&nbsp;"
45
# weight = 3
46
# url = "/working-sessions/"
47
[[menu.main]]
48
name = "Tracks"
49
identifier = "tracks"
50
pre = "<i class='fa fa-road'></i>&nbsp;"
51
weight = 3
52
url = "/tracks/"
53
[[menu.main]]
54
name = "Schedule"
55
identifier = "schedule"
56
pre = "<i class='fa fa-road'></i>&nbsp;"
57
weight = 2
58
# parent = "sessions"
59
url = "/schedule"
60
#[[menu.main]]
61
# name = "Topics"
62
# identifier = "topics"
63
# pre = "<i class='fa fa-road'></i>&nbsp;"
64
# weight = 4
65
## parent = "sessions"
66
# url = "/topics/"
67
#[[menu.main]]
68
# name = "Working Sessions"
69
# identifier = "working-sessions"
70
# pre = "<i class='fa fa-road'></i>&nbsp;"
71
# weight = 5
72
# parent = "sessions"
73
# url = "/working-sessions/"
74
#[[menu.main]]
75
# name = "User Sessions"
76
# identifier = "user-sessions"
77
# pre = "<i class='fa fa-road'></i>&nbsp;"
78
### weight = 16
79
# parent = "sessions"
80
# url = "/user-sessions/"
81
#[[menu.main]]
82
# name = "Teams"
83
# identifier = "teams"
84
# pre = "<i class='fa fa-road'></i>&nbsp;"
85
# weight = 17
86
# parent = "sessions"
87
# url = "/teams"
88
#[[menu.main]]
89
# name = "Product Sessions"
90
# identifier = "product-sessions"
91
# pre = "<i class='fa fa-road'></i>&nbsp;"
92
# weight = 18
93
# parent = "sessions"
94
# url = "/product-sessions"
95
[[menu.main]]
96
name = "Participants"
97
identifier = "participants"
98
pre = "<i class='fa fa-road'></i>&nbsp;"
99
weight = 7
100
url = "/participant/"
101
#[[menu.main]]
102
# name = "Onsite Participants"
103
# identifier = "onsite-participants"
104
# pre = "<i class='fa fa-road'></i>&nbsp;"
105
# weight = 13
106
# parent = "participants"
107
# url = "/participant/"
108
#[[menu.main]]
109
# name = "Remote Participants"
110
# identifier = "Remote-participants"
111
# pre = "<i class='fa fa-road'></i>&nbsp;"
112
# weight = 14
113
# parent = "participants"
114
# url = "/participant-remote/"
115
[[menu.main]]
116
name = "About"
117
identifier = "about"
118
pre = "<i class='fa fa-road'></i>&nbsp;"
119
weight = 10
120
url = "/about/"
121
[[menu.main]]
122
name = "The Summit"
123
identifier = "about-the-summit"
124
pre = "<i class='fa fa-road'></i>&nbsp;"
125
weight = 20
126
parent = "about"
127
url = "/about/"
128
[[menu.main]]
129
name = "Venue"
130
identifier = "venue"
131
pre = "<i class='fa fa-road'></i>&nbsp;"
132
weight = 21
133
parent = "about"
134
url = "/venue/"
135
[[menu.main]]
136
name = "Faq"
137
identifier = "faq"
138
pre = "<i class='fa fa-road'></i>&nbsp;"
139
weight = 22
140
parent = "about"
141
url = "/faq/"
142
[[menu.main]]
143
name = "Sponsors"
144
identifier = "sponsors"
145
weight = 11
146
url = "/sponsors/"
147
[[menu.main]]
148
name = "Partners"
149
identifier = "partners"
150
pre = "<i class='fa fa-road'></i>&nbsp;"
151
weight = 21
152
parent = "about"
153
url = "/partners"
154
[[menu.main]]
155
name = "Tickets"
156
identifier = "tickets"
157
pre = "<i class='fa fa-ticket'></i>&nbsp;"
158
weight = 12
159
url = "/tickets/"
160
161
162
# Top bar social links menu
163
[[menu.topbar]]
164
weight = 1
165
name = "GitHub"
166
url = "https://github.com/OpenSecuritySummit/oss2019"
167
pre = "<i class='fa fa-2x fa-github'></i>"
168
169
[[menu.topbar]]
170
weight = 2
171
name = "Facebook"
172
url = "http://facebook.com"
173
pre = "<i class='fa fa-2x fa-facebook'></i>"
174
175
[[menu.topbar]]
176
weight = 3
177
name = "Twitter"
178
url = "http://twitter.com"
179
pre = "<i class='fa fa-2x fa-twitter'></i>"
180
181
[[menu.topbar]]
182
weight = 4
183
name = "Email"
184
url = "mailto:[email protected]"
185
pre = "<i class='fa fa-2x fa-envelope'></i>"
186
187
[taxonomies]
188
category = "topics"
189
190
[params]
191
viewMorePostLink = "/blog/"
192
author = "PhotoBox"
193
defaultKeywords = ["open", "summit", "security"]
194
defaultDescription = "The Open Security Summit 2019 is focused on the collaboration between Developers and Application Security. Using the same model as the previous OWASP Summits, this 5-day event will be a high-energy experience, during which attendees get the chance to work and collaborate intensively."
195
ghRepo = "https://github.com/OpenSecuritySummit/oss2019/"
196
slackInviteLink = "https://join.slack.com/t/os-summit/shared_invite/enQtNTUwMzczMjc1NDQxLTk3OTQxNzM1YzdkNGNjMDMwMGYwN2UxZjFlNGUxMjVkMGVlM2NmMTA5YjkwNDJiZTg0MmEwZDhkMjg1OGZiZjU"
197
198
# Google Maps API key (if not set will default to not passing a key.)
199
googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
200
201
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
202
style = "green"
203
204
# Since this template is static, the contact form uses www.formspree.io as a
205
# proxy. The form makes a POST request to their servers to send the actual
206
# email. Visitors can send up to a 1000 emails each month for free.
207
#
208
# What you need to do for the setup?
209
#
210
# - set your email address under 'email' below
211
# - upload the generated site to your server
212
# - send a dummy email yourself to confirm your account
213
# - click the confirm link in the email from www.formspree.io
214
# - you're done. Happy mailing!
215
#
216
# Enable the contact form by entering your Formspree.io email
217
email = "[email protected]"
218
219
about_us = "The Open Security Summit 2019 is focused on the collaboration between, Developers and Application Security. Using the same model as the previous OWASP Summits, this 5-day event will be a high-energy experience, during which attendees get the chance to work and collaborate intensively."
220
copyright = "Copyright &copy; 2019, Open Security Summit"
221
help_center = """<a href="https://os-summit.slack.com/messages/CAVJH8QJV" target="blank">Do you need help <i class="fa fa-question-circle" aria-hidden="true"></i></a>"""
222
223
# Format dates with Go's time formatting
224
date_format = "January 2, 2006"
225
226
logo = "img/logo.png"
227
address = """<p>Open Security Summit
228
<br />Crown House
229
<br />27 Old Gloucester Street
230
<br />London, WC1N 3AX
231
<br />United Kingdom</p>
232
<a href="mailto:[email protected]">[email protected]</a>
233
"""
234
latitude = "-12.043333"
235
longitude = "-77.028333"
236
237
[Permalinks]
238
blog = "/blog/:year/:month/:day/:filename/"
239
240
# Enable or disable top bar with social icons
241
[params.topbar]
242
enable = false
243
text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or [email protected].</p>
244
<p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fa fa-phone"></i></a>
245
<a href="#" data-animate-hover="pulse"><i class="fa fa-envelope"></i></a>
246
</p>
247
"""
248
249
# Enable and disable widgets for the right sidebar
250
[params.widgets]
251
categories = true
252
tags = false
253
search = true
254
255
[params.carousel]
256
enable = true
257
# All carousel items are defined in their own files. You can find example items
258
# at 'exampleSite/data/carousel'.
259
# For more informtion take a look at the README.
260
261
[params.features]
262
enable = true
263
# All features are defined in their own files. You can find example items
264
# at 'exampleSite/data/features'.
265
# For more informtion take a look at the README.
266
267
[params.testimonials]
268
enable = false
269
# All testimonials are defined in their own files. You can find example items
270
# at 'exampleSite/data/testimonials'.
271
# For more informtion take a look at the README.
272
title = "Testimonials"
273
subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
274
275
[params.see_more]
276
enable = false
277
icon = "fa fa-file-code-o"
278
title = "Do you want to see more?"
279
subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
280
link_url = "#"
281
link_text = "Check other homepages"
282
283
[params.sponsors]
284
enable = true
285
# All clients are defined in their own files. You can find example items
286
# at 'exampleSite/data/clients'.
287
# For more informtion take a look at the README.
288
title = "Our Sponsors"
289
subtitle = ""
290
291
[params.featured]
292
# Change this for listing featured in the home pages
293
enable = true
294
size = 4
295
296
297
298
[params.recent_posts]
299
enable = false
300
title = "From our blog"
301
subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend."
302
303
304
#[outputs]
305
# home = ["HTML", "JSON", "RSS"]
306
# page = ["HTML", "JSON"]
307
# section = ["HTML", "JSON"]
308
# list = ["JSON"]
309
310
#[outputFormats]
311
# [outputFormats.json]
312
# path = "api"
313
314