Skip to content

HSNR-themed RevealJS Extension for Quarto

Notifications You must be signed in to change notification settings

coatless-quarto/hsnr-revealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b30f172 · Jan 4, 2024

History

15 Commits
Jan 3, 2024
Jan 3, 2024
Jan 3, 2024
Jan 3, 2024
Jan 3, 2024
Jan 3, 2024
Jan 3, 2024
Jan 4, 2024
Jan 3, 2024
Jan 3, 2024

Repository files navigation

HSNR-themed Revealjs Extension For Quarto

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

Installing

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.

Using

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: [email protected]
    affiliations: Your Institution
date: last-modified
---

Acknowledgements

This theme was developed as a result of answering a question asked by Joe Slam on the Quarto issue tracker (#7470).