public
Description: a simple base project for a presentation built on slidedown
Homepage:
Clone URL: git://github.com/Sutto/slidedown-template.git
name age message
file .gitignore Sat Nov 07 10:55:05 -0800 2009 Add caching and such improvements [Sutto]
file .gitmodules Sat Nov 07 10:42:27 -0800 2009 Add slidedown, and slide progress [Sutto]
file README.md Sat Nov 07 10:55:43 -0800 2009 readme fix [Sutto]
file presentation.yml Sat Nov 07 10:42:27 -0800 2009 Add slidedown, and slide progress [Sutto]
file presentation_app.rb Sat Nov 07 10:55:05 -0800 2009 Add caching and such improvements [Sutto]
directory public/ Sat Nov 07 10:42:27 -0800 2009 Add slidedown, and slide progress [Sutto]
file slides.md Sat Nov 07 10:45:04 -0800 2009 More slide examples [Sutto]
directory vendor/ Sat Nov 07 10:46:00 -0800 2009 Update slidedown version [Sutto]
directory views/ Sat Nov 07 10:42:27 -0800 2009 Add slidedown, and slide progress [Sutto]
README.md

slidedown-template

A Simple Wrapper around SlideDown and other stuff, refactored to make rapid prototyping of a slideshow easier.

Edit...

  • Slide specific view in views/slides.erb
  • The presentation layout in views/presentation.erb
  • Your css for the presentation in stylesheets/presentation.css
  • Your slide content in presentation_app.rb
  • presentation.yml for your presentation details.

It also includes inconsolata for presentation code awesome sauce.

To get started, fork the project for your presentation. Clone + run git submodule init && git submodule update Next, edit the files above. Use ruby presentation_app.rb to view it (hit /)