Project

deckify

0.0
No commit activity in last 3 years
No release in over 3 years
scaffold generator for deck.rb
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Deckify

Quickly scaffold a new deck.rb presentation.

Installation

$ gem install deckify

Usage

Go into a directory where you want to scaffold a deck.rb project and run:

deckify
deck showoff.json

Then go to http://localhost:4333. You'll want to change the following files:

  • first_slide.md: To remove my information.
  • showoff.json: To add new sections to your presentation.

Customization

If you want custom CSS or JavaScript, you'll want to edit the showoff.json file and the custom_javascripts and custom_stylesheets options.

Author

Jason Ronallo

License

See LICENSE