-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome_contents.qmd
38 lines (27 loc) · 1020 Bytes
/
home_contents.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
37
38
---
title: "Contents"
description: "Sample reports and slides. Slides: {{< fa file-powerpoint >}} / {{< fa file-pdf >}}, Reports: {{< fa file-lines >}}"
date: ""
toc: false
number-sections: false
sidebar: false
format: html
---
## Install
Once you have quarto installed, run;
```
quarto use template royfrancis/specky
```
## Reports
HTML report using the Quarto format `html`.
[Listing page](reports/) for all reports.
- Using Quarto and custom theme [{{< fa file-lines >}}](reports/usage/index.html)
- Minimal demo [{{< fa file-lines >}}](reports/sample/index.html)
- Quarto basics [{{< fa file-lines >}}](reports/demo/index.html)
- Quarto with R [{{< fa file-lines >}}](reports/demo-with-r/index.html)
- OJS and mermaid [{{< fa file-lines >}}](reports/more/index.html)
## Slides
Presentation using the Quarto `revealjs` format.
[Listing page](slides/) for all slides.
- Minimal demo [{{< fa file-powerpoint >}}](slides/sample/index.html)
- Quarto with R [{{< fa file-powerpoint >}}](slides/demo/index.html)