Skip to content

yo5uke/modern-revealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revealjs template

The theme for this slide was inspired by the beamer template, metropolis.

The github repository for metropolis is here.

How to use

  1. Download the scss file or clone this repository.

  2. 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
---
  1. 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.

About

Revealjs theme modeled after beamer's metropolitan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published