This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
78 lines (67 loc) · 1.89 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
baseURL = "http://summercamp2022.github.io/"
languageCode = "en-us"
title = "SummerCamp 2022 - SRE France"
theme = "devfest-theme-hugo"
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
[params]
title = "SummerCamp 2022"
date = "2022-08-22"
description = "A tech conference close to nature"
images = ["/images/social-share.jpg"]
email = "srefrance@seminar.io"
keywords = "event, cloud, sre, devops, summercamp"
copyright = "Made with :heart:️ by SRE France"
cfpUrl = "https://github.com/sre-france/meetups/issues/new?assignees=&labels=proposal&template=new-proposal.md&title=Proposal%27s+title"
subscriptionUrl = "https://www.eventbrite.com/"
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/favicon-32x32.png"
favicon16 = "/favicon-16x16.png"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#ff5c5c"
[params.logos]
jumbo = "/images/logos/summercamp_color_text.png"
header = "/images/logos/summercamp_color_text.png"
footer = "/images/logos/summercamp_gray_text.png"
[menu]
[markup.goldmark.renderer]
unsafe= true
[[menu.main]]
identifier = "cfp"
name = "CFP"
url = "/cfp"
weight = 190
external = false
[languages]
[languages.en]
weight = 1
languageName = "gb"
[languages.fr]
weight = 2
languageName = "fr"
[languages.fr.params]
description = "Une rencontre tech proche de la nature"
[taxonomies]
tag = "tags"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = true
simple = false
[privacy.youtube]
disable = true
privacyEnhanced = true