-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (48 loc) · 836 Bytes
/
_config.yml
File metadata and controls
52 lines (48 loc) · 836 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
title: ielab
description: Information Engineering Lab
google_analytics:
show_downloads: false
logo: /images/ielab-logo.001.png
paginate: 5
paginate_path: "/posts/page-:num/"
plugins:
- jekyll-feed
- jekyll-redirect-from
collections:
projects:
output: true
people:
people: true
output: true
publications:
output: true
tutorials:
output: true
grants:
output: true
defaults:
- scope:
path: ""
type: "projects"
values:
layout: projects
- scope:
path: ""
type: "people"
values:
layout: people
- scope:
path: ""
type: "publications"
values:
layout: publications
- scope:
path: ""
type: "tutorials"
values:
layout: tutorials
- scope:
path: ""
type: "grants"
values:
layout: grants