-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.toml
100 lines (77 loc) · 3.53 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
# Site settings
baseurl = "https://awsug.cz/"
languageCode = "en-us"
title = "Prague AWS User Group"
theme = "hugo-creative-theme"
googleAnalytics = "G-Q98WV1L5PD"
[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 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 informtion take a look at the README.
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "Prague AWS User Group"
description = "Prague AWS User Group"
# The path must be relative to the static folder
favicon = "favicon.ico"
# Navigation
[params.navigation]
brand = "Prague AWS User Group"
[params.navigation.links]
about = "About"
services = "Services"
portfolio = "Meetups"
contact = "Contact"
# Hero section
[params.hero]
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
slogan = "Prague AWS User Group"
subtitle = "Welcome to [Prague AWS User Group](https://www.meetup.com/Prague-AWS-Meetup/)"
buttonText = "Find out more ..."
# About section
[params.about]
headline = "Prague Amazon Web Services User Group"
description = "We are a community with a mission to educate and connect people interested in [Amazon Web Services](https://aws.amazon.com/) and related technologies."
# Services section
[params.services]
[[params.services.list]]
icon = "fa-meetup"
title = "Get social!"
description = "Join our [Meetup group](https://www.meetup.com/Prague-AWS-Meetup/)"
[[params.services.list]]
icon = "fa-podcast"
title = "We want you to speak!"
description = "[Submit](https://goo.gl/forms/mFYRDTEL41DCewKP2) your talk proposal"
[[params.services.list]]
icon = "fa-github-alt"
title = "I want to help"
description = "See our [GitHub](https://github.com/awsugcz) or [Presentations](https://github.com/awsugcz/awsug.cz/tree/main/static/presentations)"
[[params.services.list]]
icon = "fa-camera"
title = "Photos & YouTube"
description = "See the Meetup [Photos](https://photos.app.goo.gl/sE5kAt95ipmJ3ypPA) or [videos](https://www.youtube.com/playlist?list=PL0Qk7ytdTD262PgKQ1GgFHX2IdYzhWM1E)"
[[params.services.list]]
icon = "fa-slack"
title = "Slack"
description = "Join [Slack](https://pragueawsusergroup.slack.com/)"
[[params.services.list]]
icon = "fa-envelope-o"
title = "Email"
description = "<[email protected]>"
# Portfolio modals
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close"
# Contact section
[params.contact]
headline = "Let's Get In Touch!"
description = "If you have any questions feel free to send us an email and we will get back to you as soon as possible!"
email = "[email protected]"