-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
63 lines (48 loc) · 2.06 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
baseurl = "http://innovatelb.com/innovation-week/"
languageCode = "en-us"
title = "Innovation Week 2016"
theme = "hugo-creative-theme"
[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 fortawesome.github.io/Font-Awesome/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
# All events of the speakers are defined in their own files.
# You can events at 'data/speakers'.
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "Long Beach Innovation Weeks"
description = "Recognizing outstanding innovation in government."
# The path must be relative to the static folder
favicon = "favicon.ico"
# Navigation
[params.navigation]
[params.navigation.links]
speakers = "Events"
contact = "Contact"
partners = "Partners"
# Hero section
[params.hero]
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
# To chanve the logo of the hero section, replace the image at 'layouts/partials/hero.html' with your own.
# It's best to define an all-white and colored logo in the creative.css
date = "October 2016"
buttonText = "Events"
# Speakers modals
[params.speakers.modal]
buttonText = "Close"
# Speakers section
[params.speakers]
headline = "Events"
# Partners sections
[params.partners]
headline = "Partners"
# Aside section
[params.aside]
headline = "Gain insights from these amazing events during Innovation Week!"
# Contact section
[params.contact]
headline = "Have something innovative to show?"
description = "Want to put on an Innovation Week event or have any questions? That's great! Send us an email and we will get back to you as soon as possible."
email = "[email protected]"