Boilerplate for revela.js presentation.
- Quick installation via npm
- Markdown support
- Live preview using Browsersync
- Easy publishing to github.io
http://htanjo.github.io/reveal-boilerplate/
Download, fork or clone this repository:
$ git clone https://github.com/htanjo/reveal-boilerplate.git
Install dependencies:
$ npm install
Start presentation:
$ gulp
Then, your presentation will start on your web browser automatically!
Write Markdown text in "slides/main.md".
When you save the file, your presentation on the browser will instantly updated.
Tip : Insert 3 blank lines to create a new slide.
If you host the presentation on GitHub, you can easily publish it to GitHub Pages.
$ gulp deploy
This will publish your presentation on http://<user>.github.io/<repo>/
by pushing it to gh-pages
branch.
Copyright (c) 2015-2016 Hiroyuki Tanjo. Licensed under the MIT License.