The UBD reveal.js Theme is a modern and minimal theme designed for getting information across in a clean and uncluttered manner. For a demo, click this link.
This theme is based on the Quarto Clean Theme by Grant McDermott, with its logos and fonts changed, and colour scheme adapted to UBD's official brand colours.
This document was created using quarto. Depending on your use case, here are some Quarto CLI commands to get started.
If you would like to add the UBD theme to an existing directory, run this command in the terminal:
quarto install extension haziqj/quarto-revealjs-ubd
Alternatively, you can use a Quarto template that bundles the clean theme plus a .qmd starter document. The demo presentation has been provided as a template. Run the following command in the terminal:
quarto use template haziqj/quarto-revealjs-ubd
There are several ways of publishing quarto documents. I typically use GitHub actions to do it. See here: https://quarto.org/docs/publishing/github-pages.html#github-action