-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (45 loc) · 1.18 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
baseURL = 'https://devfest23.gdgvenezia.it/'
languageCode = 'it-IT'
paginate = 6
theme= "coHub"
title = 'DevFest Venezia 23'
# Main Menu
[[menu.Main]]
name = "Speakers"
url= "speakers/"
weight = 1
[[menu.Main]]
name = "Agenda"
url= "agenda/"
weight = 2
[[menu.Main]]
name = "Tickets"
url= "#ticket"
weight = 3
[[menu.Main]]
name = "Sponsors"
url= "#sponsor"
weight = 4
[[menu.Main]]
name = "Partners"
url= "#partner"
weight = 5
[[menu.Main]]
name = "Location"
url= "#location"
weight = 6
# [[menu.Main]]
[params]
description = "DevFest Venezia 2023 - 2 Dicembre - Venezia"
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 <a href=\"https://gdg.community.dev/gdg-venezia/\" target=\"BLANK\">Google Developer Group Venezia</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"