-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
187 lines (156 loc) · 3.83 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
default_branch: main
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme@pcmultlectwithmasterormain
kramdown:
parse_block_html: true
include:
- _pages
exclude:
- vendor
- setup.sh
- jekyll.sh
- .sass-cache
- Gemfile
- LICENSE
- .bundle
timezone: America/Los_Angeles
url: https://ucsb-cs156.github.io # the base hostname & protocol for your site
baseurl: /s22 # the subpath of your site, e.g. "/blog"
github_url: https://github.com/ucsb-cs156/s22
course: "CS156"
qtr: "S22"
qxx: "s22"
quarter: "Spring 2022"
lecture_days_of_week: TR
assigned_text: " assigned"
due_text: " due "
start_week: 1
start_date: 2022-03-27
num_weeks: 10
extra_exam_week: true
cal_dates: >
[
{"label":"S22 1st day of instruction", "date":"2022-03-27" },
{"label":"Memorial Day", "date":"2022-05-30" },
{"label":"S22 instruction ends", "date":"2022-06-03" },
{"label":"S22 finals start", "date":"2022-06-04" },
{"label":"S22 CS156 FINAL (4pm-7pm)", "date":"2022-06-07" },
{"label":"S22 finals end", "date":"2022-06-10" },
{"label":"S22 qtr ends", "date":"2022-06-10" }
]
gauchospace_course_page: https://gauchospace.ucsb.edu/courses/course/view.php?id=tbd
github_org_name: ucsb-cs156-s22
github_org_url: https://github.com/ucsb-cs156-s22
gradescope: https://www.gradescope.com/courses/379049
ta_list: "Andrew and Kevin"
ta_list_full: "Andrew Lu and Kevin Heffernan"
mentors_list: "Bryan Z, Andrew P"
discussion_section_times: "4pm, 5pm, 6pm"
sections: "4pm, 5pm, 6pm"
mentor_url: https://ucsb-cs56-pconrad-mentors.github.io
on_campus: http://proquest.safaribooksonline.com
off_campus: http://proquest.safaribooksonline.com.proxy.library.ucsb.edu:2048
hfj_url: book/programming/java/0596009208
hfdp_url: book/software-engineering-and-development/patterns/0596007124
legacy_wiki_url: https://foo.cs.ucsb.edu/56wiki
legacy_wiki_name: "56wiki"
hwk_drop_lowest: two
hfj_chapter_url_prefix: "http://ucsb-cs56-pconrad.github.io/hfj/HFJ_Chapter_"
hfdp_chapter_url_prefix: "http://ucsb-cs56-pconrad.github.io/hfdp/HFDP_Chapter_"
collections:
hwk:
output: true
permalink: /hwk/:path/
last_before: false
hwkWIP:
output: true
permalink: /hwkWIP/:path/
lab:
output: true
permalink: /lab/:path/
last_before: false
labWIP:
output: true
permalink: /labWIP/:path/
exam:
output: true
permalink: /exam/:path/
info:
output: true
permalink: /info/:path/
lectures:
output: true
permalink: /lectures/:path/
staff:
output: true
permalink: /staff/:path
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: default
-
scope:
path: ""
type: lectures
values:
layout: lecture
-
scope:
path: ""
type: hwk
values:
layout: hwk
-
scope:
path: ""
type: hwkWIP
values:
layout: hwk
-
scope:
path: ""
type: lab
values:
layout: lab
-
scope:
path: ""
type: labWIP
values:
layout: lab
-
scope:
path: ""
type: exam
values:
layout: exam_info
-
scope:
path: ""
type: info
values:
layout: info
-
scope:
path: "syllabus.md"
type: info
values:
layout: handout
-
scope:
path: ""
type: staff
values:
layout: staff
- scope:
path: ""
type: pages
values:
layout: default
head_scripts:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- /static/js/select_section.js