This is a repo template to render (quarto) markdown into reveal.js slides.
- Use this template to create a new repo, and clone locally
- On the repo settings > pages, select "Deploy from a branch", and choose
gh-pages
,/(root)
. - Add your content in
slides.qmd
(see the quarto/revealjs docs for help) - Push your changes. The
render-quarto.yml
action will callquarto render
and publish the resulting HTML to<https://uomresearchit.github.io/YOUR-REPO-NAME/>
, e.g. https://uomresearchit.github.io/Quarto-RevealJS-R
The template, by default, allows the use of R
inside code blocks (it installs R
, rmarkdown
and knitr
as part of the render-quarto.yml build action), you will have to modify the action in order to use other languages (e.g. python).