forked from betagouv/beta.gouv.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
129 lines (115 loc) · 2.64 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: beta.gouv.fr
email: [email protected]
description: Nous créons des services publics numériques
baseurl: "" # the subpath of your site, e.g. /blog
url: https://beta.gouv.fr # the base hostname & protocol for your site, e.g. http://example.com
github_username: betagouv
github_repository: BetaGouv/beta.gouv.fr
# Build settings
markdown: kramdown
strict_front_matter: true
plugins:
- jekyll-redirect-from
# Permettre de créer des publications datées dans le futur
future: true
# Options du template
lang: fr
include: [
"_pages",
"_redirects",
"_headers",
]
exclude: [
"content/templates",
"README.md",
"CONTRIBUTING.md",
"rb",
"vendor",
"ci",
"Gemfile",
"Gemfile.lock",
"Makefile",
"docker-compose.yml",
"requirements.txt",
"Procfile",
"package.json",
"package-lock.json",
"spec"
]
empty_placeholder: "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
copy_to_dest:
- source: node_modules/@gouvfr/dsfr/dist/.
target: assets/gouvfr/
keep_files:
- assets/gouvfr
excerpt_separator: <!--more-->
# Collections
collections_dir:
content
collections:
authors:
incubators:
output: true
permalink: /incubateurs/:title.html
intras:
jobs:
output: true
permalink: /recrutement/:year/:month/:day/:title.html
mooc:
output: true
permalink: /approche/formation/mooc/:title.html
phases:
fasts:
output: true
permalink: /fast/lauréats/:title.html
startups:
output: true
permalink: /startups/:title.html
organisations:
teams:
defaults:
- scope:
path: ""
type: "jobs"
values:
layout: job
title: Recrutement
- scope:
path: ""
type: "mooc"
values:
layout: with-sidebar
sidebar: sidebar-approche.html
- scope:
path: ""
type: "fasts"
values:
layout: with-sidebar
- scope:
path: ""
type: "startups"
values:
layout: startup
- scope:
path: ""
type: "incubators"
values:
layout: incubateur
- scope:
path: "img/authors"
values:
authors_img: true
- scope:
path: "img/startups"
values:
startups_img: true