This is based off the Google io-2012-slides project. It does a few things differently:
- Haml based templates
- Haml based slide generation
- JSON configuration of common elements
- Adds guards for regenerating on changes
Create new branch based off base
and run:
$ bundle install
$ bundle exec guard start -i
New slides go in the content
directory. They will be name sorted
when built. The guard will generate the output/index.html
file,
which should hopefully be the presentation. Yay!
- Based entirely from: https://code.google.com/p/io-2012-slides/
- Sprinkled with: haml, sass, and guard
- Repository: https://github.com/spox/slides