The theme for this slide was inspired by the beamer template, metropolis.
The github repository for metropolis is here.
-
Download the scss file or clone this repository.
-
In Quarto's YAML header, write the following:
---
title: "Title"
author: "Author"
date: "Date"
insitute: "Institute"
format:
revealjs:
standalone: true
theme:
- default
- metropolis.scss
slide-number: true
date-format: long
---
- Render the file with Quarto.
Note that the metropolis.scss
file should be in the same directory as the .qmd
file.
If there is no scss file in the same directory, specify it in a YAML header using a path relative to the qmd file.