forked from ucsb-teaching-cs/ucsb-teaching-cs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (34 loc) · 831 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
title: "UCSB Teaching CS"
course_num: "CS190J"
github_url: https://github.com/ucsb-teaching-cs/ucsb-teaching-cs.github.io
gauchospace_url: TBD
piazza_url: TBD
on_campus: http://proquest.safaribooksonline.com
off_campus: http://proquest.safaribooksonline.com.proxy.library.ucsb.edu:2048/
#kramdown:
# parse_block_html: true
exclude: ['vendor', 'setup.sh', 'jekyll.sh']
timezone: America/Los_Angeles
collections:
topics:
output: true
permalink: /topics/:path/
resources:
output: true
permalink: /resources/:path/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
- scope:
path: ""
type: topics
values:
layout: topic
- scope:
path: ""
type: resources
values:
layout: topic