-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
91 lines (78 loc) · 1.43 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
# Site configuration
title: Le blog de Sud Web
timezone: Europe/Paris
url: https://sudweb.fr
repository: sudweb/blog
baseurl: /blog
destination: _site/blog
locale: fr_FR
contact: https://sudweb.fr/2018/contact
logo: https://sudweb.fr/blog/assets/images/social/sudweb-logo.jpg
lazyload:
placeholder: "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
compress_html:
ignore:
envs:
- 'development'
## SEO
robots: index,follow
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
defaults:
-
scope:
path: "pages"
type: pages
values:
locale: fr_FR
layout: default
-
scope:
path: "pages/en"
type: pages
values:
baseurl: "/blog/en"
locale: en_US
-
scope:
type: "posts"
values:
layout: post
permalink: "/:categories/:title/"
pagination:
enabled: true
per_page: 10
permalink: '/page/:num/'
title: ' - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
logo: /assets/images/twittercard.png
microtypo:
median: true
include:
- _headers
exclude:
- .editorconfig
- .gitattributes
- .gitignore
- .ruby-version
- .travis.yml
- autoprefixer.yml
- Gemfile
- Gemfile.lock
- Procfile
- gems
- tmp
- LICENSE
- README.md
- notes-integration.md
- script
- vendor
- "Rakefile"
- "gulpfile.js"
- "node_modules"
- "package.json"
- "package-lock.json"