-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
executable file
·53 lines (44 loc) · 1.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
# Site settings
title: CS10 | Fall 2015
email: info@cs10.org
# Note the weird ' > # ' syntax is for multiline stuff
description: > # CS10, The Beauty and Joy of Computing, is an introductory
computer science class designed for anyone and everyone. The Beauty and
Joy of Computing is an AP Computer Science Principles class.
keywords: "CS10, UC, Berkeley, CS, computer science, BJC, computing, education, Snap!, CS Principles, AP"
baseurl: "/fa15"
url: "http://cs10.org"
# Build settings
markdown: kramdown
# CSS Style
sass:
style: :compressed
sass_dir: assets/_sass
# Custom Data
bCourses: 1371647
labsCourse: cs10_sp15.html
piazzaURL: berkeley/fall2015/cs10/home
# IS INST DOWN?
labsurl: http://beautyjoy.github.io/bjc-r
# labsurl: https://inst.eecs.berkeley.edu/~cs10/labs
# This section controlls the interactive google calendar.
# Should be in MomentJS format
startDate: 2015-08-23 # First Sunday
endDate: 2015-12-19 # Last Saturday
# Change the calendar to show Sun-Sat instead of M-F when an exam is near
questDate: 2015-07-08
midtermDate: 2015-07-22
finalDate: 2015-08-12
# from console.developers.google.com
# This key can be public and is tied to a users calendar accesses
# whoever this key belongs to should have access to the CS10 galendars.
gcalAPIKey: AIzaSyBcbN6F79dPHiGMvftIKZB86A6Ki2eIKZs
# TODO: TA Collections
# collections:
# - tas:
# output: true
exclude:
- README.md
- Gemfile
- Gemfile.lock
- includes