-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
103 lines (90 loc) · 1.81 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: "CS 24 Spring 2018"
github_url: https://github.com/ucsb-cs24-s18/ucsb-cs24-s18.github.io
on_campus: http://proquest.safaribooksonline.com
off_campus: http://proquest.safaribooksonline.com.proxy.library.ucsb.edu:2048
start_week: 1
start_date: 2018-04-01 00:00:00.00-8:00
num_weeks: 10
extra_exam_week: true
instructor_url: https://ucsb-cs24.github.io/instructor
cal_dates: >
[
{"label":"First day of classes", "date":"2018-04-02" },
{"label":"Drop Deadline (no W grade)","date":"2018-04-27" },
{"label":"Univ Holiday: Memorial Day", "date":"2018-05-28" },
{"label":"Last day of classes", "date":"2018-06-08" },
]
course: "CS24"
legacy_wiki_name:
legacy_wiki_url:
qtr: "W18"
quarter: "Spring 2018"
kramdown:
parse_block_html: true
exclude:
- vendor
timezone: America/Los_Angeles
collections:
hwk:
output: true
permalink: /hwk/:path/
last_before: false
lab:
output: true
permalink: /lab/:path/
last_before: false
pa:
output: true
permalink: /pa/:path/
last_before: false
exam:
output: true
permalink: /exam/:path/
info:
output: true
permalink: /info/:path/
lectures:
output: true
permalink: /lectures/:path/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: default
-
scope:
path: ""
type: hwk
values:
layout: hwk
-
scope:
path: ""
type: lab
values:
layout: lab
-
scope:
path: ""
type: exam
values:
layout: exam_info
-
scope:
path: ""
type: info
values:
layout: info
-
scope:
path: ""
type: lectures
values:
layout: lecture
-
scope:
path: "syllabus.md"
type: info
values:
layout: handout