Skip to content

Slides pour rétrospective de sprint de type chapeaux de Bono

Notifications You must be signed in to change notification settings

pulsation/scrum-hats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reveal.js Starter Presentation

A starter project for creating a Reveal.js presentation from AsciiDoc source.

Setup

Prerequisites

If you’re using RVM, make sure you switch away from any gemset:

$ rvm use default

or

$ rvm use system
Note
For some reason, when you use the system Ruby on Fedora, you also have to add the json gem to the Gemfile.

Install

The following will install the gems into the project.

$ rm -f Gemfile.lock
  bundle config --local github.https true
  bundle --path=.bundle/gems --binstubs=.bundle/.bin

Build

$ bundle exec asciidoctor-revealjs \
  -a revealjsdir=https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0 index.adoc \
  && sed -i -e 's/black.css/solarized.css/' index.html

Export to PDF

$ bundle exec asciidoctor-pdf index.adoc

About

Slides pour rétrospective de sprint de type chapeaux de Bono

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published