Skip to content

UoMResearchIT/Quarto-RevealJS-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto + Reveal.js

This is a repo template to render (quarto) markdown into reveal.js slides.

  1. Use this template to create a new repo, and clone locally
  2. On the repo settings > pages, select "Deploy from a branch", and choose gh-pages, /(root).
  3. Add your content in slides.qmd (see the quarto/revealjs docs for help)
  4. Push your changes. The render-quarto.yml action will call quarto render and publish the resulting HTML to <https://uomresearchit.github.io/YOUR-REPO-NAME/>, e.g. https://uomresearchit.github.io/Quarto-RevealJS-R

Notes

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).

About

Slide presentations with R-Markdown content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages