Skip to content

center-key/reveal.js-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reveal.js-local

logo

A single HTML file for showing a reveal.js presentation locally

License:MIT Build

A) Try It

View the sample presentation.

B) Use It

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

C) Details

This project uses reveal.js by Hakim El Hattab. For documentation, see: reveal.js

Extras:

  1. References a CDN* copy of reveal.js so the presentation doesn't start off over 1 MB
  2. Adds some sample slides to show formatting
  3. Toggles hidden slides by pressing the backtick (`) key
  4. Includes hover effects for tables and source code to help speaker point to items
  5. 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.


MIT License