-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.qmd
42 lines (24 loc) · 1.19 KB
/
README.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
---
format: gfm
---
# Quarto-Clean-Typst Format
A minimalistic presentation theme for Quarto + Typst + [Touying](https://touying-typ.github.io).
Theme design is deeply inspired by Grant McDermott's [Clean theme](https://github.com/grantmcdermott/quarto-revealjs-clean) for Quarto + Reveal.js.
Click the image below to see a long [demo](https://kazuyanagimoto.com/quarto-clean-typst/template-full.pdf).
Code is available [here](https://github.com/kazuyanagimoto/quarto-clean-typst/blob/main/template-full.qmd).
```{r}
#| include: false
system2("pdf2svg", args = c("docs/template-full.pdf", "static/img/thumbnail.svg"))
system2("pdftocairo", args = c("-png", "-f", "1", "-l", "1", "docs/template-full.pdf", "static/img/thumbnail"))
system2("mv", args = c("static/img/thumbnail-01.png", "static/img/thumbnail.png"))
```
[![Demo](static/img/thumbnail.png)](https://kazuyanagimoto.com/quarto-clean-typst/template-full.pdf)
## Install
If you would like to add the clean theme to an existing directory:
```bash
quarto install extension kazuyanagimoto/quarto-clean-typst
```
or you can use a Quarto template that bundles a .qmd starter file:
```bash
quarto use template kazuyanagimoto/quarto-clean-typst
```