Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 307 Bytes

Create new presentation from template

Be in templates folder

mkdir samplepres && \
  cd samplepres && \
  quarto use template ~/Templates/quarto-organization-template && 
  quarto render samplepres.qmd && \
  open *html

Template taken from https://github.com/mcanouil/quarto-revealjs-storybook