Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schochastics/quarto-blackboard-theme

A quarto reveal js theme
https://github.com/schochastics/quarto-blackboard-theme

quarto quarto-extension quarto-template

Last synced: 13 days ago
JSON representation

A quarto reveal js theme

Awesome Lists containing this project

README

        

A port of my [xaringan blackboard theme](https://github.com/schochastics/xaringan-themes) for quarto/revealjs

![](title.png)

![](ggplot.png)

![](list.png)

## Installation

The template can be installed using the following command

```bash
quarto use template schochastics/quarto-blackboard-theme
```

Additionally, the `showtext` R package needs to be installed for the inbuilt ggplot theme to work.

```r
install.packages("showtext")
```

You can find more help in the `Quarto` documentation on [`reveal.js`](https://quarto.org/docs/presentations/revealjs/)