To install the extension in a new directory and create a template.qmd file, type in the Terminal:
quarto use template SocialChangeLab/scl-slides-templateAlternatively, you can also add the extension only to an existing project:
quarto add SocialChangeLab/scl-slides-templateMake sure to add a _quarto.yml to the home directory to make the extension available to all .qmd files in children directories.
The _quarto.yml should include:
format:
scl-revealjs: defaultYou can update your local installation of the extension with:
quarto update SocialChangeLab/scl-slides-templateSee all installed extensions and their versions:
quarto list extensionsHere is the source code for the sample slides: template.qmd
See the rendered slides here: template.html