Set the working directory in your RStudio session to the folder where you want
your slides code, and run the following command in the RStudio Terminal pane.
quarto use template CDCgov/quarto-cdcThis will install the extension and create an example qmd file that you can
use as a starting place for your revealjs slides.
Make sure you keep the # Disclaimer slide.
It doesn't need to be the last slide, but needs to be there.
You can remove the author affiliation fields if you don't want them.
For more author information options, check the
official Quarto documentation.
This format is based on the revealjs format.
The official documentation
shows several additional features not included in the template.
If you want the name of your CIO on the banner in the title slide,
set it on the title-cio option in the YAML header.
Otherwise, set that option to blank quotes ("").
If you want to remove or modify the footer that appears on all slides,
change the footer option in the
_extensions/odeleongt/quarto-cdc/_extension.yml file.
Here is the source code for a minimal sample document: template.qmd.