htanjo / reveal-boilerplate

Boilerplate for revela.js presentation.

Home Page:http://htanjo.github.io/reveal-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reveal-boilerplate

Boilerplate for revela.js presentation.

Features

  • Quick installation via npm
  • Markdown support
  • Live preview using Browsersync
  • Easy publishing to github.io

Demo

http://htanjo.github.io/reveal-boilerplate/

Quick start

Download, fork or clone this repository:

$ git clone https://github.com/htanjo/reveal-boilerplate.git

Install dependencies:

$ npm install

Start presentation:

$ npm start

Then, your presentation will start on your web browser automatically!

Write

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.

Publish

If you host the presentation on GitHub, you can easily publish it to GitHub Pages.

$ npm run deploy

This will publish your presentation on http://<user>.github.io/<repo>/ by pushing it to gh-pages branch.

License

Copyright (c) 2015-2016 Hiroyuki Tanjo. Licensed under the MIT License.

About

Boilerplate for revela.js presentation.

http://htanjo.github.io/reveal-boilerplate/


Languages

Language:HTML 54.8%Language:CSS 32.7%Language:JavaScript 12.5%