diff --git a/README.md b/README.md index b9e527a..bc25234 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,31 @@ -# textlab-slides +# textlab-slides ## reveal.js converter for Asciidoctor.js -A reveal.js converter for [Asciidoctor.js](https://github.com/asciidoctor/asciidoctor.js) that transforms an AsciiDoc document into an HTML5 presentation designed to be executed by the [reveal.js](http://lab.hakim.se/reveal-js/) presentation framework. -For setup instructions and the AsciiDoc syntax to use to write a presentation see the module's documentation at [https://github.com/asciidoctor/asciidoctor-reveal.js](https://github.com/asciidoctor/asciidoctor-reveal.js). +A reveal.js converter for [Asciidoctor.js](https://github.com/asciidoctor/asciidoctor.js) that transforms an AsciiDoc document into an HTML5 presentation designed for the [reveal.js](http://lab.hakim.se/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](https://github.com/asciidoctor/asciidoctor-reveal.js). + +## Run + +``bash +docker-compose.yml.sh + + +# Create slides + +Edit `slides/index.adoc` and run: + +```bash +./run-make-on-container.sh + +That's all! + + +# Make your own image + +Edit "Dockerfile: and create new: + +```bash