forked from AIMS-Ghana/cams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (62 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
absoluteurl: http://AIMS-Ghana.github.io
baseurl: '/cams'
repourl: 'https://raw.githubusercontent.com/AIMS-Ghana/cams/gh-pages/_includes/'
markdown: kramdown
encoding: utf-8
css:
active: "active"
aimsghurl: "http://www.aims.edu.gh/"
render:
- sessions
- practice
- projects
collections:
warmups:
output: true
permalink: warmup/:name/
topics:
output: true
permalink: :name/
practice:
output: true
permalink: :name/practice/
projects:
output: true
permalink: :name/project/
sessions:
output: true
permalink: :name/session/
feedback:
output: true
defaults:
-
scope:
path: ""
values:
layout: "section"
-
scope:
type: "topics"
values:
area: "topic"
-
scope:
type: "sessions"
values:
area: "session"
-
scope:
type: "projects"
values:
area: "project"
-
scope:
type: "practice"
values:
area: "practice"
exclude:
- '*.sh'
- Gemfile
- README.md
- LICENSE
- head.scss