-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
50 lines (44 loc) · 1.32 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
project:
type: website
output-dir: docs
resources:
- "/timeline/*"
- "/timeline/img/*"
- "/slides/slides_class18_2update.pdf"
website:
title: "Teaching Material"
site-url: https://bioboot.github.io/cmi-pb_teaching/
repo-url: https://github.com/bioboot/cmi-pb_teaching
issue-url: https://github.com/bioboot/cmi-pb_teaching/issues/new/choose
repo-actions: [edit, issue]
navbar:
left:
- href: index.qmd
text: Home
- text: "Resources"
menu:
- href: introduction/intro_to_cmi-pb.qmd
text: "Introducing CMI-PB Data"
- href: background/intro_to_pertussis.qmd
text: "Pertussis Background"
- href: timeline/pertussis_timeline.html
text: "Pertussis Timeline"
target: _blank
- href: https://rpubs.com/Rasteh/1080854
text: "Modeling with CMI-PB data"
- href: https://www.cmi-pb.org/blog/prediction-challenge-overview/
text: "Prediction challange"
target: _blank
right:
- href: https://www.cmi-pb.org
text: CMI-PB
target: _blank
- icon: github
href: https://github.com/bioboot/cmi-pb_teaching
target: _blank
aria-label: Teaching GitHub
format:
html:
theme: cosmo
css: styles.css
toc: true