Skip to content

Ivan-Tamayo/asciidoctor-slide-generator

 
 

Repository files navigation

asciidoctor-slide-generator

A template projet to generate slide with asciidoctor

Prerequesites

  • JDK

  • Maven 3

Usage

  1. Clone this repository

git clone https://github.com/binout/asciidoctor-slide-generator.git
  1. Init git submodules (deck.js, reveal.js, …​)

git submodule init
git submodule update
  1. Write your asciidoc slides in src/main/slide/backend (by default backend is deckjs)

  1. To generate your slides, just launch :

mvn
  1. Your slides are available in target/generated-slides !

Backend

Each backend has a Maven profile.

deck.js (default)

mvn -Pdeckjs

For more information, you can read this article.

reveal.js

mvn -Prevealjs

For more information, you can refer to this repository.

dzslides

mvn -Pdzslides

For more information, you can refer to this repository.

About

A template projet to generate slide with asciidoctor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published