-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
111 lines (87 loc) · 3.29 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
baseurl = "https://globalazure.at/"
languageCode = "en-us"
title = "Global Azure Austria 2021"
googleAnalytics = ""
[markup]
defaultMarkdownHandler = "blackfriday"
[markup.blackFriday]
hrefTargetBlank = true
[params]
# You can use Markdown syntax for urls [text](//url.to/source) for
# most longer texts.
# All icons using Fontawesome's icon font. Look at http://fontawesome.io/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
# All projects of the portfolio are 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 information take a look at the README.
# To provide some metadata for search engines feel free to add some
# information about you and your website.
name = "Global Azure Austria 2021 "
description = "All around the world user groups and communities will come together from April 15 - April 17, 2021 once again in the seventh Global Azure Bootcamp event. Join us on Friday, April 16, 2021."
# The path must be relative to the static folder
favicon = "favicon.ico"
# Navigation
[params.navigation]
brand = "Global Azure Bootcamp 2021"
[params.navigation.links]
about = "About"
tickets = "Tickets"
newsletter = "Newsletter"
schedule = "Schedule"
juniorBootcampSchedule = "Junior Bootcamp Schedule"
sponsors = "Sponsors"
speakers = "Speakers"
sessions = "Sessions"
location = "Location"
contact = "Contact"
juniorBootcamp = "Junior Bootcamp"
CodeOfConduct = "Code of Conduct"
# Hero section
[params.hero]
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
slogan = "Global Azure Bootcamp 2021"
subtitle = "Friday, April 24, 2021 - Hollywood Megaplex Pasching"
buttonText = "Find out more"
# Sessions section
[params.sessions]
headline = "Sessions"
[[params.sessions.list]]
icon = "fa-diamond"
title = "Sturdy Templates"
description = "Our templates are updated regularly so they don't break."
# Service section
#[params.services]
# headline = "At your service"
# [[params.services.list]]
# icon = "fa-diamond"
# title = "Sturdy Templates"
# description = "Our templates are updated regularly so they don't break."
# [[params.services.list]]
# icon = "fa-paper-plane"
# title = "Ready to Ship"
# description = "You can use this theme as is, or you can make changes!"
# [[params.services.list]]
# icon = "fa-newspaper-o"
# title = "Up to Date"
# description = "We update dependencies to keep things fresh."
# [[params.services.list]]
# icon = "fa-heart"
# title = "Made with Love"
# description = "You have to make your websites with love these days!"
# Portfolio modals
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close"
# Contact section
[params.contact]
twitter = "coderdojolinz"
email = "info@coderdojo-linz.org"
# Google Maps section
[params.location]
latitude = "48.2443694"
longitude = "14.2349452"
maps_api_key = ""