This is a template repository for creating a UU styled Quarto presentation. Quarto is an open source publishing system for creating (documentation) websites, presentations and books. Quarto allows you to write content using markdown, and you can create dynamic content using (among others) R and Python. Quarto will render your markdown(.qmd
) or e.g. notebooks (.ipynb
) to HTML, PDF, and more.
This repository contains [UU themed presentation example slides] written in .qmd
files.
uu_template.qmd
.qmd
file in RStudio or VS Code and start working on your presentation.Check quarto.org for extended documentation on how to get started.
Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Any comments can be submitted as issues, or submit a pull request as follows:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)