forked from betagouv/beta.gouv.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
68 lines (59 loc) · 1.45 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
# This file is *NOT* reloaded automatically when you use 'jekyll serve'.
# If you change this file, please restart the server process.
# see https://jekyllrb.com/docs/continuous-integration/
exclude: [rb, bin, vendor, app.json]
include: ['_pages']
# Site settings
title: beta.gouv.fr
email: contact@beta.gouv.fr
description: Nous créons des services publics numériques
description_en: We build digital public services
url: https://beta.gouv.fr
baseurl: ""
twitter_id: 715451644683673601 # more stable than the username
# Do not publish future dated blog posts / job offers.
# @see https://jekyllrb.com/docs/configuration/
future: false
# Plugins
gems:
- jekyll-redirect-from
# Default author for blog posts, can be overridden in each post
author:
name: beta.gouv.fr
twitter: betaGouv
collections:
startup:
output: true
authors:
output: true
jobs:
output: true
permalink: /recrutement/:year/:month/:day/:title.html
defaults:
-
scope:
path: "" # means "all files"
type: startup # targets a collection
values:
layout: startup
logo: /img/logo-generique-startup-carre.jpg
-
scope:
path: "" # means "all files"
type: posts
values:
layout: post
-
scope:
path: "" # means "all files"
values:
layout: default
-
scope:
path: "" # means "all files"
type: jobs
values:
layout: job
excerpt_separator: <!--more-->
sass:
style: compressed