Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumidu/quarto-imis-slide-template
https://github.com/sumidu/quarto-imis-slide-template
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumidu/quarto-imis-slide-template
- Owner: Sumidu
- Created: 2023-04-14T10:02:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T10:40:05.000Z (over 1 year ago)
- Last Synced: 2024-10-19T05:25:11.214Z (3 months ago)
- Language: R
- Size: 12.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarto-imis-slide-template
This is a template project for making slides in quarto using the IMIS logo.
The repository home is: https://github.com/Sumidu/quarto-imis-slide-template.
Check back frequently for updates.Extensions of this template are welcome :)
## Requirements
This template requires [quarto](https://quarto.org/) (version 1.2.269+) and uses `renv` to manage dependencies.
You can restore the project after installing it by calling executing the following code in your R console:
```
install.packages("renv")
renv::restore()
```## Hosting reveal.js presentations on Github
You can preview the presentation template [here](https://sumidu.github.io/quarto-imis-slide-template/).
If you want to host your presentation at GitHub do the following:- put all you output files in a `docs` subfolder.
- name the presentation output `index.html`
- activate github pages and pick the folder option in you branch.There are more intricate ways of sharing your presentation on github using github actions.
Please read them up if you have more complext content (e.g. complex data analysis).