Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 709 Bytes

Revealjs themes based on xaringanthemer

This Quarto extension provides users with themes for revealjs presentations based on xarignanthemer.

Installing

quarto add stefanocoretta/xthemer

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

As of now, only the mono themese are available.

---
format: mono-light-revealjs
# format: mono-dark-revealjs
# format: mono-accent-revealjs
# format: mono-accent-inverse-revealjs
---

Example

Here is the source code for a minimal example: example.qmd.