-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
129 lines (111 loc) · 2.52 KB
/
_config.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
# Site configuration
title: Sud Web
tagline: Quelques part dans le Sud
description: Deux journées pour faire le plein d'inspiration.
logo: /assets/images/twittercard.png
url: https://sudweb.fr
repository: sudweb/2019
baseurl: /2019
destination: _site/2019
locale: fr_FR
logo: https://sudweb.fr/2018/assets/images/social/sudweb-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: false
waiting-list: false
# 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/sud-web-2019
newsletter:
url: http://sudweb.us2.list-manage.com/subscribe?u=af19b58cf514c01eca3f7652e&id=b579f5b507
# Jekyll configuration
timezone: Europe/Paris
sass:
sass_dir: _sass
style: compressed
collections:
talks:
output: false
order: date asc
permalink: /talks/:path/
sitemap: false
locations:
output: true
speakers:
output: true
defaults:
-
scope:
path: "pages"
type: pages
values:
locale: fr_FR
layout: default
-
scope:
path: "pages/en"
type: pages
values:
baseurl: "/2019/en"
locale: en_US
-
scope:
path: ""
type: "locations" # a collection in your site, in plural form
values:
layout: "locations"
-
scope:
path: ""
type: "speakers" # a collection in your site, in plural form
values:
layout: "speakers"
microtypo:
median: true
include:
- _headers
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"
plugins:
- jekyll-minifier
- jekyll-include-cache
jekyll-minifier:
preserve_php: true # Default: false
remove_intertag_spaces: true # Default: false
simple_doctype: true # Default: false
remove_script_attributes: true # Default: false
simple_boolean_attributes: false # Default: false
compress_js_templates: true # Default: false
preserve_patterns: # Default: (empty)
uglifier_args:
harmony: true