forked from mono/md-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (52 loc) · 848 Bytes
/
_config.yml
File metadata and controls
52 lines (52 loc) · 848 Bytes
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
# General settings
title: MonoDevelop Project
repository: mono/md-website
permalink: pretty
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable: true
defaults:
-
scope:
path: "archived"
values:
layout: "obsolete"
-
scope:
path: "developers"
values:
layout: "docpage"
navgroup: "developers"
-
scope:
path: "documentation"
values:
layout: "docpage"
navgroup: "documentation"
-
scope:
path: "download"
values:
navgroup: "download"
-
scope:
path: "help"
values:
layout: "docpage"
navgroup: "help"
-
scope:
path: ""
values:
layout: "base"
plugins:
- jekyll-redirect-from
exclude:
- CNAME
- README.md
- CONTRIBUTING.md
- Gemfile*
- Vagrantfile