This extension provides a custom revealjs theme specifically tailored for creating University of New Mexico (UNM) branded presentations. It incorporates UNM colors, logos, and typographic styles to create professional, university-aligned slide decks.
Description: This extension is a custom revealjs theme for the University of New Mexico. The extension uses colors and logos from the University of New Mexico.
Install the extension by running the following command:
quarto add Data-Wise/unm-revealjsThis will install the extension under the _extensions subdirectory.
If you're using version control, you will want to check in this directory.
To use the UNM RevealJS theme in your Quarto presentation, specify the format and theme in your document YAML header:
format:
unm-revealjs:
slide-number: c/t
# logo: "images/ms.png"
chalkboard:
theme: chalkboardIf additional options are available (e.g., logo placement, color variants), please refer to the examples provided.
You can find minimal usage examples here:
This Quarto extension is inspired by quarto-revealjs-clean by Grant McDermott, adapted for the University of New Mexico branding guidelines.
This project is licensed under the terms of the MIT License.
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
Special thanks to the Quarto community and the developers of quarto-revealjs-clean for providing excellent resources and inspiration.