forked from entrepreneur-interet-general/site-eig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
76 lines (68 loc) · 1.54 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
# Site settings
title: Entrepreneurs d'intérêt général
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Professionnels du développement, de la datascience,
du design et de l'agile, passionnés du numérique et
d'action publique.
# The subpath of your site, e.g. /blog/
# The base hostname & protocol for your site:
baseurl: ""
url: "https://entrepreneur-interet-general.etalab.gouv.fr"
twitter_username: etalab
github_username: entrepreneur-interet-general
list_url: https://infolettres.etalab.gouv.fr/subscribe/[email protected]
plugins: [jekyll-paginate-v2]
gems: [jekyll-paginate-v2]
include: [_redirects]
# Build settings
markdown: kramdown
#paginate: 8
#paginate_path: "blog/page:num"
# Pagination Settings
pagination:
enabled: true
per_page: 8
permalink: '/page:num/'
sort_reverse: true
future: true
defaults:
#langs
-
scope:
path: ""
values:
locale: "fr"
-
scope:
path: "en"
values:
locale: "en"
#collections
-
scope:
path: ""
type: "defis"
values:
section_id: defis
-
scope:
path: ""
type: "communaute"
values:
section_id: communaute
-
scope:
path: ""
type: "posts"
values:
section_id: blog
collections:
defis:
output: true
permalink: /defis/:year/:title.html
communaute:
output: true
permalink: /communaute/:year/:title.html
# Permalink fallback
permalink: /blog/:year/:month/:day/:title.html