Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EmilHvitfeldt/quarto-revealjs-letterbox
A Quarto reveal.js theme based on xaringan letterbox
https://github.com/EmilHvitfeldt/quarto-revealjs-letterbox
quarto quarto-extension quarto-template revealjs
Last synced: 12 days ago
JSON representation
A Quarto reveal.js theme based on xaringan letterbox
- Host: GitHub
- URL: https://github.com/EmilHvitfeldt/quarto-revealjs-letterbox
- Owner: EmilHvitfeldt
- License: mit
- Created: 2022-12-06T22:27:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T18:37:33.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:39:57.777Z (3 months ago)
- Topics: quarto, quarto-extension, quarto-template, revealjs
- Language: HTML
- Homepage: https://emilhvitfeldt.github.io/quarto-revealjs-letterbox/
- Size: 3.43 MB
- Stars: 35
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# letterbox theme
A [Quarto](https://quarto.org) extension for authoring letterbox styled Reveal.js presentations. This style is inspired of [xaringan](https://slides.yihui.org/xaringan/), and is an extension of the work of [Charlotte](https://twitter.com/charliejhadley) [seen here](https://www.visibledata.co.uk/posts/2022-08-04_how-i-learned-to-stop-replicating-everything-from-xaringan-and-love-quarto/).
## Installation
To start a new presentation:
``` bash
quarto use template EmilHvitfeldt/quarto-revealjs-letterbox
```## Build the presentation
``` bash
quarto render mydocument.qmd
```## Further Modifying theme
If you want to modify theme, you can specify the `.scss` my modifying the yaml to look like this
```yaml
format:
letterbox-revealjs:
theme: [default, style.scss]
```## Going further
Read the [Quarto documentation on reveal.js format](https://quarto.org/docs/presentations/revealjs/)
## Spotted in the wild
[From forecast to fable, design decisions for statistical software. - Mitchell O’Hara-Wild - NYR 2023](https://slides.mitchelloharawild.com/nyr2023/)
[How the R4DS Online Learning Community Made Me a Better Student -
Lydia Gibson](https://lgibson7.quarto.pub/how-the-r4ds-online-learning-community-made-me-a-better-student/#/title-slide)