-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
89 lines (68 loc) · 3.03 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
baseurl = "https://prgcont.cz/"
languageCode = "en-us"
title = "Prague Containers Meetup"
theme = "hugo-creative-theme"
publishDir = "docs"
googleAnalytics = "UA-137616767-2"
[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 = "Your name"
description = "Your description"
# The path must be relative to the static folder
favicon = "favicon.ico"
# Navigation
[params.navigation]
brand = "Prague Containers Meetup"
[params.navigation.links]
about = "About"
services = "Services"
portfolio = "Portfolio"
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 Containers Meetup"
subtitle = "Welcome to [Prague Containers Meetup](https://www.meetup.com/Prague-Containers-Meetup/) group."
buttonText = "Find out more"
# About section
[params.about]
headline = "Prague, containers and friends"
description = "We are a community with a mission to connect people interested in containers, cloud and devops topics."
buttonText = "Get started!"
# Service section
[params.services]
headline = "At your service"
[[params.services.list]]
icon = "fa-meetup"
title = "Get social!"
description = "Join our [meetup group](https://www.meetup.com/Prague-Containers-Meetup)."
[[params.services.list]]
icon = "fa-podcast"
title = "We want you to speak!"
description = "[Submit](https://docs.google.com/a/l-d-j.org/forms/d/e/1FAIpQLSd5wAgmpjevYnLymlVEKPf6kOx_07Fun_wA-Fpd1dg4yekdUQ/viewform) your talk proposal"
[[params.services.list]]
icon = "fa-medium"
title = "Get educated!"
description = "Read our awesome [blog](https://medium.com/prgcont)!"
[[params.services.list]]
icon = "fa-twitter"
title = "Stay informed!"
description = "Follow us on [twitter](https://twitter.com/prgcont)!"
[[params.services.list]]
icon = "fa-github-alt"
title = "I want to help."
description = "Find a suitable [task](https://github.com/prgcont/issues/issues)!"
[[params.services.list]]
icon = "fa-telegram"
title = "Where do you live."
description = "Join us on [Telegram!](go-home-stupid-bot/EeelM03BuW8bejtxl3W4cw)"