aboutsummaryrefslogtreecommitdiff
path: root/converter.go
AgeCommit message (Expand)Author
2026-01-24all: embed CSS and index HTML template using memfsShulhan
2025-01-07all: auto convert markup when HTTP client request GET to HTML fileShulhan
2023-12-10all: fix all warnings reported by linter reviveShulhan
2023-11-09all: use modification time when deciding when to convert to HTMLShulhan
2023-10-13all: print log message with log packageShulhan
2023-07-01all: replace ioutil.ReadFile with os.ReadFileShulhan
2023-05-14all: bring back support for MarkdownShulhan
2022-08-07all: fix HTML template loaded during Serve on non-developmentShulhan
2022-08-06all: cleaning up codesShulhan
2022-08-01all: export the Converter method to reload HTML templateShulhan
2022-08-01all: export convert method in Converter as ToHtmlFileShulhan
2022-08-01all: export internal htmlGenerator as ConverterShulhan