-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
53 lines (52 loc) · 1.31 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
title: La documentation de DossierSCO
email: equipe@dossiersco.fr
description: >- # this means to ignore newlines until "baseurl:"
Toute la documentation et l'actualité de DossierSCO, le service public numérique de l'Education Nationale pour faciliter l'inscription au collège.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: dossiersco
collections:
posts:
title: Actualités
output: true
permalink: "/posts/:title/"
tutoriels:
title: Tutoriels
output: true
permalink: "/tutoriels/:title/"
hypotheses:
title: Hypotheses
output: true
permalink: "/hypotheses/:title/"
decisions:
title: Décisions
output: true
permalink: "/decisions/:title/"
sort_by: date
collections_dir: collections
defaults:
-
scope:
path: ""
values:
layout: "page"
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
sass:
sass_dir: _sass
style: compressed
show_excerpts: true