Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

newsdict/asciidoctor.live

Repository files navigation

asciidoctor.live

Asciidoctor live editor

License Release

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.

Documentation

License

License