-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
139 lines (117 loc) · 2.44 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
course: "CS190J"
legacy_wiki_name: 8wiki
legacy_wiki_url:
qtr: "F17"
quarter: "Fall 2017"
ta_list: ""
ta_list_full: ""
instructor: "Conrad and Mirza"
github_url: https://github.com/ucsb-cs190j-f17/ucsb-cs190j-f17.github.io
course_site: http://ucsb-cs8.github.io
on_campus: http://proquest.safaribooksonline.com
off_campus: http://proquest.safaribooksonline.com.proxy.library.ucsb.edu:2048
legacy_wiki_url: https://foo.cs.ucsb.edu/8wiki
legacy_wiki_name: "8wiki"
start_week: 0
start_date: 2017-09-24 00:00:00.00-7:00
num_weeks: 11
extra_exam_week: false
sections: "11am, 12:30pm, 2pm or 3:30pm"
cal_dates: >
[
{"label":"First day of instruction", "date":"2017-09-28" },
{"label":"Last day to Add","date":"2017-10-04" },
{"label":"Last day to Add with code","date":"2017-10-18" },
{"label":"Drop w/ Full Refund","date":"2017-10-04" },
{"label":"Drop Deadline (no W grade)","date":"2017-10-18" },
{"label":"Grade Option Change Deadline", "date":"2017-11-17" },
{"label":"Last day of instructions", "date":"2017-12-08" }
]
kramdown:
parse_block_html: true
default_lang: python
exclude:
- vendor
timezone: America/Los_Angeles
collections:
papers:
output: true
permalink: /hwk/:path/
hwk:
output: true
permalink: /hwk/:path/
last_before: false
lab:
output: true
permalink: /lab/:path/
last_before: false
labWIP:
output: true
permalink: /labWIP/:path/
last_before: false
exam:
output: true
permalink: /exam/:path/
info:
output: true
permalink: /info/:path/
teams:
output: true
permalink: /teams/: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: lectures
values:
layout: lecture
-
scope:
path: ""
type: hwk
values:
layout: hwk
-
scope:
path: ""
type: labWIP
values:
layout: lab
-
scope:
path: ""
type: lab
values:
layout: lab
-
scope:
path: ""
type: exam
values:
layout: exam_info
-
scope:
path: ""
type: teams
values:
layout: teams
-
scope:
path: ""
type: info
values:
layout: info
-
scope:
path: "syllabus.md"
type: info
values:
layout: handout