https://github.com/blenback/quarto-revealjs-nascent
NASCENT project presentation theme for Quarto Reveal.js
https://github.com/blenback/quarto-revealjs-nascent
Last synced: 7 months ago
JSON representation
NASCENT project presentation theme for Quarto Reveal.js
- Host: GitHub
- URL: https://github.com/blenback/quarto-revealjs-nascent
- Owner: blenback
- License: mit
- Created: 2024-01-26T10:28:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:22:43.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:18:05.111Z (over 1 year ago)
- Language: HTML
- Size: 58.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quarto Reveal. js theme for the NASCENT-Peru research project
A Quarto Reveal.js presentation theme for the [NASCENT-Peru project](https://plus.ethz.ch/research/forschungsprojekte/NASCENT-PERU.html), modified from Grant McDermott's [clean theme](https://github.com/grantmcdermott/quarto-revealjs-clean).
## Use
Depending on your use case, here are some [Quarto CLI](https://quarto.org/)
commands to get started.
If you would like to add the **NASCENT** theme to an existing directory:
```bash
quarto install extension blenback/quarto-revealjs-NASCENT
```
Alternatively, you can use a
[Quarto template](https://quarto.org/docs/extensions/starter-templates.html)
that bundles the **NASCENT** theme plus a .qmd starter document. This is a better
option if you are starting a new project from scratch, since it will automatically
create a new directory with all of the necessary scaffolding in one go.
```bash
quarto use template blenback/quarto-revealjs-NASCENT
```