jekyll-reveal

jekyll-reveal

markdown → slides (reveal.js) → gh-pages (jekyll)

jekyll-reveal

A Jekyll template for quickly writing slides in markdown. Based on mdo's Lanyon Jekyll theme and hakimel's reveal.js HTML presentation framework.

This is an experimental release. Please pardon the mess.

Usage

Clone it

git clone [email protected]:ngoldman/jekyll-reveal.git slides

Create a slide

cd slides
touch _slides/prism-bloopers.md
$EDITOR _slides/prism-bloopers.md
---
title: Prism Bloopers
---

# Surveillance Lols!

---

![](http://cdn3.vox-cdn.com/assets/4717906/VpmftGR__2_.gif)

haha we have fun here

---

## but seriously

Important: Edit _config.yml to reflect wherever you'll be pushing this to.

Push to your new gh-pages repo

git commit -m 'prism bloopers'
git add origin [email protected]:NationalSecurityAgency/slides.git
git push origin gh-pages

Visit your new slides

https://nationalsecurityagency.github.io/slides/prism-bloopers/

License

MIT

Credit

Thanks to mdo & hakimel for all of their work creating great tools for internet people.