You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
772 B

2 months ago
2 months ago
# textlab-slides
2 months ago
## reveal.js converter for Asciidoctor.js
2 months ago
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
2 months ago
```bash
2 months ago
docker-compose.yml.sh
2 months ago
```
2 months ago
# Create slides
Edit `slides/index.adoc` and run:
```bash
./run-make-on-container.sh
2 months ago
```
2 months ago
That's all!
# Make your own image
2 months ago
Edit "dockerfile" and run:
2 months ago
```bash
2 months ago
docker build -t mytextlab-slides .
```
2 months ago