Skip to content

Files

Latest commit

f065845 · Sep 29, 2023

History

History
34 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.36 KB

Quarto clean theme

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.

Use

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

Publishing quarto documents

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