forked from ucsb-ccs-computing/ucsb-ccs-computing.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (35 loc) · 752 Bytes
/
_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
title: "UCSB CCS Computing"
github_url: https://github.com/ucsb-ccs-computing/ucsb-ccs-computing.github.io
exclude: ['vendor', 'setup.sh', 'jekyll.sh']
timezone: America/Los_Angeles
collections:
faculty:
output: true
permalink: /faculty/:path/
students:
output: true
permalink: /students/:path/
alumni:
output: true
permalink: /alumni/:path/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
- scope:
path: ""
type: students
values:
layout: person
- scope:
path: ""
type: alumni
values:
layout: person
- scope:
path: ""
type: faculty
values:
layout: person