-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
65 lines (61 loc) · 1.91 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
project:
type: website
website:
title: "eds213"
navbar:
left:
- href: index.qmd
text: Home
- text: Modules
menu:
- modules/week01/index-01.qmd
- modules/week02/index-02.qmd
- modules/week03/index-03.qmd
- modules/week04/index-04.qmd
- modules/week05/index-05.qmd
- modules/week06/index-06.qmd
- modules/week07/index-07.qmd
- modules/week08/index-08.qmd
- modules/week09/index-09.qmd
- modules/week10/index-10.qmd
- text: Assignments
menu:
- modules/week01/hw-01-1.qmd
- modules/week01/hw-01-2.qmd
- modules/week02/hw-02.qmd
- modules/week03/hw-03-1.qmd
- modules/week03/hw-03-2.qmd
- modules/week03/hw-03-3.qmd
- modules/week04/hw-04-1.qmd
- modules/week04/hw-04-2.qmd
- modules/week04/hw-04-3.qmd
- modules/week05/hw-05-1.qmd
- modules/week05/hw-05-2.qmd
- modules/week05/hw-05-3.qmd
- modules/week05/hw-05-4.qmd
- modules/week06/hw-06-1.qmd
- modules/week06/hw-06-2.qmd
- modules/week06/hw-06-3.qmd
- modules/week07/hw-07-1.qmd
- modules/week07/hw-07-2.qmd
#- modules/week07/hw-07-3.qmd
#- modules/week07/hw-07-4.qmd
#- modules/week08/hw-08.qmd
- modules/week09/hw-09.qmd
- modules/hw_bonus.qmd
- about.qmd
tools:
- icon: github
menu:
- text: Website Code
url: https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-spring-2024
- text: Report an issue
url: https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-spring-2024/issues
format:
html:
theme:
- spacelab
- rdsstyles.scss
css: styles.css
toc: true
include-after-body: footer.html