summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05Release ciigo v0.2.0 (2020-07-05)v0.2.0Shulhan
2020-06-27server: fix html template not being watched on changeShulhan
2020-06-27go.mod: update with latest share moduleShulhan
2020-06-05go.mod: update and fix dependencies error on fsnotifyShulhan
2020-05-07go.mod: update with latest share moduleShulhan
2020-05-07go.mod: update dependenciesShulhan
2020-05-07Makefile: add task to serve the generated exampleShulhan
2020-05-07template: update the embedded HTML footerShulhan
2020-05-07all: rename the "content" directory to "_example"Shulhan
2020-05-01all: simplify serving content using function ServeShulhan
2020-05-01all: move the file to generate static assets to internal/cmd/generateShulhan
2020-05-01all: embed the HTML template and the stylesheetShulhan
2020-04-18Makefile: add release tasksShulhan
2020-03-30ciigo-example: update generated static.go fileShulhan
2020-03-30go.sum: cleaning upShulhan
2020-03-30go.mod: update share moduleShulhan
2020-03-25ciigo v0.1.1v0.1.1Shulhan
2020-03-25all: move the metadata keys as constantsShulhan
2020-03-24all: rename markupFile to fileMarkupShulhan
2020-03-16go.mod: update module "share"Shulhan
2020-03-16Revert "go.mod: update dependencies"Shulhan
2020-02-14go.mod: update dependenciesShulhan
2020-02-14Makefile: add task to run linterShulhan
2020-02-14all: fix and suppress linter warningsShulhan
2020-02-14cmd/ciigo: remove redundant help flagsShulhan
2020-02-14ciigo: remove unused constant "defHTMLTemplate"Shulhan
2020-01-27go.mod: update dependenciesShulhan
2019-12-26go.mod: update required Go to 1.13 and upgrade some dependenciesShulhan
2019-09-30go.mod: update dependenciesShulhan
2019-09-27all: include the template file in generated Go codeShulhan
2019-09-25content: fix and update documentationShulhan
2019-09-25all: implement search functionalityShulhan
2019-09-18go.mod: update dependenciesShulhan
2019-09-05go.mod: update libasciidoc and share with latest releaseShulhan
2019-08-14filehtml: unpack the author and date from document metadataShulhan
2019-08-14cmd/ciigo: a CLI to convert, generate, and serve markup filesShulhan
2019-08-06cmd/ciigo: move to ciigo-exampleShulhan
2019-08-05generate: compress the content of generated node with gzipShulhan
2019-08-05server: add parameter to change the root directoryShulhan
2019-08-05all: add support for markdown markup languageShulhan
2019-05-24go.mod: update libasciidoc to latest in masterShulhan
2019-05-19go.mod: update shuLhan/share to v20190517170056-d85106c3bdfdShulhan
2019-05-19Revert "go.mod: update dependencies"Shulhan
2019-05-19all: fix the main generate directive to use "+build ignore"Shulhan
2019-05-19go.mod: update dependenciesShulhan
2019-05-12go.mod: update to latest libasciidoc and shareShulhan
2019-05-11README: use "$HOME/go" as default base directoryShulhan
2019-05-11go.mod: update dependenciesShulhan
2019-05-09filehtml: save other metadata as map of string to stringShulhan
2019-04-20content: update instruction on Getting StartedShulhan