Sha256: c330a8ec15d5d137c180cc6f20aecd88d5b0d95fe36d1caa8e388fb4a53b9419

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

# reveal.rb

[reveal.js](https://github.com/hakimel/reveal.js) presentation generator.

Current version uses reveal.js 2.6.1

## Installation

Simply install the gem:

    gem install reveal.rb

## Usage

    # create a new presentation
    reveal create my-presentation
    cd my-presentation

    # add some slides
    reveal add-slide slide1 slide2 slide3

    # after editing your slides, generate the reveal.js presentation
    reveal generate

That's it! Now open `output/index.html` to watch your presentation.

## Configuration

All currently supported configurations are made through `reveal.yml` file.

### Slides order

There are two ways to order your slides:

* **Manual order**: set `order` parameter to `manual` and list your slide names in `slides` parameter. This is the default configuration, and it's automatically done for you with `reveal add-slide` command;
* **Alphabetical order**: if you omit `order` parameter (or set it to anything other than `manual`), slides will be orderer alphabetically.

### reveal.js configurations

`reveal create` command adds a `template.html` file to your
presentation, with reveal.js default configurations. If you want to
change some configuration, just edit this file before running `reveal
generate`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reveal.rb-0.2.0 README.md