Template for creating reveal.js with Haml markup
Perl
Switch branches/tags
Nothing to show
Latest commit e6e8ef2 Mar 10, 2013 Johan Lindstrom Johan Lindstrom State background example
Permalink
Failed to load latest commit information.
reveal.js @ 13046a0 Submodule reveal.js Mar 9, 2013
.gitmodules
README.md
haml-file.pl
index.haml
index.html
watch-haml-files.pl
watch.pl

README.md

reveal-haml-presentation

Template for creating reveal.js presentations with Haml markup.

Installation

  • Install Ruby

  • Install Haml

      sudo gem install haml
      sudo gem install redcarpet
      # possibly others
    
  • Clone the project

      git clone git@github.com:jplindstrom/reveal-haml-presentation.git
      cd reveal-haml-presentation/
      git submodule init && git submodule update
    

Write Presentation

  • Edit index.haml (or copy to another name), open the .html file in a browser.

  • Start the auto-builder

      ./watch-haml-files.pl
    
  • This will rebuild all .haml files and then watch them, rebuilding them on change

  • Write a kick-ass presentation!