Skip to content

grantmcdermott/quarto-revealjs-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto clean theme

A minimalist and elegant presentation theme for Quarto Reveal.js, inspired by Kyle's LaTex template.

Click the screenshot below to be taken to a live demo.

Use

Depending on your use case, here are some Quarto CLI commands to get started.

If you would like to add the clean theme to an existing directory:

quarto install extension grantmcdermott/quarto-revealjs-clean

Alternatively, you can use a Quarto template that bundles the clean theme plus a .qmd starter document. This is a better option if you are starting a new project from scratch, since it will automatically create a new directory with all of the necessary scaffolding in one go. We provide two template options.

  • Bare bones template
quarto use template grantmcdermott/quarto-revealjs-clean
  • Full demo template
quarto use template grantmcdermott/quarto-revealjs-clean-demo