-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yaml
88 lines (80 loc) · 1.98 KB
/
_config.yaml
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
collections:
services:
output: true
permalink: /services/:path
sensibilisations:
relative_directory: "sensibilisations"
output: true
permalink: /services/sensibilisation/:path
formations:
relative_directory: "formations"
output: true
permalink: /formations/:path
defaults:
- scope:
path: ""
type: "posts"
values:
lang: "fr"
locale: "fr_FR"
layout: "post"
css: "markdown.css"
image: "/assets/img/simbios-black.svg"
permalink: :categories/:year/:month/:day/:title
- scope:
path: ""
values:
lang: "fr"
layout: "page"
css: "markdown.css"
description: "Pour réduire l'impact environnemental du numérique"
image: "/assets/img/simbios-black.svg"
- scope:
path: ""
type: "sensibilisations"
values:
layout: "service"
sass:
style: compressed
domain: simbios.fr
baseurl:
title: Simbios
description: "Aide les entreprises et les particuliers à réduire l'empreinte environnementale de leurs activités numériques."
url: https://simbios.fr
author:
twitter: geeyom
picture: /assets/img/guillaumewolf.webp
logo: /assets/img/simbios-black.svg
social:
name: Guillaume Wolf
links:
- https://www.linkedin.com/in/guillaumewolf
- https://twitter.com/geeyom
- https://github.com/guillaumew
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-minifier
- jekyll-responsive-image
- jekyll-toc
paginate: 5
paginate_path: "/blog/page:num/"
jekyll-minifier:
compress_css: false
uglifier_args:
harmony: true
responsive_image:
template: _includes/responsive-image.html
default_quality: 35
sizes:
- width: 768
- width: 480
- width: 320
strip: true
save_to_source: true
output_path_format: assets/%{dirname}/%{filename}/%{filename}-%{width}x%{height}.%{extension}
languages: ["fr"]
default_lang: "fr"
exclude_from_localization: ["assets", "realisations", "blog", "public", "_sass"]