forked from artemsheludko/zolan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (50 loc) · 1.09 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
baseurl: "/blog" # the subpath of your site, e.g. /blog
url: "https://matthieupetite.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
# language settings
lang: fr
languages: ["en", "fr"]
default_lang: "fr"
exclude_from_localization: ["assets/css", "assets/img"]
parallel_localization: true
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
- jekyll-polyglot
paginate: 5
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
- scope:
path: '_post'
values:
permalink: /:basename:output_ext
- scope:
path: '_experiences'
type: "experiences"
values:
layout: "experience"
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed
collections:
experiences:
output: true
permalink: /:collection/:path
certifications:
output: false
competences:
output: false