-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
84 lines (71 loc) · 1.63 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
plugins:
- jekyll-remote-theme
- jekyll-include-cache
remote_theme: ucsb-cs-course-repos/course-repo-jekyll-theme
kramdown:
parse_block_html: true
#exclude: ['vendor', 'setup.sh', 'jekyll.sh']
exclude:
- vendor
include:
- _pages
timezone: America/Los_Angeles
url: https://ucsb-cs64.github.io
baseurl: "/w20"
github_url: https://github.com/ucsb-cs64/w20
title: "UCSB CS64"
course: "CS64"
qtr: "W20"
quarter: "Winter 2020"
start_week: 1
start_date: 2020-01-05 00:00:00.00-8:00
num_weeks: 10
extra_exam_week: true
cal_dates: >
[
{"label":"W20 instruction begins", "date":"2020-01-06" },
{"label":"Univ Holiday", "date":"2020-01-20" },
{"label":"Univ Holiday", "date":"2020-02-17" },
{"label":"W20 instruction ends", "date":"2020-03-13" },
{"label":"W20 finals start", "date":"2020-03-16" },
{"label":"W20 finals end", "date":"2020-03-20" },
{"label":"W20 qtr ends", "date":"2020-03-20" }
]
collections:
lab:
output: true
permalink: /lab/:path/
last_before: false
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: lab
values:
layout: lab
-
scope:
path: ""
type: info
values:
layout: info
-
scope:
path: "syllabus.md"
type: info
values:
layout: handout
head_scripts:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- /static/js/select_section.js