generated from biodiversitydata/quarto-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
37 lines (28 loc) · 838 Bytes
/
index.qmd
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
---
from: markdown+emoji
format:
revealjs:
logo: images/logo-affiliation.png
footer: "{{< fa brands github >}} [`biodiversitydata/general-context`](https://github.com/biodiversitydata/general-context) • {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} [`cc-by-4.0`](https://creativecommons.org/licenses/by/4.0/deed.en)"
smaller: true
auto-stretch: false
chalkboard: true
toc-depth: 1
theme: [default, "styles/main.scss"]
knitr:
opts_chunk:
comment: "##"
engine: knitr
---
<!-- Insert section 'Title slide' -->
```{r}
#| child: "sections/title-slide.qmd"
```
<!-- Insert section 'Table of contents' -->
```{r}
#| child: "sections/table-of-contents.qmd"
```
<!-- Insert section 'slides.qmd' -->
```{r}
#| child: "sections/slides.qmd"
```