| Age | Commit message (Collapse) | Author |
|
This allow us to inspect the example using the serve-doc task,
along with the content of _doc/.
|
|
|
|
While at it, update the example index by removing unnecessary
external image, and update links to open in new tab/window.
|
|
In the README we add list of ciigo features, describe how to install
ciigo, reformat the Usage, add an example of running ciigo convert
and serve, how to write content and view it live on browser, and
how to deploy it using rsync.
|
|
The comment for HTML should end with "-->" not "--!>".
While at it, set embedded Go file store the file without modification time
to make the output (cmd/ciigo-example/static.go) does not changes on new
clone.
|
|
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
The ToHTMLBody generate table of contents at the top, while ToEmbeddedHTML
require ":toc:" to set to "preamble" or "macro" to get it rendered.
|
|
While at it simplify the example of index.adoc.
|
|
|
|
This program only support asciidoctor markup only.
|
|
While at it, also move the templates into _example and all assets
into the same directory.
|