-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
81 lines (72 loc) · 1.67 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
# Site settings
title: Jekyll Gutenberg HTML5
tagline:
fr: 'FR tagline'
en: 'EN tagline'
description:
fr: 'FR desc'
en: 'EN desc'
image: og-image.jpg # place in src/img/
version: 0.0.01
url: "https://jekyll-gutenberg-html5.netlify.com"
baseurl: ''
# maps-api: ########
# analytics-code: UA-XXXXX-Y
# Favicon settings - use realfavicon generator
icon-color: '#e08524'
msapplication-TileColor: '#222222'
theme-color: '#222222'
# Build
source: src
destination: dist
permalink: pretty
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
source_maps: true
sass:
style: compressed # possible values: nested expanded compact compressed
webrick:
headers:
Access-Control-Allow-Origin: "*"
include: [ "_redirects" ]
exclude: [ "jekyll-ignored/" ]
keep_files: [ "assets/images" ]
plugins:
- jekyll-polyglot
- jekyll-feed
- jekyll-paginate
- jekyll-responsive-image
- jekyll-tidy
- jekyll-last-modified-at
# Polyglot
languages: ["fr", "en"]
default_lang: "fr"
exclude_from_localization: ['assets', '_redirects', '404.html', 'browserconfig.xml', 'robots.txt', 'sitemap.xml']
parallel_localization: false
# Responsive image
responsive_image:
template: _includes/responsive-image-templates/responsive-image.html
quality: 90
strip: true
base_path: assets/images/
output_path_format: assets/images/%{dirname}/%{filename}--%{width}.%{extension}
save_to_source: false
sizes:
- width: 320
- width: 384
- width: 455
- width: 512
- width: 640
- width: 683
- width: 768
- width: 800
- width: 960
- width: 1024
- width: 1200
- width: 1366
- width: 1440
- width: 1600
- width: 1920