-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_config_prod.yml
366 lines (347 loc) · 7.42 KB
/
_config_prod.yml
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# Site configuration
title: We Love Speed
seo_title: We Love Speed
description: "L’événement français des mordus de web performance !"
description_en: "The French event for web performance enthusiasts"
logo: /assets/images/twittercard.png
url: https://www.welovespeed.com
domain: 'welovespeed.com'
mail: contact@welovespeed.com
main_color: cd2f2b
social:
twitter:
url: https://twitter.com/_welovespeed
nick: "@_welovespeed"
mastodon:
url: https://piaille.fr/@welovespeed
nick: "@welovespeed@piaille.fr"
repository: welovespeed/welovespeed.com
baseurl: ""
destination: _site/
locale: fr_FR
logo: https://welovespeed.com/assets/images/social/logo.jpg
matomo: false
# Configuration de l'événement
current_edition: 2024
cfp_open: false
sponsoring:
show: false
fr_FR:
up_to_date: true
url: 'https://docs.google.com/presentation/d/1ZlUBB1bLQdpPg31CIt3E8wrhViNJ9BUkCNKO2v-AeYo/view'
size: '1,5 Mo'
en_US:
up_to_date: true
url: 'https://docs.google.com/presentation/d/1uGA8Ru-gvgK7JVF1mn7YYOhBHqGxbowL0RigB3bsgT8/view'
size: '1.5MB'
tickets:
selling: false # pensez à regénérer les bannières de conférence avant mise en prod
weezevent: false
coupons-only: false
waiting-list: false
price: "200"
price_currency: "EUR"
nlOnTop: true
infos:
display: false
diversity:
active: false
soldout: false
interventions: true
schedule: false # pensez à regénérer les bannières de conférence avant mise en prod
# Compression du code HTML en production
compress_html:
ignore:
envs:
- 'development'
## SEO
robots: index,follow
# Services configuration
weezevent:
mini-site-url: https://my.weezevent.com/we-love-speed-2024
base_url: https://widget.weezevent.com/ticket/E1115910/?code=55656
dataId: 1115910
appyuser: 7135870c152d8c2f73b35ab582eb7e5a
newsletter:
url: "https://welovespeed.us18.list-manage.com/subscribe/post?u=871757160e8496642288193e3&id=1695ce944b"
honeypot: "b_871757160e8496642288193e3_1695ce944b"
# Jekyll configuration
timezone: Europe/Paris
sass:
sass_dir: _sass
style: compressed
cloudinary:
cloud_name: we-love-speed
origin_url: "https://www.welovespeed.com"
presets:
default:
min_width: 320
max_width: 1600
fallback_max_width: 800
steps: 5
sizes: "(min-width: 50rem) 50rem, 90vw"
gold_sponsors:
min_width: 60
max_width: 1760
fallback_max_width: 880
steps: 3
sizes: "100px"
avatar:
min_width: 115 # for some reason, cloudinary refuses to create 110px images ¯\_(ツ)_/¯
max_width: 220
fallback_max_width: 220
steps: 2
sizes: "110px"
speaker:
min_width: 324 # for some reason, cloudinary refuses to create 110px images ¯\_(ツ)_/¯
max_width: 500
fallback_max_width: 324
steps: 2
aspect_ratio: "292:400"
crop: fill
sizes: "324px"
thumbnail:
min_width: 33
max_width: 66
fallback_max_width: 33
steps: 2
sizes: "33px"
venue_preview:
min_width: 300
max_width: 600
fallback_max_width: 300
steps: 2
aspect_ratio: "3:2"
crop: fill
attributes:
width: 300px
height: 200px
permalink: "/blog/:year-:month-:day-:slug/"
pagination:
enabled: true
per_page: 10
permalink: '/page/:num/'
title: ' - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
collections:
talks:
output: true
order: date asc
sitemap: false
defaults:
-
scope:
path: "pages"
type: pages
values:
locale: fr_FR
layout: default
-
scope:
path: "pages/en"
type: pages
values:
baseurl: "/en"
locale: en_US
-
scope:
type: "posts"
values:
layout: post
-
scope:
path: "_talks/fr"
type: "talks"
values:
permalink: /:year/talks/:slug/
layout: talk
locale: fr_FR
-
scope:
path: "_talks/en"
type: "talks"
values:
permalink: /en/:year/talks/:slug/
baseurl: "/en"
locale: en_US
layout: talk
-
scope:
path: "pages/fr/2018"
values:
year: 2018
-
scope:
path: "pages/en/2018"
values:
year: 2018
-
scope:
path: "pages/fr/2019"
values:
year: 2019
-
scope:
path: "pages/en/2019"
values:
year: 2019
-
scope:
path: "pages/en/2020"
values:
year: 2020
-
scope:
path: "pages/fr/2020"
values:
year: 2020
-
scope:
path: "pages/en/2021"
values:
year: 2021
-
scope:
path: "pages/fr/2021"
values:
year: 2021
-
scope:
path: "pages/en/2023"
values:
year: 2023
-
scope:
path: "pages/fr/2023"
values:
year: 2023
-
scope:
path: "pages/en/2024"
values:
year: 2024
-
scope:
path: "pages/fr/2024"
values:
year: 2024
-
scope:
path: "_talks/en/2018"
values:
year: 2018
permalink: /en/2018/talks/:slug/
seo_image: /assets/images/social/en/talks/2018/:slug.jpg
-
scope:
path: "_talks/en/2019"
values:
year: 2019
permalink: /en/2019/talks/:slug/
seo_image: /assets/images/social/en/talks/2019/:slug.jpg
-
scope:
path: "_talks/en/2020"
values:
year: 2020
permalink: /en/2020/talks/:slug/
seo_image: /assets/images/social/en/talks/2020/:slug.jpg
-
scope:
path: "_talks/en/2021"
values:
year: 2021
permalink: /en/2021/talks/:slug/
seo_image: /assets/images/social/en/talks/2021/:slug.jpg
-
scope:
path: "_talks/en/2023"
values:
year: 2023
permalink: /en/2023/talks/:slug/
seo_image: /assets/images/social/en/talks/2023/:slug.jpg
-
scope:
path: "_talks/en/2024"
values:
year: 2024
permalink: /en/2024/talks/:slug/
seo_image: /assets/images/social/en/talks/2024/:slug.jpg
-
scope:
path: "_talks/fr/2018"
values:
year: 2018
permalink: /2018/talks/:slug/
seo_image: /assets/images/social/fr/talks/2018/:slug.jpg
-
scope:
path: "_talks/fr/2019"
values:
year: 2019
permalink: /2019/talks/:slug/
seo_image: /assets/images/social/fr/talks/2019/:slug.jpg
-
scope:
path: "_talks/fr/2020"
values:
year: 2020
permalink: /2020/talks/:slug/
seo_image: /assets/images/social/fr/talks/2020/:slug.jpg
-
scope:
path: "_talks/fr/2021"
values:
year: 2021
permalink: /2021/talks/:slug/
seo_image: /assets/images/social/fr/talks/2021/:slug.jpg
-
scope:
path: "_talks/fr/2023"
values:
year: 2023
permalink: /2023/talks/:slug/
seo_image: /assets/images/social/fr/talks/2023/:slug.jpg
-
scope:
path: "_talks/fr/2024"
values:
year: 2024
permalink: /2024/talks/:slug/
seo_image: /assets/images/social/fr/talks/2024/:slug.jpg
-
scope:
path: "admin"
type: pages
values:
layout: admin
microtypo:
median: true
include:
- _headers
- _redirects
exclude:
- .editorconfig
- .gitattributes
- .gitignore
- .ruby-version
- .travis.yml
- autoprefixer.yml
- Gemfile
- Gemfile.lock
- Procfile
- script
- vendor
- gems
- tmp
- LICENSE
- README.md
- notes-integration.md
- script
- "Rakefile"
- "gulpfile.js"
- "node_modules"
- "package.json"
- "package-lock.json"