Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schochastics/quarto-blackboard-theme
- Owner: schochastics
- License: mit
- Created: 2022-08-02T20:03:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:06:33.000Z (7 months ago)
- Last Synced: 2024-10-12T22:14:24.683Z (29 days ago)
- Topics: quarto, quarto-extension, quarto-template
- Language: CSS
- Homepage:
- Size: 7.28 MB
- Stars: 36
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)