https://github.com/emilhvitfeldt/quarto-revealjs-template
Personal Quarto Revealjs Template
https://github.com/emilhvitfeldt/quarto-revealjs-template
quarto quarto-template quartopub revealjs
Last synced: 6 months ago
JSON representation
Personal Quarto Revealjs Template
- Host: GitHub
- URL: https://github.com/emilhvitfeldt/quarto-revealjs-template
- Owner: EmilHvitfeldt
- Created: 2023-09-21T19:47:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T03:06:17.000Z (about 1 year ago)
- Last Synced: 2025-03-31T15:25:42.121Z (6 months ago)
- Topics: quarto, quarto-template, quartopub, revealjs
- Language: SCSS
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarto-revealjs-template
The goal of quarto-revealjs-template is to act as my personal starter template for slides. It sets the infrasturcture I end up using quite a lot.
- Adds a working empty `styles.scss` file and links it in the yaml
- Adds a empty script div `all-the-js-code.html` file and includes it for use with [Revealjs events](https://revealjs.com/events/)
- Changes aspect ratio to 16/9
- Changes default of `code-line-numbers` to `false`## Installation
To start a new presentation:
``` bash
quarto use template EmilHvitfeldt/quarto-revealjs-template
```