Skip to content

pacharanero/reveal-js-cdn-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reveal.js CDN Template

A single-file Reveal.js template that loads everything from a CDN. Edit index.html and you are done.

Quick start

  1. Open index.html and replace the title and content.
  2. Keep the CDN links, or pin a version by inserting @x.y.z after reveal.js.
    • Example: https://cdn.jsdelivr.net/npm/reveal.js@5.0.4/dist/reveal.css

Updating Reveal.js

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

Local helper scripts

  • s/serve runs a local web server using live-server.
    • Installs live-server globally with npm if it is missing.
  • s/pdf exports slides.pdf using DeckTape.
    • Requires Docker to be installed and runnable as a non-root user.

Agent guide

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.

Notes

  • Speaker notes are included in index.html. Press S to open the speaker view.
  • The demo deck showcases fragments, background transitions, auto-animate, and code highlighting.

About

A template for Reveal.js presentations which loads Reveal from a CDN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors