view an example slidedeck in your browser
preview.webm
format: rvalhub-revealjs+light (or default alias, rvalhub-revealjs)

After creating your new quarto presentation, you can add the R Validation Hub theme by following a simple installation process:
quarto install extension pharmaR/rvalhub-quartoalternatively install from an archive url
quarto install extension https://github.com/pharmaR/rvalhub-quarto/archive/refs/heads/main.zipAfter installing, your project should contain a _extensions/pharmaR/rvalhub directory.
Note: GitHub Organization Case Sensitivity
Althoughquartowill gladly install the extension using a case-insensitive GitHub org, assets used throughout the extension will use case-sensitive file paths. Be sure to use the appropriate casing.
After you've installed the extension, you need to use one of the provided
formats. This can be provided either in your _quarto.yml file or in the front
matter of a standalone quarto document.
_quarto.yml
format: rvalhub-revealjs
As well as the provided default, you can specify either a light or dark theme
using the format variants, rvalhub-revealjs+light and rvalhub-revealjs+dark.
Here is the source code for a minimal sample document: example.qmd.
After cloning this repo, you can test it out by running
quarto preview example.qmd
- Create a new
quartoproject
quarto create # follow prompts to start a default project
change to new project directory
- Add
quartoformat extension
quarto install extension pharmaR/rvalhub-quarto
- Update your
_quarto.ymlfile
+ format: rvalhub-revealjsor use the dark variant by using:
+ format: rvalhub-revealjs+dark