uaz-revealjs is a template for Quarto revealjs slides with University of Arizona branding (fonts, colors, and logo.)
To use this theme and template
quarto use template cct-datascience/uaz-revealjsIf you'd only like to install the theme and not use the template:
quarto add cct-datascience/uaz-revealjsThis will create a _extensions folder in your working directory with the necessary resources in it. Then, use uaz-revealjs as the format.
---
title: "Presentation"
author: "Your Name"
format: uaz-revealjs
---