forked from betagouv/beta.gouv.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
103 lines (91 loc) · 2.28 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
# 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: contact@beta.gouv.fr
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
twitter_username: BetaGouv
github_username: betagouv
github_repository: BetaGouv/beta.gouv.fr
# Build settings
markdown: kramdown
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", "CONTRIBUTING.md", "rb", "vendor"]
sass:
style: compressed
sass_dir: _sass
excerpt_separator: <!--more-->
# Collections
collections_dir:
content
collections:
authors:
incubators:
output: true
permalink: /incubateurs/:title.html
jobs:
output: true
permalink: /recrutement/:year/:month/:day/:title.html
mooc:
output: true
permalink: /alpha/mooc/:title.html
phases:
seedlings:
startups:
output: true
permalink: /startups/:title.html
defaults:
- scope:
path: ""
type: "incubators"
values:
layout: incubateur
additional_css:
- side-panel.css
- grid.css
- scope:
path: ""
type: "jobs"
values:
layout: job
title: Recrutement
additional_css:
- grid.css
- scope:
path: ""
type: "mooc"
values:
layout: formation/mooc
additional_css:
- side-panel.css
- scope:
path: ""
type: "startups"
values:
layout: startup
additional_css:
- startups.css
- authors-grid.css
- scope:
path: "img/authors"
values:
authors_img: true
- scope:
path: "img/startups"
values:
startups_img: true