forked from WeLoveSpeed/welovespeed.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config_prod.yml
148 lines (130 loc) · 2.83 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
# Site configuration
title: We ❤️ Speed
seo_title: We Love Speed
tagline: le 9 octobre 2018 à Bordeaux
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: [email protected]
main_color: cd2f2b
social:
twitter: "_welovespeed"
repository: welovespeed/welovespeed.com
baseurl: ""
destination: _site/
locale: fr_FR
logo: https://welovespeed.com/assets/images/social/logo.jpg
lazyload:
placeholder: "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
# Est-ce qu'on vend des places à tarif plein, est-ce qu'on propose une liste d'attente ou les deux ?
tickets:
selling: true
waiting-list: false
price: "180"
price_currency: "EUR"
# Compression du code HTML en production
compress_html:
ignore:
envs:
- 'development'
## SEO
robots: index,follow
# Services configuration
weezevent:
mini-site-url: https://www.weezevent.com/welovespeed-2018
newsletter:
display: true
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://welovespeed.netlify.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: 60
max_width: 110
fallback_max_width: 220
steps: 2
sizes: "110px"
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: false
order: date asc
permalink: /talks/:path/
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
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"