-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (53 loc) · 1.76 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
baseURL = 'https://devfest-triveneto.gdgvenezia.it/'
languageCode = 'it-IT'
paginate = 6
theme= "coHub"
title = 'DevFest Triveneto'
[Menu]
# Main Menu
[[menu.Main]]
name = "Speakers"
url= "/speakers/"
weight = 1
[[menu.Main]]
name = "Agenda Venezia"
url= "/agenda-venezia/"
weight = 2
[[menu.Main]]
name = "Agenda Trento"
url= "/agenda-trento/"
weight = 3
[[menu.Main]]
name = "Tickets"
url= "#ticket"
weight = 4
[[menu.Main]]
name = "Partners"
url= "#partner"
weight = 5
[[menu.Main]]
name = "Location"
url= "#location"
weight = 6
[[menu.Main]]
# name = "News"
# url= "/blog"
# weight = 7
[params]
description = "DevFest Triveneto 2022 - 22 Ottobre - Venezia, Trento"
copyright = "© {year} <a href=\"https://marcogomiero.com/\" target=\"_blank\">Marco Gomiero </a>"
googleAnalytics = ""
image = "images/logo.png"
logo = "images/logo.svg"
footerlogo = "images/logo.svg"
footerDescription = "Organized by Google Developer Group <a href=\"https://gdg.community.dev/gdg-venezia/\" target=\"BLANK\">Venezia</a>, <a href=\"https://gdg.community.dev/gdg-padova/\" target=\"BLANK\">Padova</a>, <a href=\"https://gdg.community.dev/gdg-verona/\" target=\"BLANK\">Verona</a> e <a href=\"https://gdg.community.dev/gdg-trento/\" target=\"BLANK\">Trento</a>."
[params.location]
title = "Location"
[params.location.venezia]
address = "Campus Scientifico Università Ca' Foscari"
desc = "Via Torino, 155 Mestre, Venezia VE, 30170"
mapsLink = "https://www.google.com/maps/dir//Via%20Torino%2C%20155%20Mestre%2C%20Venezia%20VE"
[params.location.trento]
address = "Contamination Lab (CLab) Trento"
desc = "Via Tommaso Gar, 16 Trento, 38122"
mapsLink = "https://www.google.com/maps/dir//Via%20Tommaso%20Gar%2C%2016%20Trento"