summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2025-01-07all: move example for ciigo as library to internal/cmd/ciigo-exampleShulhan
2025-01-07all: change the "serve-doc" and default address to prevent conflictsShulhan
2025-01-07all: refactoring to use [watchfs/v2]Shulhan
2024-10-06all: refactoring functions to accept non pointer struct optionShulhan
2024-08-04all: update the CLI usage in the READMEShulhan
2024-05-12_example: fix SPDX header on template fileShulhan
2024-05-10all: update module pakakeh.go to latest releaseShulhan
2024-04-11cmd/ciigo: add flag to set package and variable name for "embed"Shulhan
2024-04-11all: fix HTML files always generated when HTMLTemplate is not setShulhan
2024-04-10cmd/ciigo: instantiate variable on switch casesShulhan
2024-04-04Release ciigo v0.12.0 (2024-04-04)v0.12.0Shulhan
2024-03-15go.mod: update module "pakakeh.go" to tipShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-10all: fix all warnings reported by linter reviveShulhan
2023-11-07cmd/ciigo: set default IP address to loopback on serve commandShulhan
2023-11-07go.mod: update share module to v0.50.1Shulhan
2023-05-14all: bring back support for MarkdownShulhan
2022-09-06all: update all dependenciesShulhan
2022-08-06all: set the Version automatically set during buildShulhan
2022-08-01all: merge internal/cmd/goembed to cmd/ciigo-exampleShulhan
2022-08-01all: clean up codesShulhan
2022-07-24Release ciigo v0.8.2 (2022-07-24)v0.8.2Shulhan
2022-07-09all: update share module to v0.39.1-0.20220709072157-a39d5d2246f8Shulhan
2022-05-19cmd/ciigo: simplify and cleaning up the codeShulhan
2022-05-19cmd/ciigo: add command to print to current versionShulhan
2022-05-19all: reformat all files using latest goimportsShulhan
2022-03-09all: update the watcher affected by changes on share moduleShulhan
2022-03-04all: re-convert markup files if HTML template is newer on GoEmbedShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
2022-02-19all: add option IsDevelopment to ServeOptionsShulhan
2021-12-20go.mod: update to latest share moduleShulhan
2021-10-27all: update to latest share moduleShulhan
2021-10-10all: refactoring with latest share moduleShulhan
2021-04-03all: add option to exclude certain paths using regular expressionShulhan
2021-04-03cmd/ciigo: remove any mention of .md extensionShulhan
2021-04-03all: change the Serve signature to ServeOptionsShulhan
2021-04-03all: change the Convert function to use type ConvertOptionsShulhan
2021-02-21all: return error instead of call log.Fatal on non main packagesShulhan
2021-01-10all: refactoring due to change on memfs packageShulhan
2020-12-26go.mod: update with latest asciidoctor-goShulhan
2020-11-26all: remove the Author and DateShulhan
2020-11-26htmlgenerator: use the ToHTMLBody instead of ToEmbeddedHTMLShulhan
2020-11-24README: reformat to markdown to make it readable by sourcehutShulhan
2020-11-11all: migrate the repo and Go module to git.sr.ht/~shulhan/ciigoShulhan
2020-11-09cmd/ciigo: change default debug level for "serve" from 2 to 1Shulhan
2020-11-04htmlgenerator: convert the document with body onlyShulhan
2020-11-04all: update with latest asciidoctor moduleShulhan
2020-11-03all: replace libasciidoc with asciidoctor-goShulhan
2020-10-07all: update to libasciidoc v0.5.1Shulhan
2020-05-07go.mod: update with latest share moduleShulhan