A single-file Reveal.js template that loads everything from a CDN. Edit index.html and you are done.
- Open
index.htmland replace the title and content. - Keep the CDN links, or pin a version by inserting
@x.y.zafterreveal.js.- Example:
https://cdn.jsdelivr.net/npm/reveal.js@5.0.4/dist/reveal.css
- Example:
Pin a CDN version by adding @x.y.z to the URLs. To update, change the version number.
Example:
https://cdn.jsdelivr.net/npm/reveal.js@5.0.4/dist/reveal.css
s/serveruns a local web server usinglive-server.- Installs
live-serverglobally withnpmif it is missing.
- Installs
s/pdfexportsslides.pdfusing DeckTape.- Requires Docker to be installed and runnable as a non-root user.
AGENTS.md documents a step-by-step workflow for creating a new presentation from this template, including the questions an agent should ask and the exact edits to make.
- Speaker notes are included in
index.html. PressSto open the speaker view. - The demo deck showcases fragments, background transitions, auto-animate, and code highlighting.