-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (40 loc) · 904 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
38
39
40
41
42
43
44
45
46
47
project:
type: website
output-dir: docs
website:
page-navigation: true
sidebar:
style: "docked"
background: light
search: true
contents:
- section: "Home"
contents:
- index.qmd
- section: "Courses"
contents:
- courses/r_basics.qmd
- courses/r_advanced.qmd
- courses/sir_modelling.qmd
- courses/statistical_learning.qmd
- section: "Projects"
contents:
- projects/case_studies.qmd
- projects/data_quest.qmd
- projects/epi_projects.qmd
- section: "Blog"
contents:
- blog/blog.qmd
page-footer:
left: "Copyright 2023, Castory Munishi"
right:
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com/
format:
html:
css: styles.css
toc: true
execute:
freeze: auto