-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (53 loc) · 1.32 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
baseURL = 'https://devfest24.gdgvenezia.it/'
languageCode = 'en'
paginate = 6
theme= "coHub"
title = 'DevFest Venezia 24'
# Main Menu
[[menu.Main]]
name = "Speakers"
url= "speakers/"
weight = 1
[[menu.Main]]
name = "Agenda"
url= "agenda/"
weight = 2
[[menu.Main]]
name = "Agenda Company Track"
url= "company-track/"
weight = 3
[[menu.Main]]
name = "Tickets"
url= "#ticket"
weight = 4
#[[menu.Main]]
#name = "CFP"
#url= "#cfp"
#weight = 5
[[menu.Main]]
name = "Sponsors"
url= "#sponsor"
weight = 6
[[menu.Main]]
name = "Partners"
url= "#partner"
weight = 7
[[menu.Main]]
name = "Location"
url= "#location"
weight = 8
# [[menu.Main]]
[params]
description = "DevFest Venezia 2024 - 16 November - Venezia"
copyright = "© {year} <a href=\"https://marcogomiero.com/\" target=\"_blank\">Marco Gomiero </a>"
googleAnalytics = ""
image = "images/logo-full.webp"
logo = "images/logo.webp"
footerlogo = "images/logo-no-bkg.webp"
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"