A single HTML file for showing a reveal.js presentation locally
View the sample presentation.
Save presentation-template.html
(less then 20 KB)
locally and then view and edit it locally.
From the terminal you can download the file by entering:
$ curl https://center-key.github.io/reveal.js-local/presentation-template.html --remote-name
$ open presentation-template.html
This project uses reveal.js by Hakim El Hattab. For documentation, see: reveal.js
Extras:
- References a CDN* copy of reveal.js so the presentation doesn't start off over 1 MB
- Adds some sample slides to show formatting
- Toggles hidden slides by pressing the backtick (`) key
- Includes hover effects for tables and source code to help speaker point to items
- Trims code whitespace to render properly even when aligned with surrounding HTML
*reveal.js and other libraries are loaded from a CDN (Content Delivery Network) making it much easier to manage your presentation locally, but you must be connected to the internet to view your presentation.