Skip to content

jsnlund/reveal.adoc

Repository files navigation

reveal.adoc

Example of how to use asciidoctor-reveal.js and reveal.js while keeping a clean repository for your presentation.

Asciidoctor / Ruby / Bundler

Pre-requisites

  1. ruby install

  2. rubygems installed

  3. bundler ruby gem installed

  4. asciidoctor gem installed ??

  5. asciidoctor-revealjs gem installed ??

Assuming you have Ruby installed and the gem bundler.

bundle install

bundle instructions on the Asciidoctor reveal.js site use the following commands.

bundle config --local github.https true
bundle --path=.bundle/gems --binstubs=.bundle/.bin

Asciidoctor.js / JavaScript (Node.js) / npm

Haven’t tried this implementation yet. Need to setup a different branch for an example repo with that.

Initialize submodules

git submodule update --init

Compile presentation

bundle exec asciidoctor-revealjs PRESENTATION.adoc

Warning on images

All image and file path includes must be relative to the main presentation file. So do not include and "image::" with a path relative to a sub-content file as the link will not work. Always make the include paths relative to the main presentation file.

About

reveal.js presentations with asciidoc example repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published