-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathhugo.toml
74 lines (64 loc) · 1.77 KB
/
hugo.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
baseURL = "/"
relativeURLs = true
languageCode = "en-us"
title = "JSON Schema Conference 24"
# theme
theme = "devfest-theme-hugo"
# params
[params]
title = "JSON Schema Conference 24"
date = "2024-12-05" # update date
description = "JSON Schema Conference website for 2024"
images = ["/images/"]
email = "[email protected]"
keywords = "event, gdg, gde, devfest, google, programming, android, chrome, developers, web, cloud, androiddev"
appleTouchIcon = "apple-touch-icon.png"
cfpUrl = "https://apidays.typeform.com/to/ILJeAaV8?typeform-source=www.apidays.global#event_name=xxxxx"
favicon32 = "/favicon.ico"
favicon16 = "/favicon.ico"
safariPinnedTab = "/safari-pinned-tab.svg"
themeColor = "#00040f"
[params.logos]
jumbo = "images/logos/json-schema-logo-white.svg"
header = "images/logos/json-schema-logo-white.svg"
footer = "images/logos/json-schema-logo-white.svg"
[Data]
schedule = "2024-12-05" # update date
[menu]
[[menu.main]]
identifier = "CFP"
name = "CFP"
url = "https://apidays.typeform.com/to/ILJeAaV8?typeform-source=www.apidays.global#event_name=xxxxx"
weight = 200
external = true
[languages]
[languages.en]
weight = 1
languageName = "gb"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = false
disable = true
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