Skip to content

vitay/quarto-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors