forked from cristianpb/datalab.mi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (52 loc) · 1.06 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
title: datalab.mi
author: Sous direction de l'innovation et la transformation numérique
description: Page de presentation, avec les missions et les auteurs de la Sous Direcction de l'innovation numérique
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://datalab-mi.github.io" # the base hostname & protocol for your site, e.g. http://example.com
exclude:
- Gemfile
- Gemfile.lock
- README.md
- node_modules
sass:
sass_dir: _sass
style: compressed
load_paths:
- assets/css
markdown: kramdown
markdown_ext: 'wiki,mkdown,mkdn,mkd,md'
defaults:
-
scope:
path: ''
values:
layout: default
type: post
-
scope:
path: ''
type: posts
values:
layout: post
permalink: '/blog/:title'
-
scope:
type: projects
values:
layout: post
-
scope:
type: wiki
values:
layout: post
-
scope:
path: '/blog'
values:
layout: post
plugins:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed