Skip to content

Middleman 3 template for building TIY-branded slideshows with Reveal.js.

License

Notifications You must be signed in to change notification settings

jwo/middleman-tiy-reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIY Reveal.js Template for Middleman

This is a Middleman 3 template for building out TIY-branded slide decks with Reveal.js.

Installation

  1. Clone middleman-tiy-reveal into ~/.middleman. You will need to create this directory if it doesn't exist.

    $ git clone https://github.com/theironyard/middleman-tiy-reveal.git ~/.middleman/tiy-slides
  2. Create a new project with the template:

    $ middleman init slides --template=tiy-slides
  3. Change directories and install dependencies.

    $ cd slides
    $ bundle install
  4. Start hacking away at source/index.html.erb.

Usage

Start a local web server running at http://localhost:4567/ with:

$ middleman server

Create a static site with:

$ middleman build

About

Middleman 3 template for building TIY-branded slideshows with Reveal.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages