-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
87 lines (75 loc) · 1.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
# Site configuration
title: Sud Web
tagline: les 19 et 20 mai 2017 à Aix-en-Provence
description: Deux journées pour faire le plein d'inspiration entre super-héros du web.
logo: images/logo-sud-web.png
locale: fr
url: https://sudweb.fr
repository: sudweb/2017
baseurl: /2017
twitter:
username: SudWeb
social:
type: organization
links:
- https://twitter.com/SudWeb
- https://www.facebook.com/SudWeb
- http://lanyrd.com/series/sudweb/
# Services configuration
analytics:
google :
tracking_id : "UA-22076213-1"
weezevent:
mini-site-url: https://www.weezevent.com/sudweb-2017
newsletter:
url: http://sudweb.us2.list-manage.com/subscribe?u=af19b58cf514c01eca3f7652e&id=b579f5b507
# Jekyll configuration
permalink: /:title/
paginate: 5
timezone: Europe/Paris
sass:
sass_dir: _sass
style: compressed
collections:
talks:
output: false
order: date asc
permalink: /talks/:path/
sitemap: false
components:
output: false
colors:
output: false
defaults:
-
scope:
path: ""
type: pages
values:
layout: default
image: /assets/images/twittercard.png
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
plugins:
- jekyll-github-metadata
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- octopress-autoprefixer