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
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/quarto-rladies
- Owner: PythonCoderUnicorn
- Created: 2022-05-07T14:27:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T15:40:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T20:24:16.399Z (about 1 year ago)
- Language: HTML
- Homepage: https://pythoncoderunicorn.github.io/Quarto-RLadies/
- Size: 3.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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