-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
75 lines (65 loc) · 1.88 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
publishDir = "docs"
baseURL = "localhost:1313"
languageCode = "en"
title = "Kubernetes Community Days Amsterdam 2019"
# Theme
theme = "devfest-theme-hugo"
# Params
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
GoogleAnalytics = "UA-134592754-1"
[params]
title = "Kubernetes Community Days Amsterdam 2019"
date = "2019-09-13"
description = "Cloud Native Day is a community-led conference for all Cloud Native applications and platforms"
images = ["/images/social-share.jpg"]
email = "info@cloudnative.amsterdam"
keywords = "event, kubernetes, developers, web, cloud"
copyright = "We :heart:️ Cloud Native"
cfpUrl = "https://aka.ms/cndams19prereg"
subscriptionUrl = "https://aka.ms/kcdamsml"
# appleTouchIcon = "/apple-touch-icon.png"
# favicon32 = "/favicon-32x32.png"
# favicon16 = "/favicon-16x16.png"
# manifest = "/manifest.json"
# safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#494241"
[params.logos]
jumbo = "/images/logos/house_transparent.png"
header = "/images/logos/sun.png"
footer = "/images/logos/netlify-color-accent.svg"
#[menu]
#[[menu.main]]
# identifier = "jobs"
# name = "Jobs"
# url = "https://jobs.devfesttoulouse.fr/"
# weight = 200
# external = true
[languages]
[languages.en]
weight = 1
languageName = "gb"
[taxonomies]
tag = "tags"
[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