Skip to content

vitay/quarto-presentation

Repository files navigation

Presentation template using Quarto

Basic structure to create simple HTML presentations using Quarto, based on Pandoc's markdown and reveal.js.

Check the doc at https://quarto.org/ and simply install Quarto.

The docs/ filter can be directly used by Github Pages. Example:

https://julien-vitay.net/quarto-presentation

Installation

git clone https://github.com/vitay/quarto-presentation.git

A useful extension allows to embed youtube videos directly:

quarto install extension sellorm/quarto-youtube-embed

Usage

The source for the presentation is in index.qmd.

Using quarto is a one-liner:

quarto render index.qmd

The resulting presentation is in docs/index.html, which can be used directly with Github Pages.

Shortcuts

  • f: goes fullscreen.
  • e: switches to printing mode (?print-pdf in the location bar).
  • s: opens presenter's view.
  • v: goes black (pause).
  • m: opens the menu to select slides.
  • c: changes the cursor to a pen.
  • b: opens a chalkboard.
  • q: changes the cursor to a laser pointer.

About

Template for reveal.js presentations using quarto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published