revealjs-slides
Installation
SKILL.md
reveal.js Slide Generator
Workflow
- Copy template from
assets/template.htmlto the user's target path (default:slides.htmlin cwd) - Replace
{{TITLE}},{{SUBTITLE}},{{AUTHOR}},{{DATE}}placeholders - Generate
<section>elements for each slide between the TITLE SLIDE and closing comments - Serve and open the presentation (see Running below)
Running
After generating the HTML file, always serve and open it for the user.
npx live-server --port=8765 --open=slides.html