# Slider
From Markdown to HTML presentation. Quick & easy.
## Status
First prototype, few minutes after lunch :)
## Install
gem install slider
## How to
Create your slides using markdown in a file, e.g. my_slides.md and run
slider my_slides
new file will be created for you my_slides.html and a directory my_slides-artefacts with several javascript and css files.
## Example
Sample slides are in examples directory.
## Thanks
Thanks to the authors of software I use
* tmm1
* [Pygments.rd](https://github.com/tmm1/pygments.rb)
* gettalong
* [Kramdown](https://github.com/gettalong/kramdown)
* imakewebthings
* [deck.js](https://github.com/imakewebthings/deck.js)