forked from stat20/stat20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
89 lines (85 loc) · 2.24 KB
/
_quarto.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
project:
type: website
output-dir: _site/stat20-full
# Website Configuration and Layout
website:
title: "Stat 20"
description: "Introduction to Probability and Statistics at UC Berkeley"
search:
location: navbar
type: overlay
site-url: "https://www.stat20.org/"
repo-url: "https://github.com/stat20/course-materials"
favicon: assets/favicon.ico
image: assets/stat20-hex.png
open-graph:
site-name: "Stat 20"
image: assets/stat20-hex.png
twitter-card: true
page-navigation: true
navbar:
title: " "
logo: assets/stat20-hex-small.png
logo-alt: "Stat 20 logo"
background: white
foreground: "gray-800"
collapse-below: sm
left:
- text: Syllabus
href: syllabus.qmd
- text: Schedule
href: schedule.qmd
- text: Notes
href: notes.qmd
- text: Labs
href: labs.qmd
- text: Problem Sets
href: problem-sets.qmd
right:
- text: "{{< fa comments >}}"
href: https://edstem.org/us/courses/31657
aria-label: Ed Discussion Forum
- text: "{{< fa chart-column >}}"
href: https://www.gradescope.com/courses/416233
aria-label: Gradescope
- text: "{{< fa brands r-project >}}"
href: https://stat20.datahub.berkeley.edu/
aria-label: RStudio
page-footer:
background: white
foreground: "gray-800"
border: false
center:
- text: "{{< fa comments >}}"
href: https://edstem.org/us/courses/31657
aria-label: Ed Discussion Forum
- text: "{{< fa chart-column >}}"
href: https://www.gradescope.com/courses/416233
aria-label: Gradescope
- text: "{{< fa brands r-project >}}"
href: https://stat20.datahub.berkeley.edu/
aria-label: RStudio
right:
- text: License
href: license.qmd
left:
- text: "This site is hosted by Netlify."
href: https://www.netlify.com/
# Format-specific Metadata
format:
html:
theme:
- sandstone
- assets/styles.scss
toc: true
published-title: "class date"
reference-location: document
code-fold: true
code-link: true
code-summary: ""
# General Metadata
execute:
freeze: auto
message: false
warning: false
fig-align: center