Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inseefrlab/onyxia-quarto
Quarto template for Onyxia presentations
https://github.com/inseefrlab/onyxia-quarto
insee onyxia quarto quarto-extension quarto-template
Last synced: 2 days ago
JSON representation
Quarto template for Onyxia presentations
- Host: GitHub
- URL: https://github.com/inseefrlab/onyxia-quarto
- Owner: InseeFrLab
- License: mit
- Created: 2022-07-22T17:25:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:14:09.000Z (about 1 year ago)
- Last Synced: 2025-01-15T03:28:56.510Z (9 days ago)
- Topics: insee, onyxia, quarto, quarto-extension, quarto-template
- Language: SCSS
- Homepage: https://inseefrlab.github.io/onyxia-quarto
- Size: 3.52 MB
- Stars: 29
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onyxia-quarto
A [Quarto](https://quarto.org) extension for authoring [Onyxia](https://github.com/InseeFrLab/onyxia) Reveal.js presentations.
https://user-images.githubusercontent.com/6702424/180605352-72b477d9-e54a-4a81-9137-5d2f24b81b78.mov
## Available formats
This extension provides two `revealjs` formats:
- [`onyxia-revealjs`](https://inseefrlab.github.io/onyxia-quarto/) (light mode)
- [`onyxia-dark-revealjs`](https://inseefrlab.github.io/onyxia-quarto/dark-mode.html) (dark mode)## Requirements
You need [Quarto](https://quarto.org) (>= 1.0.15).
For Onyxia users, Quarto is available in [VSCode services](https://datalab.sspcloud.fr/launcher/inseefrlab-helm-charts-datascience/vscode?autoLaunch=true).
## Installation
To start a new presentation:
``` bash
quarto use template InseeFrLab/onyxia-quarto
```## Build the presentation
``` bash
quarto render mydocument.qmd
```## Going further
Read the [Quarto documentation on reveal.js format](https://quarto.org/docs/presentations/revealjs/)
## License
MIT License