-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
133 lines (117 loc) · 2.87 KB
/
_config.yml
File metadata and controls
133 lines (117 loc) · 2.87 KB
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
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme
suppress_footer: true
name: "CS 8 Winter 2020"
github_url: https://github.com/ucsb-cs8/w20
baseurl: "/w20"
url: "https://ucsb-cs8.github.io/w20"
slides_url: ""
head_scripts:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML
instances:
-
instructor: "Kharitonova"
site_url: "https://ucsb-cs8.github.io/w20"
github_org:
name: ucsb-cs8/w20
url: https://github.com/ucsb-cs8/w20
piazza_url: https://piazza.com/class/
gradescope_url: https://www.gradescope.com
start_week: 1
start_date: 2020-01-05 00:00:00.00-8:00 # Has to start on a Sunday
num_weeks: 10
extra_exam_week: true
lecture_days_of_week: TR
cal_dates: >
[
{"label":"W20 begins", "date":"2020-01-06" },
{"label":"Univ Holiday", "date":"2020-01-20" },
{"label":"Univ Holiday", "date":"2020-02-17" },
{"label":"Drop w/o W", "date":"2020-02-03" },
{"label":"DST starts", "date":"2020-03-08" },
{"label":"Classes end", "date":"2020-03-13" },
{"label":"W20 finals start", "date":"2020-03-14" },
{"label":"W20 finals end", "date":"2020-03-20" },
{"label":"W20 qtr ends", "date":"2020-03-20" }
]
future: false
course: "CS 8"
qtr: "W20"
quarter: "Winter 2020"
kramdown:
parse_block_html: false
exclude: ['vendor', 'setup.sh', 'jekyll.sh']
include:
- _pages
timezone: America/Los_Angeles
collections:
hwk:
output: true
permalink: /hwk/:path/
last_before: false
lab:
output: true
permalink: /lab/:path/
last_before: false
exam:
output: true
permalink: /exam/:path/
info:
output: true
permalink: /info/:path/
lectures:
output: true
permalink: /lectures/:path/
bios:
output: true
permalink: /bios/: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
-
scope:
path: ""
type: bios
values:
layout: default #bio