aboutsummaryrefslogtreecommitdiff
path: root/filehtml.go
AgeCommit message (Expand)Author
2026-02-02all: allow combination of default and custom stylesheetShulhan
2026-01-24all: embed CSS and index HTML template using memfsShulhan
2025-04-18go.mod: update asciidoctor-go module to fix default embedded CSSShulhan
2024-08-18go.mod: update asciidoctor-go to the tipShulhan
2023-12-10all: fix all warnings reported by linter reviveShulhan
2023-05-14all: bring back support for MarkdownShulhan
2022-08-06all: cleaning up codesShulhan
2022-08-01all: export convert method in Converter as ToHtmlFileShulhan
2022-07-24all: generate HTML meta data and replace the top header titleShulhan
2022-05-19all: reformat all files using latest goimportsShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
2021-10-10all: rename type fileHTML to fileHtmlShulhan
2021-10-10all: check markup modification time before converting to HTMLShulhan
2021-02-21all: add the fileHTML type to fileMarkup typeShulhan
2020-11-26all: remove the Author and DateShulhan
2020-11-24go.mod: update with latest asciidoctor-goShulhan
2020-11-09go.mod: update to latest asciidoctor-goShulhan
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-05-01all: embed the HTML template and the stylesheetShulhan
2020-03-25all: move the metadata keys as constantsShulhan
2020-03-24all: rename markupFile to fileMarkupShulhan
2019-08-14filehtml: unpack the author and date from document metadataShulhan
2019-08-05all: add support for markdown markup languageShulhan
2019-05-12go.mod: update to latest libasciidoc and shareShulhan
2019-05-09filehtml: save other metadata as map of string to stringShulhan
2019-04-19ciigo: program to write static web server using asciidoc markup languageShulhan