forked from ev3dev/ev3dev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (60 loc) · 1009 Bytes
/
_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
markdown: kramdown
permalink: pretty
exclude:
- README.md
- Gemfile
- Gemfile.lock
- repo-metadata.html
- publish.rb
- vendor
- cibuild.sh
- .travis.yml
- maintainer-notes.md
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-redirect-from
defaults:
-
scope:
path: "docs"
type: "pages"
values:
layout: "docs"
categories: "docs"
-
scope:
path: "docs/tutorials"
type: "pages"
values:
category: "tutorials"
layout: "tutorial"
-
scope:
path: "docs/devtools"
type: "pages"
values:
category: "devtools"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: "projects"
type: "posts"
values:
layout: "project"
excerpt_separator: <!--more-->
-
scope:
path: "news"
type: "posts"
values:
layout: "news"
excerpt_separator: <!--more-->
kramdown:
toc_levels: "2,3"
input: GFM