-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
113 lines (98 loc) · 2.65 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
name: UCSD CSE SPIS 2017 FOCS
github_url: https://github.com/ucsd-cse-spis-2017/ucsd-cse-spis-2017.github.io
mentor_url: mentor.html
url: https://ucsd-cse-spis-2017.github.io/
piazza: https://piazza.com/class/to-be-determined
gradescope: https://gradescope.com/courses/to-be-determined
weekly_google_calendar_prefix: "https://sites.google.com/a/eng.ucsd.edu/spis/home/2017_academicprogram/2017-foundations#week"
google_calendar_embed: "https://calendar.google.com/calendar/embed?mode=AGENDA&height=300&wkst=1&bgcolor=%23FFFFFF&src=eng.ucsd.edu_vpkdu3a26k3alf8rt2m19054ug%40group.calendar.google.com&color=%232F6213&ctz=America%2FLos_Angeles"
google_calendar_embed_height_600px: "https://calendar.google.com/calendar/embed?mode=AGENDA&height=300&wkst=1&bgcolor=%23FFFFFF&src=eng.ucsd.edu_vpkdu3a26k3alf8rt2m19054ug%40group.calendar.google.com&color=%232F6213&ctz=America%2FLos_Angeles"
course_github_url: https://github.com/ucsd-cse-spis-2017
guttag_url: "https://mitpress.mit.edu/books/introduction-computation-and-programming-using-python-0"
num_weeks: 5
start_date: 2017-08-06 00:00:00.00-7:00
end_date: 2017-09-16 23:59:59.00-7:00
hwk_course: "CSE SPIS"
course: "UCSD CSE SPIS: Foundations of Computer Science (FOCS)"
year: "2017"
kramdown:
parse_block_html: true
exclude: [vendor]
timezone: America/Los_Angeles
collections:
hwk:
output: true
permalink: /hwk/:path/
last_before: false
lab:
output: true
permalink: /lab/:path/
last_before: false
draftlab:
output: true
permalink: /draftlab/:path/
last_before: false
drafthwk:
output: true
permalink: /drafthwk/:path/
last_before: false
info:
output: true
permalink: /info/:path/
topics:
output: true
permalink: /topics/:path/
webapps:
output: true
permalink: /webapps/:path/
bigdata:
output: true
permalink: /bigdata/:path/
robotics:
output: true
permalink: /robotics/:path/
lectures:
output: true
permalink: /lectures/:path/
mentor:
output: true
permalink: /mentor/:path/
instructor:
output: true
permalink: /instructor/: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: drafthwk
values:
layout: hwk
-
scope:
path: ""
type: lab
values:
layout: lab
-
scope:
path: ""
type: draftlab
values:
layout: lab
-
scope:
path: ""
type: lectures
values:
layout: lecture