generated from berkeley-cdss/course-site-quarto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
40 lines (34 loc) · 791 Bytes
/
_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
project:
type: website
website:
site-url: https://jedwin3210.github.io/quarto-template/
sidebar:
style: docked
title: "Dept 999"
logo: assets/stat_bear.png
tools:
- icon: github
href: https://jedwin3210.github.io/quarto-template/
contents:
- href: index.qmd
text: Home / Schedule
- href: syllabus.qmd
text: Syllabus
- href: staff.qmd
text: Staff
- href: calendar.qmd
text: Calendar
- section: "Units"
contents:
- units/unit1.qmd
- units/unit2.ipynb
- units/unit3.qmd
- href: data.qmd
text: Datasets
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true