A quarto extension featuring an HSNR-inspired theme for the reveal.js format.
See the included template.qmd file for an example of the theme and integration into Quarto or explore the rendered version here.
For details on how to convert from a single-themed document into a Quarto Extension for RevealJS see PR #1
You can obtain a copy of the extension by using:
quarto use template coatless-quarto/hsnr-revealjs
This will install the extension and create an example qmd file that you can use as a starting place for your presentation slides.
Once the extension is installed, you can use the extension by setting the format
inside of the document header to hsnr-revealjs
.
---
title: A title
subtitle: A subtitle
format:
hsnr-revealjs: default
author:
- name: Your Name
orcid: 0000-0000-0000-0000
email: alias@email.com
affiliations: Your Institution
date: last-modified
---
This theme was developed as a result of answering a question asked by Joe Slam on the Quarto issue tracker (#7470).