summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-07Release ciigo v0.6.0 (2021-04-07)v0.6.0Shulhan
2021-04-07all: replace any mention of asciidoc with markupShulhan
2021-04-06go.mod: set the minimum Go to 1.16 and update the dependenciesShulhan
2021-04-03all: update README and LICENSEShulhan
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: changes the Watch signature to use ConvertOptionsShulhan
2021-04-03all: change the Serve signature to ServeOptionsShulhan
2021-04-03all: exclude common file and directories names for being watchedShulhan
2021-04-03all: change the Convert function to use type ConvertOptionsShulhan
2021-03-06all: update module dependenciesShulhan
2021-03-04all: update with latest share moduleShulhan
2021-02-21Release ciigo v0.5.0 (2021-02-21)v0.5.0Shulhan
2021-02-21all: return error instead of call log.Fatal on non main packagesShulhan
2021-02-21all: rewrite to use the watcherShulhan
2021-02-21all: implement Watch functionalityShulhan
2021-02-21all: remove unused metadata field on fileMarkupShulhan
2021-02-21all: add the fileHTML type to fileMarkup typeShulhan
2021-02-21all: remove the kind field on fileMarkupShulhan
2021-01-21Release ciigo v0.4.1 (2021-01-21)v0.4.1Shulhan
2021-01-21Release ciigo v0.4.0 (2021-01-21)v0.4.0Shulhan
2021-01-21README: update the content to reflect the latest changesShulhan
2021-01-10ciigo: remove statement that ignore "assets" fileShulhan
2021-01-10all: remove unused variablesShulhan
2021-01-10Makefile: simplify all tasksShulhan
2021-01-10all: refactoring due to change on memfs packageShulhan
2020-12-26go.mod: update with latest asciidoctor-goShulhan
2020-12-13go.mod: update with latest asciidoctor-goShulhan
2020-12-09go.mod: update with latest asciidoctor-goShulhan
2020-12-06Release ciigo v0.3.0 (2020-12-06)v0.3.0Shulhan
2020-11-26all: remove the Author and DateShulhan
2020-11-26htmlgenerator: use the ToHTMLBody instead of ToEmbeddedHTMLShulhan
2020-11-24go.mod: update with latest asciidoctor-goShulhan
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-11README: symlink for displaying git sr.htShulhan
2020-11-09cmd/ciigo: change default debug level for "serve" from 2 to 1Shulhan
2020-11-09go.mod: update to latest asciidoctor-goShulhan
2020-11-04go.mod: update on asciidoctor-goShulhan
2020-11-04htmlgenerator: convert the document with body onlyShulhan
2020-11-04go.mod: update with latest asciidoctor-go moduleShulhan
2020-11-04all: revert support for markdownShulhan
2020-11-04all: update with latest asciidoctor moduleShulhan
2020-11-03all: replace libasciidoc with asciidoctor-goShulhan
2020-10-08all: check for zero last updated when unpacking adoc metadataShulhan
2020-10-07all: update to libasciidoc v0.5.1Shulhan
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