Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 913 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 913 Bytes

impress.haml

This is a simple script to create a presentation form a yaml configuration file. It essentially allows you to prepare each slide, and allow easier experimentation with positioning, rotation, scale, etc.

impress.js

impress.js is an awesome HTML5 presentation library by bartaz.

Why impress.haml

Basically because I'm too lazy to do this otherwise.

How To Use It

  • Create a .haml for each individual slide like the example
  • Create a configuration yaml file like in the example
  • Generate the presention by running the script:
    ruby impress.rb -s example/slides.yml -f example/slides > example/presentation.html