-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
78 lines (67 loc) · 1.84 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 = ""
languageCode = "ja-JP"
defaultContentLanguage = "en"
title = "CloudNative Days Tokyo 2020"
theme = "devfest-theme-hugo"
publishDir = "docs"
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
googleAnalytics = "UA-XXXXXXXX-X"
[params]
title = "CloudNative Days Tokyo 2020"
date = "2020/09/08-09"
description = ""
images = ["/images/social-share.jpg"]
email = ""
keywords = ""
copyright = "© CloudNative Days Tokyo 2020 (Secretariat by Impress Corporation)"
cfpUrl = "https://docs.google.com/forms/d/e/1FAIpQLSd_n9AbGr3wTLNN-M8C_YmMpfK8xCON8baq4_FVI7ysciLlnA/viewform"
subscriptionUrl = ""
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/ico/favicon.ico"
favicon16 = "/ico/favicon.ico"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#673ab7"
googleWebmasterKey = "googleXXXXXXX" # https://support.google.com/webmasters/answer/9008080#html_verification
[params.logos]
jumbo = ""
header = "/ico/favicon.ico"
footer = "/ico/favicon.ico"
[menu]
[[menu.main]]
identifier = "Blog"
name = "Blog"
url = "https://medium.com/@cloudnativedays"
weight = 200
external = true
[[menu.main]]
identifier = "Twitter"
name = "Twitter"
url = "https://twitter.com/cloudnativedays"
weight = 200
external = true
[[menu.main]]
identifier = "GitHub"
name = "GitHub"
url = "https://github.com/cloudnativedaysjp"
weight = 200
external = true
[languages]
[languages.en]
weight = 1
languageName = "gb"
[taxonomies]
tag = "tags"
[markup.goldmark.renderer]
unsafe = true
################
# Subscription #
################
[newsletter]
other = "Newsletter"
[subscribe_notice]
other = "No spam, only the latest news and updates!"
[subscribe_action]
other = "Subscribe"