ncomet / javaone2017-slides

Slides for Conference CON1392 at JavaOne 2017 : Byte Buddy, bytecode generation made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Slides for Conference CON1392 at JavaOne 2017 : Byte Buddy, bytecode generation made easy

License:Apache License 2.0