Skip to content

thefotios/revealjs_generator

Repository files navigation

Purpose

This project is aimed to replicate some of the functionality of showoff, but using reveal.js

Usage

  1. Update your submodules git submodule update --init
  2. Create slides in the slides folder
  • They can be formatted as anything Tilt understands
    • They must also be named properly
    • Additional gems may be required
  • Slides will be included in sorted order
  1. Run rake to compile your slides and then updload them to GitHub pages
  2. Slides will now be viewable at http://username.github.com/project

TODO

  • Creating proper sections out of either nested slides or folders
  • For some reason parsing heading levels in markdown isn't working
    • Might have to to with the multiple times we're converting it back and forth from file to string
  • Handle !SLIDE options, like class and template type

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published