Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 793 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 793 Bytes

dainst quarto/revealjs theme

This is the repository of the dainst theme for a theme for using Quarto with reveal.js, e.g. for use in RStudio.

The code to create this example is available in the template directory of this repository.

How to install

This is not an installable Quarto extension. But you can simply copy the 'template' directory as a template for new presentations. If you want to use this template for an existing presentation, copy dainst.scss and the logo (greif_w.png) in the same directory as your qmd file and add this to you YAML:

format: 
  revealjs: 
    theme: [default, dainst.scss]
    logo: greif_w.png