forked from berkeley-cdss/course-site-quarto
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (38 loc) · 936 Bytes
/
_quarto.yml
File metadata and controls
43 lines (38 loc) · 936 Bytes
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
project:
type: website
website:
site-url: "https://capstone4ds.github.io/"
sidebar:
style: docked
title: "IDC 6940"
logo: assets/logo.png
tools:
- icon: github
href: https://github.com/capstone4ds/capstone4ds.github.io
contents:
- href: index.qmd
text: Home / Schedule
- href: syllabus.qmd
text: Syllabus
- href: staff.qmd
text: Instructors
- href: project.qmd
text: Project Instructions
# - section: "Units"
# contents:
# - units/unit1.qmd
# - units/unit2.ipynb
# - units/unit3.qmd
- href: data.qmd
text: Sample Projects
- href: stat.qmd
text: Capstone in Statistics
- href: math.qmd
text: Capstone in Mathematics
#- href: license.qmd
# text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true