Skip to content

dorton/tiykiosk

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