Skip to content

A tool to generate a simple website from multiple Asciidoctor files

License

Notifications You must be signed in to change notification settings

mkakh/AdocSimSiG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdocSimSiG (AsciiDoctor Simple Site Generator)

Dependencies

  • Cargo

  • asciidoctor

  • asciidoctor-diagram

Usage

The following commands will generate a simple website from the AsciiDoc files in the input directory.
The generated website will be placed in build directory.

$ cargo build --release
$ ./target/release/adocsim <input_dir>

or

$ cargo run <input_dir>

About

A tool to generate a simple website from multiple Asciidoctor files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages