EmilHvitfeldt / quarto-revealjs-letterbox

A Quarto reveal.js theme based on xaringan letterbox

Home Page:https://emilhvitfeldt.github.io/quarto-revealjs-letterbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

letterbox theme

A Quarto extension for authoring letterbox styled Reveal.js presentations. This style is inspired of xaringan, and is an extension of the work of Charlotte seen here.

Installation

To start a new presentation:

quarto use template EmilHvitfeldt/quarto-revealjs-letterbox

Build the presentation

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

format: 
  letterbox-revealjs:
    theme: [default, style.scss]

Going further

Read the Quarto documentation on reveal.js format

Spotted in the wild

From forecast to fable, design decisions for statistical software. - Mitchell O’Hara-Wild - NYR 2023

How the R4DS Online Learning Community Made Me a Better Student - Lydia Gibson

About

A Quarto reveal.js theme based on xaringan letterbox

https://emilhvitfeldt.github.io/quarto-revealjs-letterbox/

License:MIT License


Languages

Language:HTML 67.2%Language:SCSS 32.8%