-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
97 lines (88 loc) · 2.35 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
title: CS10 Spring 22
tagline:
description: A gentle but thorough introduction to computer science.
author: Michael Ball, Madeleine LeBute
baseurl: /sp22 # the subpath of your site, e.g. /blog
url: https://cs10.org
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
logo: "./assets/images/bjc.png"
# Theme settings
remote_theme: pmarsceill/[email protected]
color_scheme: light
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links_new_tab: true
ga_tracking: UA-47210910-1
external_navigation:
- title: Snap!
url: https://snap.berkeley.edu/
- title: Lecture Zoom
url: https://berkeley.zoom.us/s/99682681232?pwd=bEp1TjZ4WlU5bVFPejlIbHp2ZUVadz09#success
- title: Ed Discussion
url: https://edstem.org/us/courses/18545/
- title: Gradescope
url: https://www.gradescope.com/courses/354801
- title: bCourses
url: https://bcourses.berkeley.edu/courses/1513042
footer_content:
################################################
# Custom Data
bCourses: 1513042
labsCourse: cs10_fa21.html
ed_id: 18545
labsurl: https://cs10.org/
###### TODO: UPDATE THESE, CURRENTLY UNUSED
# This section controlls the interactive google calendar.
# Should be in MomentJS format
startDate: 2016-01-17 # First Sunday
endDate: 2016-05-14 # Last Saturday
# Change the calendar to show Sun-Sat instead of M-F when an exam is near
questDate: 2016-02-17
midtermDate: 2016-03-16
finalDate: 2016-05-10
# 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
###############################################
# Collections for website data
collections:
staffers:
modules:
schedules:
announcements:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: staffers
values:
layout: staffer
subpath: '/assets/images/'
- scope:
path: ''
type: modules
values:
layout: module
- scope:
path: ''
type: schedules
values:
layout: schedule
- scope:
path: ''
type: announcements
values:
layout: announcement
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
plugins:
- jekyll-seo-tag
just_the_docs:
collections: