aboutsummaryrefslogtreecommitdiff
path: root/_example
AgeCommit message (Collapse)Author
2026-01-24all: move _example/ directory under _doc/ directoryShulhan
This allow us to inspect the example using the serve-doc task, along with the content of _doc/.
2025-12-27all: update missing licenses and copyright informationShulhan
2025-01-07all: move example for ciigo as library to internal/cmd/ciigo-exampleShulhan
While at it, update the example index by removing unnecessary external image, and update links to open in new tab/window.
2025-01-07all: update README for running ciigo as CLIShulhan
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.
2024-05-12_example: fix SPDX header on template fileShulhan
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.
2022-03-27_example: fix the copyright comment on the CSS filesShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
See https://kilabit.info/journal/2022/gpl/ for more information.
2020-11-26htmlgenerator: use the ToHTMLBody instead of ToEmbeddedHTMLShulhan
The ToHTMLBody generate table of contents at the top, while ToEmbeddedHTML require ":toc:" to set to "preamble" or "macro" to get it rendered.
2020-11-24README: reformat to markdown to make it readable by sourcehutShulhan
While at it simplify the example of index.adoc.
2020-11-11all: migrate the repo and Go module to git.sr.ht/~shulhan/ciigoShulhan
2020-11-04all: revert support for markdownShulhan
This program only support asciidoctor markup only.
2020-05-07all: rename the "content" directory to "_example"Shulhan
While at it, also move the templates into _example and all assets into the same directory.