-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
103 lines (93 loc) · 2.5 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
title: CS10 Summer 2024
tagline: The Beauty and Joy of Computing
description: A gentle but thorough introduction to computer science.
author: Victoria Phelps
baseurl: /su24 # the subpath of your site, e.g. /blog
url: https://cs10.org
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
logo: "./assets/images/bjc.png"
sass:
load_paths:
- _sass
- C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/bootstrap-5.2.3
# Theme settings
remote_theme: pmarsceill/just-the-docs@v0.3.3
color_scheme: light
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links_new_tab: true
ga_tracking: UA-47210910-1
external_navigation:
- title: iClicker
url: https://student.iclicker.com/#/login
- title: Lecture Recordings
url: https://drive.google.com/drive/folders/1euBGG5sG6TnWGIE0qYiY5IbvvpW7Rh_X?usp=sharing
- title: Ed Discussion
url: https://edstem.org/us/courses/59710/discussion/
- title: Gradescope
url: https://www.gradescope.com/courses/782967
- title: Snap!
url: https://snap.berkeley.edu/run
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: 2024-06-16 # First Sunday
endDate: 2024-08-13 # Last Saturday
# Change the calendar to show Sun-Sat instead of M-F when an exam is near
questDate: 2024-06-16
midtermDate: 2024-06-16
finalDate: 2024-06-16
# 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
- jekyll-sitemap
just_the_docs:
collections: