-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
236 lines (212 loc) · 5.36 KB
/
Copy pathhugo.toml
File metadata and controls
236 lines (212 loc) · 5.36 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
# publishDir = "docs"
baseURL = "https://qcrypt.net"
languageCode = "en"
title = "QCrypt Conference Website"
# Theme
theme = "devfest-theme-hugo"
# Params
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
# Google Analytics are currently disabled,
# using it would officially require a cookie banner at least in the EU, and we don't have one...
# it's probably better not to track people anyways.
# GoogleAnalytics = "G-221GMGECQ6"
[services]
[services.googleAnalytics]
id = "G-221GMGECQ6"
[params]
title = "QCrypt Conference Website"
date = "2026-01-01"
currentYear = 2026
description = "International Conference on Quantum Cryptography"
images = ["/images/social-share.jpg"]
email = "webmaster@qcrypt.net"
keywords = "event, quantum cryptography, QCrypt"
copyright = "We :heart: sheep"
copyright_link = "https://github.com/QCrypt/qcrypt-website"
# cfpUrl = "/2024/call"
# subscriptionUrl = ""
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/favicon-32x32.png"
favicon16 = "/favicon-16x16.png"
manifest = "/manifest.json"
safariPinnedTab = "/safari-pinned-tab.svg"
[params.style]
[params.style.sass]
path = "C:\\dart-sass\\bin\\src\\dart.bat"
[params.2023]
city = "Washington DC, USA"
timeanddate_cityid = 263
themeColor = "#ac191c"
[params.2023.logos]
jumbo = "/images/2023/QuCrC23_Logo.png"
header = "/images/2023/QuCrC23_Logo.png"
banner = "/images/2023/banner-2023.jpeg"
[params.2024]
city = "Vigo, Spain"
timeanddate_cityid = 4529
themeColor = "#0099cc"
[params.2024.logos]
jumbo = "/images/2024/QCrypt_2024_logo_final.png"
header = "/images/2024/QCrypt_2024_logo_final.png"
banner = "/images/2024/banner-2024.jpg"
[params.2025]
city = "Sanya, China"
timeanddate_cityid = 33
themeColor = "#4775ff"
[params.2025.logos]
jumbo = "/images/2025/QCrypt_2025_logo.png"
header = "/images/2025/QCrypt_2025_logo2.png"
banner = "/images/2025/banner_2025.jpg"
[params.2026]
city = "Ottawa, Canada"
timeanddate_cityid = 188
themeColor = "#ac191c"
[params.2026.logos]
jumbo = "/images/2026/QCrypt2026-Logo.png"
header = "/images/2026/QCrypt2026-Logo2.png"
banner = "/images/2026/Ottawa-Banner.jpeg"
[params.logos]
footer = "/images/logos/netlify-color-accent.svg"
footer_link = "https://www.netlify.com"
[server]
[[server.redirects]]
from = "/"
to = "/2026/"
status = 302
force = true
[menu]
[[menu.2023]]
name = "Home"
weight = 10
identifier = "home"
pageRef = '/2023'
[[menu.2023]]
name = "Technical Program"
weight = 20
identifier = "technical-program"
[[menu.2023]]
name = "Attend"
weight = 30
identifier = "attend"
[[menu.2023]]
name = "Sponsors"
weight = 40
identifier = "sponsors"
pageRef = "/2023/partners"
[[menu.2023]]
name = "Committees"
weight = 50
identifier = "committees"
pageRef = "/2023/team"
[[menu.2024]]
name = "Home"
weight = 10
identifier = "home"
pageRef = '/2024'
[[menu.2024]]
name = "Technical Program"
weight = 20
identifier = "technical-program"
[[menu.2024]]
name = "Attend"
weight = 30
identifier = "attend"
[[menu.2024]]
name = "Sponsors"
weight = 40
identifier = "sponsors"
pageRef = "/2024/partners"
[[menu.2024]]
name = "Committees"
weight = 50
identifier = "committees"
pageRef = "/2024/team"
[[menu.2025]]
name = "Home"
weight = 10
identifier = "home"
pageRef = '/2025'
[[menu.2025]]
name = "Technical Program"
weight = 20
identifier = "technical-program"
[[menu.2025]]
name = "Attend"
weight = 30
identifier = "attend"
[[menu.2025]]
name = "Sponsors"
weight = 40
identifier = "sponsors"
pageRef = "/2025/partners"
[[menu.2025]]
name = "Committees"
weight = 50
identifier = "committees"
pageRef = "/2025/team"
[[menu.2026]]
name = "Home"
weight = 10
identifier = "home"
pageRef = '/2026'
[[menu.2026]]
name = "Technical Program"
weight = 20
identifier = "technical-program"
[[menu.2026]]
name = "Attend"
weight = 30
identifier = "attend"
[[menu.2026]]
name = "Sponsors"
weight = 40
identifier = "sponsors"
pageRef = "/2026/partners"
[[menu.2026]]
name = "Committees"
weight = 50
identifier = "committees"
pageRef = "/2026/team"
[[menu.2026]]
name = "About QCrypt 2026 Logo"
weight = 60
identifier = "logo"
pageRef = "/2026/logo"
[[menu.2026]]
name = "QCrypt 2026 Poster"
weight = 70
identifier = "poster"
pageRef = "/2026/poster"
[languages]
[languages.en]
weight = 1
languageName = "us"
[taxonomies]
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[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 = true
privacyEnhanced = true