generated from nfidd/nfidd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
40 lines (38 loc) · 1012 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
project:
type: website
render:
- "*.qmd"
website:
title: "UEIFID"
site-url: https://nfidd.github.io/ueifid/
description: "Understanding, evaluating, and improving forecasts of infectious disease burden"
body-footer: '<script data-goatcounter="https://nfidd.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>'
open-graph: true
navbar:
left:
- sidebar:sessions
- text: "Learning objectives"
href: learning_objectives.qmd
- text: "Getting set up for the course"
href: getting-set-up.qmd
- text: "Getting help"
href: help.qmd
- text: "Timetable"
href: sessions.qmd
right:
- icon: github
href: https://github.com/nfidd/ueifid
sidebar:
- id: sessions
title: "Sessions"
style: "docked"
contents: "sessions/*.qmd"
format:
html:
theme:
light: cosmo
dark: solar
css: styles.css
link-external-icon: true
link-external-newwindow: true
toc: true