-
Notifications
You must be signed in to change notification settings - Fork 30
/
_config.yml
72 lines (66 loc) · 1.44 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
64
65
66
67
68
69
70
71
72
highlighter: 'rouge'
markdown: kramdown
kramdown:
footnote_backlink: "⤻"
url: http://xpmethod.columbia.edu/
future: true
permalink: none
# Required if you want to move pages into a a separate directory
# not working at the moment for some reason
include: ['_pages']
# relative_permalinks: false
# Since Travis installs gems to /vendor, we have to remove
# this to keep Travis from checking everything in /vendor.
exclude: ['vendor', 'doc', 'README.md']
# enable redirects
plugins:
- jekyll-redirect-from
# for use with --safe mode to mimic github pages
whitelist:
- jekyll-redirect-from
collections_dir: collections
collections:
events:
output: true
lit-mod-viz:
output: true
embodied-space-lab:
output: true
knowledge-design-studio:
output: true
epistemic-action:
output: true
clusters:
output: true
# specifies default layouts for all items in collection subfolders
defaults:
- scope:
path: ""
type: "events"
values:
layout: "event"
- scope:
path: ""
type: "clusters"
values:
layout: "cluster"
- scope:
path: ""
type: "lit-mod-viz"
values:
layout: "project"
- scope:
path: ""
type: "knowledge-design-studio"
values:
layout: "project"
- scope:
path: ""
type: "embodied-space-lab"
values:
layout: "project"
- scope:
path: ""
type: "epistemic-action"
values:
layout: "project"