-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
122 lines (112 loc) · 2.4 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
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme
#remote_theme: pmarsceill/[email protected]
url: https://ucsb-cs24.github.io/w24
baseurl: "/w24"
instructor: "Diba Mirza"
name: "CS24 Winter 2024"
course: "CS24"
course_title: "Problem Solving with Computers II"
title: "UCSB CS24 W24"
github_url: https://github.com/ucsb-cs24/w24
qtr: "W24"
quarter: "Winter 2024"
lecture_times: "MW 11:00a - 12:15p"
lecture_location: "TD-W 1701"
lab_times: "R: 2p, 3p, 4p, 5p, and 6p"
tas: "Joseph Ng, Nawel Alioua, Shinda Huang, Xinlei Feng, Yaoyi Bai"
ulas: "Zackary Glazewski, Ally Chu, Sanjana Shankar"
class_org:
name: ucsb-cs24-w24
url: https://github.com/ucsb-cs24-w24
githublinker: CS24 W24
lect_repo: https://github.com/ucsb-cs24-w24/cs24-w24-lectures
start_week: 1
start_date: 2024-01-07
num_weeks: 10
extra_exam_week: true
instructor_url: https://ucsb-cs24.github.io/instructor
cal_dates: >
[
{"label":"First day of classes", "date":"2024-01-08" },
{"label":"Drop deadline (no W grade)","date":"2023-10-25" },
{"label":"Thanksgiving - No lecture", "date":"2023-11-22" },
{"label":"F23 Instruction Ends", "date":"2023-12-08" },
{"label":"F23 Quarter Ends", "date":"2023-12-15" }
]
kramdown:
parse_block_html: true
exclude:
- vendor
include:
- _pages
timezone: America/Los_Angeles
collections:
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
theme: jekyll-theme-cayman