| Age | Commit message (Collapse) | Author |
|
Instead of using another template, use the embedded template when
generating HTML.
In this way we can see how the generated HTML looks like.
|
|
This is the first public API provided for Converter, as promised in the
previous commit.
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
The Watch function, watch any changes on asciidoc files on directory
"dir" recursively and changes on the HTML template file.
If there is new or modified asciidoc files it will convert them into HTML
files using HTML template automatically.
If the HTML template file modified, it will re-convert all asciidoc files.
If the HTML template file deleted, it will replace them with internal,
default HTML template.
|