-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
132 lines (117 loc) · 2.82 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
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: false
exclude: ['vendor', 'setup.sh', 'jekyll.sh']
include:
- _pages
timezone: America/Los_Angeles
url: https://ucsb-cs16.github.io
baseurl: "/f21"
github_url: https://github.com/ucsb-cs16/f21
title: "UCSB CS16"
course: "CS16"
qtr: "F21"
quarter: "Fall 2021"
ta_names: "April,Ashley,Avishek,Kevin,Lucas,Nawel,Satyam,and Shu"
la_names: "Arthur,Connor,and Jerry"
la_apprentice_names: "Cameron and Sydney"
lab_times: "W: 1p,2p,3p,4p,5p,6p,7p,8p"
instructor: "Phill Conrad"
lecture_times: "TR - 2:00p-3:15p"
lecture_location: "CHEM 1179"
github_org: ucsb-cs16-f21
gauchospace: https://gauchospace.ucsb.edu
campuswire: https://campuswire.com/c/G931DC7FE/feed
start_week: 0
start_date: 2021-09-19
num_weeks: 11
extra_exam_week: true
lecture_days_of_week: TR
instructor_url: https://ucsb-cs16.github.io/instructor
cal_dates: >
[
{"label":"F21 1st day of instruction", "date":"2021-09-23" },
{"label":"Veterans' Day", "date":"2021-11-11" },
{"label":"Thanksgiving", "date":"2021-11-25" },
{"label":"Thanksgiving", "date":"2021-11-26" },
{"label":"F21 instruction ends", "date":"2021-12-03" },
{"label":"F21 finals start", "date":"2021-12-04" },
{"label":"F21 CS16 MIDTERM (2pm-3:15pm)", "date":"2021-10-28" },
{"label":"F21 CS16 FINAL (4pm-7pm)", "date":"2021-12-07" },
{"label":"F21 finals end", "date":"2021-12-10" },
{"label":"F21 qtr ends", "date":"2021-12-10" }
]
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: pa
values:
layout: lab
-
scope:
path: ""
type: exam
values:
layout: exam_info
-
scope:
path: ""
type: info
values:
layout: default
-
scope:
path: ""
type: lectures
values:
layout: lecture
-
scope:
path: "syllabus.md"
type: info
values:
layout: handout