Browse Source

textlab-slides

master
zeus 2 months ago
parent
commit
0a21803ff7
  1. 29
      README.md

29
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

Loading…
Cancel
Save