Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 800 Bytes

Template for creating a Quarto reveal.js presentation

Getting started

This template uses a minimalist, clean theme. To use it:

  • Create new repository from this template
  • Clone the repository to your local machine
  • Write your presentation in index.qmd
  • Run quarto publish gh-pages to publish it on GitHub

Authoring with Quarto

  • Use #, ## and ### to create sections, slides and subtitles, respectively (docs)
  • Use Divs to change the layout as you write
    • Change font size: ::: {style="font-size: 80%;"}
    • Columns:
      :::: {.columns style="font-size: 80%;"}
      ::: {.column width="50%"}