-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (40 loc) · 1023 Bytes
/
_quarto.yml
File metadata and controls
43 lines (40 loc) · 1023 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
41
42
43
project:
type: website
execute:
eval: false
website:
title: "EsCHER's R-evolution: Mastering R Package Development for Health Economics"
sidebar:
background: primary
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/fthielen/escher_package_workshop
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: timetable.qmd
text: Timetable
- href: preclass.qmd
text: Pre-class
- section: "In-class"
contents:
- href: presentation.qmd
text: Presentation
- href: workshop.qmd
text: Workshop
- href: course_material/starwars/starwars_example.qmd
text: Star Wars example
- href: course_material/penguins/penguins_example.qmd
text: Penguin example
format:
html:
theme:
dark: darkly
light: flatly
# css: styles.css
toc: true