-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
97 lines (82 loc) · 1.76 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
# Site configuration
title: Sud Web
tagline: les 25 et 26 mai 2018 à Anduze
description: Deux journées pour faire le plein d'inspiration entre super-héros du web.
logo: /assets/images/twittercard.png
url: https://sudweb.fr
repository: sudweb/2018
baseurl: /2018
destination: _site/2018
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/sudweb-2018
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
defaults:
-
scope:
path: "pages"
type: pages
values:
locale: fr_FR
layout: default
-
scope:
path: "pages/en"
type: pages
values:
baseurl: "/2018/en"
locale: en_US
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"