An open API service indexing awesome lists of open source software.

https://github.com/pythoncoderunicorn/quarto-rladies

a dark theme for Quarto slide presentation
https://github.com/pythoncoderunicorn/quarto-rladies

Last synced: 10 days ago
JSON representation

a dark theme for Quarto slide presentation

Awesome Lists containing this project

README

          

# Quarto-RLadies

a dark theme for Quarto slide presentation

## Deploy your slides (GitHub pages)

- ensure your `.qmd` file is named `index.qmd` then render it to generate the needed files and folders
- create a new file `.nojekyll` in the repository [`touch .nojerkyll`]
- create a new file `_quarto.yml` in the repository and add
```
project:
type: website
output-dir: docs
```
- render your your index.qmd file again
- commit & push to GitHub
- go to GitHub Pages settings, have `Branch: main` and Select folder `/docs`
- check GitHub Actions to see for deployment status and link