forked from cncf/kubernetes-community-days
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
65 lines (54 loc) · 1.83 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
title = "Kubernetes Community Days"
disableKinds = ["taxonomy", "taxonomyTerm"]
baseURL = "https://kubernetescommunitydays.org/"
[markup.goldmark.renderer]
unsafe = true
[params]
description = "A series of conferences devoted to the cloud native and [Kubernetes](https://kubernetes.io) ecosystem"
font_awesome_version = "5.8.1"
allowed_event_pages = [
"sponsor",
"speakers",
"venue",
"program",
"contact",
"register",
"code-of-conduct"
]
twitter_handle = "KubernetesDays"
tweet_limit = 5
hero_banner = "hero-banner.jpg"
google_analytics_id = "UA-82811140-39"
covid_announcement = """
The health, safety, and wellbeing of our community continues to be our highest priority. CNCF is focused on supporting our community during this unprecedented global pandemic. We believe in the value of face-to-face events and are proud to support this global event program.
<br /><br />
In this current environment, many of the early Kubernetes Community Days events have been postponed. The decision to hold or postpone is solely up to the event organizers. We are working closely with event organizers to coordinate details and look forward to reconnecting in person with our communities all around the world, as soon as it is safe to do so.
"""
[params.hero]
logo = "kubernetes-community-days-whitetext.svg"
[params.navbar]
logo = "kubernetes-community-days-white.png"
[params.footer]
logo = "kubernetes-community-days-white.png"
[[params.fonts]]
name = "Noto Sans"
sizes = [300,400,600,700]
type = "sans_serif"
[params.social]
twitter = "https://twitter.com/KubernetesDays"
[[menu.main]]
name = "Organizing"
url = "/organizing"
weight = 1
[[menu.main]]
name = "Code of Conduct"
url = "/code-of-conduct"
weight = 2
[[menu.main]]
name = "Speaking"
url = "/speaking"
weight = 3
[[menu.main]]
name = "Sponsoring"
url = "/sponsoring"
weight = 4