A simple markdown-based slideshow server using the Nitrogen Web Framework and reveal.js.
See a live demo at: http://slides.sigma-star.com
- Install Erlang
- Clone sliderl:
git clone git://github.com/choptastic/sliderl
- Change into the sliderl directory:
cd sliderl
- Run
make
- Put any slideshows into the
slideshows
directory - Run
make run
- Open your browser to http://127.0.0.1:8000
- Slideshows are expected to be in Markdown
- Slides are separated by a single line containing three dashes (
---
) followed by a newline - Fragmented slides can be made by appending
[frag=N]
whereN
is the fragment index. For example:* this will be shown first [frag=1] * this will be shown next [frag=2] * this will be show at the end [frag=3]
Copyight (c) 2013-2014, Jesse Gumm (@jessegumm)
Released under the MIT License