Asciidoctor live editor
Getting start
1. Pull repository.
$ git clone --recurse-submodules git@github.com:newsdict/asciidoctor.live.git
or
$ git clone git@github.com:newsdict/asciidoctor.live.git $ pushd asciidocktor.live $ git submodule update --init --recursive
2. Start server.
$ docker/start
3. Access via browser.
Edit Asciidoctor files (Theai) -> https://localhost:8080 document server => http://localhost:3000 UI server => http://localhost:3001
4. Edit the asciidocktor files.
If you freely create and modify adoc under `src/doc`, it will be reflected in the browser.
Appendix
Reveal JS
$ docker/revealjs README.adoc
Outputed to doc/revealjs/README.html
.
Custom Theme
Edit a theme
variable on .env
file.
Contributing
-
Fork the repository and run the examples from source
-
Find an issue to work on and submit a pull request
-
Could not find an issue? Look for bugs, typos, and missing features.