-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
53 lines (44 loc) · 1.37 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
baseURL = "https://gocon.jp/2022spring/"
canonifyURLs = true
languageCode = "ja"
title = "Go Conference 2022 Spring"
theme = "devfest-theme-hugo"
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
googleAnalytics = "UA-127197700-1"
[params]
title = "Go Conference 2022 Spring"
date = "2022-04-23"
description = "Go Conference is a half-annual conference of programming language Go."
images = ["/2022spring/images/ogp.png"]
email = "[email protected]"
keywords = "golang, gocon"
copyright = "Go Conference"
cfpUrl = "https://www.papercall.io/gocon-2022-spring"
subscriptionUrl = ""
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/favicon-32x32.png"
favicon16 = "/favicon-16x16.png"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor="#d75c7e"
[params.logos]
jumbo = "/images/logos/logo_text.png"
header = "/images/logos/logo_text.png"
footer = "/images/logos/logo.png"
[languages]
[languages.en]
weight = 1
languageName = "en"
[languages.ja]
weight = 2
languageName = "ja"
[languages.ja.params]
description = "Go Conferenceは半年に1回行われるプログラミング言語Goに関するカンファレンスです。"
[taxonomies]
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true