zeus 93b2593d5b textlab-slides 10 months ago
output textlab-slides 10 months ago
slides textlab-slides 10 months ago
LICENSE Initial commit 10 months ago
README.md textlab-slides 10 months ago
docker-compose.yml textlab-slides 10 months ago
docker-compose.yml.sh textlab-slides 10 months ago
dockerfile textlab-slides 10 months ago
run-make-on-container.sh textlab-slides 10 months ago

README.md

textlab-slides

reveal.js converter for Asciidoctor.js

A reveal.js converter for Asciidoctor.js that transforms an AsciiDoc document into an HTML5 presentation designed for the reveal.js presentation framework.

For setup instructions and AsciiDoc syntax for writing presentations, refer to the module's documentation at https://github.com/asciidoctor/asciidoctor-reveal.js.

Run

docker-compose.yml.sh

Create slides

Edit slides/index.adoc and run:

./run-make-on-container.sh

The output is in output/index.html. You can also zip the output directory and send it anywhere. It will work on any machine as long as the recipient has a browser.

That's all!

Make your own image

Edit "dockerfile" and run:

docker build -t mytextlab-slides .