-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
96 lines (86 loc) · 2.5 KB
/
_quarto.yml
File metadata and controls
96 lines (86 loc) · 2.5 KB
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
project:
preview:
port: 4200
type: website
output-dir: _site
# post-render:
# - R/combine-pdfs.R
website:
title: "CPSC 203: Programming, problem solving, and algorithms"
description: >
Course website for CPSC 203 of the Department of Computer Science at the
University of British Columbia
open-graph: true
twitter-card: true
site-url: "https://ubc-cs.github.io/cpsc203"
repo-url: "https://github.com/UBC-CS/cpsc203"
repo-actions: [source, edit, issue]
bread-crumbs: false
page-footer:
left: >
Unless specified otherwise, all content of this site is licensed under
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)
{{< iconify fa6-brands creative-commons >}}
{{< iconify fa6-brands creative-commons-by >}}
{{< iconify fa6-brands creative-commons-sa >}}
right: >
UBC's Point Grey Campus is located on the traditional, ancestral, and
unceded territory of the [xʷməθkʷəy̓ə
(Musqueam)](https://www.musqueam.bc.ca/) people.
search:
location: sidebar
type: overlay
sidebar:
style: floating
search: true
contents:
- section: "Course information"
contents:
- href: announcements.qmd
text: "Announcements"
- href: syllabus.qmd
text: "Syllabus"
- href: index.qmd
text: "Schedule"
- section: "Resources"
contents:
- href: setup.qmd
text: "Setup"
- href: "https://canvas.ubc.ca/courses/176702"
text: "Canvas"
- href: "https://piazza.com/ubc.ca/winterterm22025/cpsc203"
text: "Piazza"
- href: "https://us.prairielearn.com/pl/course_instance/202804"
text: "PrairieLearn"
- href: "https://us.prairietest.com"
text: "PrairieTest"
- href: "https://cbtf.ubc.ca/students/"
text: "CBTF"
- href: about.qmd
text: About
# comments:
# giscus:
# repo: UBC-CS/cpsc203
# repo-id:
# category: announcements
# category-id:
# mapping: title
# reactions-enabled: true
# loading: lazy
format:
html:
toc: true
highlight-style: ayu
css: styles/styles.css
theme:
light: [flatly, styles/theme.scss]
dark: [darkly, styles/theme.scss]
respect-user-color-scheme: true
citation-hover: true
footnotes-hover: true
editor_options:
markdown:
wrap: sentence
canonical: true
bibliography: references.bib
freeze: auto