-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
643 lines (544 loc) · 19.5 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# Site settings
baseurl = "https://saopaulo2019.satrdays.org/" # Change this to the base url after netlify deploy, e.g. "https://cardiff2019.satrdays.org/"
languageCode = "en-us"
title = "satRday"
theme = ["hugo-satrdays-theme", "hugo-agency-theme"]
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
# Disable taxonomies that are not used https://discourse.gohugo.io/t/found-no-layout-for-taxonomyterm-language-en-output-format-html/16376
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
# You can use Markdown syntax for urls [text](//url.to/source) or
# most longer texts.
#
# All icons using Fontawesome's icon font. Look at fortawesome.github.io/Font-Awesome/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "satRday São Paulo"
description = "Conferência de R em São Paulo"
email = "[email protected]"
# Link custom assets relative to /static
custom_css = ["css/satrday.css"]
custom_js = []
favicon = "img/favicon.ico"
# Possibility to disable external/additional fonts
# Exception: Fontawesome
disableFonts = false
# 404 error customization
[params.error404]
heading = "Página não encontrada"
text = "Please visit [this page](/)"
# Optional piwik tracking
#[params.analytics.piwik]
# URL = "https://stats.example.com"
# ID = "42"
# # Track all subdomains with "*.example.com"
# domain = "www.example.com"
# # Optional integrity check hash
# hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Navigation
[params.navigation]
brand = "satRday"
# Optional logo as brand stored in img/
logo = "logo.png"
services = "Sobre o evento"
portfolio = "Palestras"
# about = "Datas importantes"
eventbrite = "Inscreva-se"
schedule = "Programação"
team = "Equipe"
contact = "Contato"
# Add custom links. Those can be pre- and postpended to the default menu above.
# Use the weight attribute to order your custom links. Uncomment the example
# below and replace the values with your own.
# prepended links
#[[menu.prepend]]
# url = "http://gohugo.io"
# name = "Hugo"
# weight = 10
# postpended links
[[menu.postpend]]
url = "http://satrdays.org/"
name = "satRdays.org"
weight = 10
# Hero section
[params.hero]
# To change the background image of the hero, replace 'header-bg.jpg' in
# the 'static/img' folder.
title = "satRday São Paulo"
subtitle = "Conferência de usuários(as) da Linguagem R em 30 de novembro de 2019"
bg = true
buttonText = "Confira as apresentações!"
# About [Services] section
[params.services]
enable = true
title = "Sobre a Conferência"
subtitle = ""
[[params.services.row]]
[[params.services.row.list]]
icon = "fa-clock-o"
title = "Onde e quando?"
description = "30 de novembro de 2019 no [Insper](https://www.insper.edu.br/)"
#url = "#"
[[params.services.row.list]]
icon = "fa-laptop"
title = "Palestras sobre R"
description = "Aprenda sobre aplicações práticas em R"
#url = "#"
[[params.services.row.list]]
icon = "fa-graduation-cap"
title = "Aprendizado"
description = "Obtenha conhecimento de seus colegas e profissionais experientes"
#url = "#"
[[params.services.row.list]]
icon = "fa-users"
title = "Liderado pela Comunidade"
description = "Organizado pela comunidade, focado na comunidade"
#url = "#"
[[params.services.row.list]]
icon = "fa-money"
title = "Preço acessível"
description = "Inscrições encerradas"
#url = "https://www.sympla.com.br/1-satrday-sao-paulo__699358"
[[params.services.row.list]]
icon = "fa-universal-access"
title = "Acessível"
description = "Ambiente inclusivo, solidário e respeitoso"
#url = "#"
# Register section
# You only need ONE of these active
# [params.tito]
# enable = true
# title = "Register"
# bg = true
# accountevent = "ultimateconf/2013"
# Go to https://ti.to/ and find the account (under your user) and event pair string e.g. "cardiff-satrday/2018"
# include botht the account and event in a string, seperated by /, with no spaces
# [params.eventbrite]
# enable = true
# title = "Register"
# bg = true
# eid = "32416000129"
# Go to https://www.eventbrite.co.uk/support/articles/en_US/How_To/how-to-sell-eventbrite-tickets-registrations-on-your-website-using-embeddable-widgets?lg=en_GB
# Follow instructions to discover your 'Website Integration' embeddable iframe
# Take ONLY the numeric string between "eid=" and "&ref=etckt"
# Supply this string as the value to `eid` above
# [params.tickettailor]
# enable = true
# title = "Register"
# bg = true
# eventviewid = "162430"
# Go to www.tickettailor.com and open your event page
# Note the number at the end of the url e.g. https://www.tickettailor.com/event/view/id/162430
# Supply the number ONLY in `eventviewid`
# Call for papers section
[params.callforpapers]
enable = false
title = "Call For Papers"
bg = false
#CfSpage = "/test3490"
# Go to Organizer > My Events > Dashboard and copy the "CfS Page" string into the `CfSpage` value
# dates = "09 Aug - 21 Sep 2018"
# Schedule section
[params.schedule]
enable = true
title = "Programação"
bg = false
# Talk [Portfolio] section
[params.portfolio]
enable = true
# All projects defined in their own files. You can find example projects
# at 'exampleSite/data/projects'. Copy the 'projects' folder into the 'data' directory
# at the root of this Hugo site.
# For more informtion take a look at the README.
title = "Submissão de Palestras"
subtitle = "<br><br> As submissões de palestras e pôsters estão encerradas. <br> Incentivamos a submissão de palestrantes de **grupos subrepresentados na programação (mulheres, pessoas negras, pessoas LGBT+, pessoas com deficiência, e outras minorias)**, assim como de todos os níveis de experiência, inclusive iniciantes. Caso precise de qualquer tipo de mentoria, envie um e-mail para [[email protected]](mailto:[email protected]) ou uma DM no [twitter](https://twitter.com/satRdaySP), e uma pessoa da equipe entrará em contato !<br> "
bg = true
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close project"
# Important Dates [About] section
[params.about]
enable = false
bg = true
title = "Datas importantes"
subtitle = ""
endpoint = "30/11/2019 satRday São Paulo 2019"
# The events will be listed from the top to the bottom.
# All images are stored under 'static/img/about'.
# Replace them with your own.
[[params.about.events]]
img = "1.jpg"
date = "18/10/2019"
title = "Início de submissão de palestras"
description = " "
[[params.about.events]]
#img = "1.jpg"
date = "03/11/2019"
title = "Início de inscrições de participação"
description = " [Inscreva-se a partir de 03/11 através deste link](https://www.sympla.com.br/1-satrday-sao-paulo__699358)."
[[params.about.events]]
img = "2.jpg"
date = "18/11/2019"
title = "Término do período de submissão de palestras"
description = ""
[[params.about.events]]
img = "3.jpg"
date = "22/11/2019"
title = "Comunicação dos resultados de submissão de palestras"
description = ""
# Location section
[params.location]
enable = true
title = "Localização"
bg = true
iframesrc = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3656.1632812916264!2d-46.67885388506984!3d-23.598476384664437!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce575374b7481f%3A0x50e5aad2656c43ed!2sInsper%20Instituto%20de%20Ensino%20e%20Pesquisa!5e0!3m2!1spt-BR!2sbr!4v1571355060856!5m2!1spt-BR!2sbr"
# Team section
[params.team]
enable = true # HABILITAR QUANDO SOUBER
# Possibility to center items
#center = true
title = "Equipe Organizadora"
subtitle = ""
bg = false
description = ""
speakers = "Palestrantes"
# All team member's pictures are stored under 'static/img/team'.
# Replace them with your own too.
# Suggestion: Image size should be at least 360px*360px or the alignment might be affected.
[[params.team.members]]
img = "brunaw.jpg"
name = "Bruna Wundervald"
position = "Comitê Organizador / Comitê Científico"
scope = [
"- Maynooth University",
"- R-Ladies São Paulo",
"- R-Ladies Curitiba",
"- R-Ladies Dublin",
]
social = [
["fa-twitter", "https://twitter.com/bwundervald"],
["fa-github", "https://github.com/brunaw"],
["fa-linkedin", "https://www.linkedin.com/in/bruna-wundervald-b1b79a160/"]
]
[[params.team.members]]
img = "beamilz.jpg"
name = "Beatriz Milz"
position = "Comitê Organizador"
scope = [
"- Doutoranda - IEE-USP",
"- R-Ladies São Paulo",
]
social = [
["fa-twitter", "https://twitter.com/BeaMilz"],
["fa-github", "https://github.com/beatrizmilz"],
["fa-linkedin", "https://www.linkedin.com/in/beatrizmilz/"]
]
[[params.team.members]]
img = "juliotrecenti.jpg"
name = "Julio Trecenti"
position = "Comitê Organizador"
scope = [
"- Sócio-fundador da Curso-R",
"- Doutorando - IME-USP",
"- Sócio-fundador Terranova Consultoria",
"- Diretor da Associação Brasileira de Jurimetria",
"- Conselheiro do Conselho Federal de Estatística"
]
social = [
["fa-twitter", "https://twitter.com/jtrecenti"],
["fa-github", "https://github.com/jtrecenti"],
["fa-linkedin", "https://www.linkedin.com/in/jtrecenti/"]
]
[[params.team.members]]
img = "nathdemetrio.jpg"
name = "Nathália Demétrio"
position = "Comitê Organizador / Comitê Científico"
scope = [
"- Cabify",
"- R-Ladies São Paulo",
"- CONRE-3",
]
social = [
["fa-twitter", "https://twitter.com/natydemi"],
["fa-github", "https://github.com/natydemi"],
["fa-linkedin", "https://www.linkedin.com/in/nathaliademetrio/"]
]
[[params.team.members]]
img = "danielfalbel.jpg"
name = "Daniel Falbel"
position = "Comitê Organizador"
scope = [
"- RStudio",
"- Curso-R",
"",
]
social = [
["fa-twitter", "https://twitter.com/dfalbel"],
["fa-github", "https://github.com/dfalbel"],
["fa-linkedin", "https://www.linkedin.com/in/daniel-falbel-54b1a834/"]
]
[[params.team.members]]
img = "fernandafortti.jpg"
name = "Fernanda Fortti"
position = "Comitê Organizador"
scope = [
"- R-Ladies São Paulo",
"- Mestranda - FSP-USP",
"- Py-Ladies São Paulo",
]
social = [
["fa-linkedin", "https://www.linkedin.com/in/fernanda-fortti-79448260/"],
["fa-github", "https://github.com/FeFortti"],
["fa-graduation-cap", "http://lattes.cnpq.br/0136314640528010"]
]
[[params.team.members]]
img = "clente.jpg"
name = "Caio Lente"
position = "Comitê Organizador"
scope = [
"- Curso-R",
"- Mestrando - IME/USP",
"- Terranova",
]
social = [
["fa-github", "https://github.com/clente"],
["fa-linkedin", "https://www.linkedin.com/in/clente/"]
]
[[params.team.members]]
img = "rladies.jpg"
name = "Renata Hirota"
position = "Comitê Organizador / Comitê Científico"
scope = [
"- R-Ladies São Paulo",
"- Vortex Media BR",
"- IME-USP",
]
social = [
["fa-twitter", "https://twitter.com/renata_mh"],
["fa-github", "https://github.com/rmhirota"],
["fa-linkedin", "https://www.linkedin.com/in/renata-hirota-65a142ab/"]
]
[[params.team.members]]
img = "william.jpg"
name = " William Amorim"
position = "Comitê Organizador"
scope = [
"- Curso-R",
"",
"",
]
social = [
["fa-twitter", "https://twitter.com/Williamorim89"],
["fa-github", "https://github.com/williamorim"],
["fa-linkedin", "https://www.linkedin.com/in/william-amorim-776162108/"]
]
[[params.team.members]]
img = "angelica.jpg"
name = "Angélica Custódio"
position = "Comitê Organizador"
scope = [
"- R-Ladies São Paulo",
"- C6 BANK",
"- Mestranda - UFABC",
"- Py-Ladies São Paulo"
]
social = [
["fa-twitter", "https://twitter.com/angcustodio"],
["fa-github", "https://github.com/angelica93"],
["fa-linkedin", "https://www.linkedin.com/in/angelicacustodio/"]
]
[[params.team.members]]
img = "josejesus.jpg"
name = "José de Jesus Filho"
position = "Comitê Organizador / Comitê Científico"
scope = [
"Consudata consultoria e organização de dados jurídicos",
"",
]
social = [
["fa-twitter", "https://twitter.com/jjesusfilho"],
["fa-github", "https://github.com/jjesusfilho"],
["fa-linkedin", "https://www.linkedin.com/in/jjesusfilho/"]
]
[[params.team.members]]
img = "leticiathomaz.jpg"
name = "Letícia Thomaz"
position = "Comitê Organizador / Comitê Científico"
scope = [
"- R-Ladies São Paulo",
"- Banco Fibra",
"- Pós-graduanda - FIA",
]
social = [
["fa-linkedin", "https://www.linkedin.com/in/leticiathomaz"]
]
[[params.team.members]]
img = "gabrielz.jpg"
name = "Gabriel Zanlorenssi"
position = "Comitê Organizador"
scope = [
"- Nexo Jornal",
"- Mestrando - USP",
]
social = [
["fa-twitter", "https://twitter.com/gzanlorenssi"],
["fa-github", "https://github.com/gabrielzanlorenssi"],
["fa-linkedin", "https://www.linkedin.com/in/gabriel-zanlorenssi/"]
]
[[params.team.members]]
img = "adrianareis.jpg"
name = "Adriana Letícia dos Reis"
position = "Comitê Organizador"
scope = [
"- R-Ladies São Paulo",
"- VIVO ",
"",
]
social = [
["fa-github", "https://github.com/drimack"],
["fa-linkedin", "https://www.linkedin.com/in/reis-al/"]
]
[[params.team.members]]
img = "gabrielacaesar.jpg"
name = "Gabriela Caesar"
position = "Comitê Organizador"
scope = [
"- R-Ladies São Paulo",
"- PUC-Rio",
"",
]
social = [
["fa-twitter", "https://twitter.com/gabrielacaesar"],
["fa-github", "https://github.com/gabrielacaesar"],
["fa-linkedin", "https://www.linkedin.com/in/gabrielacaesar/"]
]
[[params.team.members]]
img = "mariguilardi.jpg"
name = "Mariana Dias Guilardi"
position = "Comitê Organizador"
scope = [
"- R-Ladies São Paulo",
"- Py-Ladies São Paulo",
"- Mestranda - USP/Instituto Butantan",
]
social = [
["fa-twitter", "https://twitter.com/mariguilardi"],
["fa-github", "https://github.com/mariguilardi"],
["fa-linkedin", "https://www.linkedin.com/in/mariguilardi/"]
]
# Client section
[params.clients_list]
enable = true
# Possibility to center items
center = true
# Optional client title specifying the involvement
title = "Patrocinadores/Sponsors"
bg = true
# All the clients' logos are stored under 'static/img/logos'.
# Replace them with your clients's logos.
# Suggestion: .svg in the size of 280px*80px looks good
[[params.clients]]
logo = "Insper-positivo.png"
link = "https://www.insper.edu.br/"
alt = "Insper"
[[params.clients]]
logo = "cursor1-41.png"
link = "https://www.curso-r.com/"
alt = "Curso-R"
[[params.clients]]
logo = "logo_RED_Asset.jpg"
link = "https://redasset.com.br/"
alt = "RED Asset"
[[params.clients]]
logo = "clearsale-logo-rgb.png"
link = "https://br.clear.sale/"
alt = "ClearSale"
[[params.clients]]
logo = "Marca_C6BANK_positivo.png"
link = "https://c6bank.com.br"
alt = "C6 Bank"
[[params.clients]]
logo = "CONRE-3-LOGO-OFICIAL-safira.png"
link = "http://www.conre3.org.br/portal/"
alt = "CONRE-3"
[[params.clients]]
logo = "oracle-logo-1.png"
link = "https://www.oracle.com/br/index.html"
alt = "ORACLE"
[params.diversity]
enable = true
title = "Diversidade e Código de Conduta"
bg = false
# Contact section
[params.contact]
enable = true
title = "Contato"
subtitle = ""
buttonText = "Envie uma mensagem"
# netlify = true
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
# It is possible to substitute formspring with other providers
# as an example the mailout plugin from caddy.
# Provide the post URL for the form and depending on the provider
# add some custom JS script to finish the implementation.
# postURL = "https://example.com/mailout/"
email = "[email protected]"
# Success and error message overwrite for async contact form
#thanks = "Thank you for awesomely contacting us."
#error = "Message could not be send. Please contact us at [email protected] instead."
[params.contact.captcha]
# sitekey = ""
# 'warning' defines error messages for invalid inputs
[params.contact.form.name]
text = "Your Name *"
warning = "Please enter your name."
[params.contact.form.email]
text = "Your Email *"
warning = "Please enter your email address."
[params.contact.form.phone]
text = "Your Phone *"
warning = "Please enter your phone number."
[params.contact.form.message]
text = "Your Message *"
warning = "Please enter a message."
# Add optional form fields to identify contact forms
#[[params.contact.form.hidden]]
# name = "someID"
# value = "example.com"
#
#[[params.contact.form.hidden]]
# Special values for name such as "page" and "site" will be autofilled
# name = "page"
# Footer section
[params.footer]
enable = true
copyright = "Published under the Apache License 2.0."
[[params.footer.social]]
icon = "fa-twitter"
link = "https://twitter.com/satRdaySP"
title = "Twitter"
[[params.footer.social]]
icon = "fa-github"
link = "https://github.com/satRdays"
title = "GitHub"
[[params.footer.quicklinks]]
text = "Privacy Policy"
link = "#"
[[params.footer.quicklinks]]
text = "Termos de uso"
link = "#"