forked from kcdspain/2022.kcdspain.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
84 lines (74 loc) · 2.44 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
baseURL = "https://kcdspain.com/"
languageCode = "en-gb"
title = "Kubernetes Community Days Spain 2023"
# Theme
theme = "devfest-theme-hugo"
# Params
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
[params]
title = "#3 Virtual Kubernetes Community Days"
date = "December 12th and 13th, 2023"
description = "Forma parte de la primera comunidad de hispanohablantes de Kubernetes. Descubre un evento de tres días en español lleno de experiencias, empresas emergentes y personas a las que les gusta tanto la tecnología como a ti."
images = ["/images/featured/kcdspain-featured-01.png"]
email = " [email protected]"
keywords = "event, kcd, spain, kubernetes, google, cloud"
copyright = "Organized with ❤️ by KCD Spain."
cfpUrl = "https://go.kcdspain.com/cfp"
joinURL = "https://community.cncf.io/events/details/cncf-kcd-spain-presents-kcd-spain-2023/"
appleTouchIcon = "/apple-icon.png"
favicon32 = "/images/logos/favicon-32x32.ico"
favicon16 = "/images/logos/favicon-16x16.ico"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#0000ff"
[params.logos]
jumbo = "/images/logos/KCD-logo-white.png"
header = "/images/logos/KCD-logo-comp.png"
footer = "/images/logos/KCD-logo-white.png"
[menu]
[[menu.main]]
identifier = "schedule"
name = "menu_main_schedule"
url = "https://agenda.kcdspain.com/"
weight = 200
external = true
# [[menu.main]]
# identifier = "cfp"
# name = "CFP"
# url = "https://go.kcdspain.com/cfp"
# weight = 190
# external = true
[languages]
[languages.en]
weight = 1
languageName = "gb"
languageCode = "en"
[languages.es]
weight = 2
languageName = "es"
languageCode = "es"
[languages.es.params]
description = "Forma parte de la primera comunidad de hispanohablantes de Kubernetes. Descubre un evento de tres días en español lleno de experiencias, empresas emergentes y personas a las que les gusta tanto"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = false