This is a Middleman 3 template for building out TIY-branded slide decks with Reveal.js.
-
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 -
Create a new project with the template:
$ middleman init slides --template=tiy-slides
-
Change directories and install dependencies.
$ cd slides $ bundle install -
Start hacking away at
source/index.html.erb.
Start a local web server running at http://localhost:4567/ with:
$ middleman serverCreate a static site with:
$ middleman build