-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
63 lines (63 loc) · 1.01 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
timezone: America/Los_Angeles
encoding: utf-8
markdown: kramdown
title: EdMatrix
domain: www.edmatrix.org
layout: default
exclude:
- README.md
- _stds/Template.md
- _orgs/Template.md
- docker-compose.yml
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "stds"
values:
layout: "standard"
-
scope:
path: ""
type: "orgs"
values:
layout: "organization"
-
scope:
path: ""
type: "stds2"
values:
layout: "standard"
-
scope:
path: ""
type: "orgs2"
values:
layout: "organization"
collections:
stds:
output: true
permalink: /stds/:path.html
orgs:
output: true
permalink: /orgs/:path.html
stds2:
output: true
permalink: /v2/stds/:path.html
orgs2:
output: true
permalink: /v2/orgs/:path.html
posts:
output: true
permalink: /news/:path.html