15 releases
0.1.14 | Dec 26, 2021 |
---|---|
0.1.13 | Dec 19, 2021 |
0.1.9 | Jun 12, 2021 |
0.1.8 | Apr 10, 2021 |
0.1.4 | Oct 30, 2020 |
#1719 in Text processing
575KB
2.5K
SLoC
adbook
adbook
is a tool for building book-like web pages
The name came from mdBook.
Demo
A demo site is avaiable here.
The source files of the demo is here.
Installation
Rust & adbook
After installing Rust, adbook
is avaiable via crates.io:
$ cargo install adbook # -> `$HOME/.cargo/bin`
Make sure
$HOME/.cargo/bin
is added to yourPATH
Ruby, Asciidoctor and Asciidoctor extensions
You need Ruby and some package manager. I'd recommend RVM.
asciidoctor and asciidoctor-diagram can be installed as gems:
$ gem install asciidoctor
$ gem install asciidoctor-diagram
Dependencies
~15–26MB
~413K SLoC