aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
AgeCommit message (Expand)Author
2021-04-03all: changes the Watch signature to use ConvertOptionsShulhan
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-02-21all: rewrite to use the watcherShulhan
2021-02-21all: implement Watch functionalityShulhan
2021-02-21all: add the fileHTML type to fileMarkup typeShulhan
2021-02-21all: remove the kind field on fileMarkupShulhan
2021-01-10ciigo: remove statement that ignore "assets" fileShulhan
2021-01-10all: remove unused variablesShulhan
2021-01-10all: refactoring due to change on memfs packageShulhan
2020-11-11all: migrate the repo and Go module to git.sr.ht/~shulhan/ciigoShulhan
2020-11-04all: revert support for markdownShulhan
2020-05-07go.mod: update with latest share moduleShulhan
2020-05-01all: simplify serving content using function ServeShulhan
2020-05-01all: move the file to generate static assets to internal/cmd/generateShulhan
2020-03-25all: move the metadata keys as constantsShulhan
2020-02-14all: fix and suppress linter warningsShulhan
2020-02-14ciigo: remove unused constant "defHTMLTemplate"Shulhan
2019-08-14cmd/ciigo: a CLI to convert, generate, and serve markup filesShulhan
2019-08-05server: add parameter to change the root directoryShulhan
2019-08-05all: add support for markdown markup languageShulhan
2019-04-19ciigo: program to write static web server using asciidoc markup languageShulhan