-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
59 lines (45 loc) · 1.23 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
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme
url: https://ucsb-cs32.github.io # the base hostname & protocol for your site
baseurl: "/" # the subpath of your site "/" for main, "/w19" for instance
title: "UCSB CS32"
course: "CS32"
qtr: "W19"
github_url: https://github.com/ucsb-cs32/ucsb-cs32.github.io
course_title: "Object Oriented Design and Implementation"
catalog_desc_url: http://www.cs.ucsb.edu/education/courses/cmpsc-32
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']
include: ['_pages']
timezone: America/Los_Angeles
collections:
topics:
output: true
permalink: /topics/:path/
textbooks:
output: true
permalink: /textbooks/: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: default
- scope:
path: ""
type: resources
values:
layout: default