index
:
ciigo
dev
main
Static web server with AsciiDoc and Markdown.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filehtml.go
Age
Commit message (
Expand
)
Author
2026-02-02
all: allow combination of default and custom stylesheet
Shulhan
2026-01-24
all: embed CSS and index HTML template using memfs
Shulhan
2025-04-18
go.mod: update asciidoctor-go module to fix default embedded CSS
Shulhan
2024-08-18
go.mod: update asciidoctor-go to the tip
Shulhan
2023-12-10
all: fix all warnings reported by linter revive
Shulhan
2023-05-14
all: bring back support for Markdown
Shulhan
2022-08-06
all: cleaning up codes
Shulhan
2022-08-01
all: export convert method in Converter as ToHtmlFile
Shulhan
2022-07-24
all: generate HTML meta data and replace the top header title
Shulhan
2022-05-19
all: reformat all files using latest goimports
Shulhan
2022-03-04
all: re-licensing ciigo under GPL-3.0 or later
Shulhan
2021-10-10
all: rename type fileHTML to fileHtml
Shulhan
2021-10-10
all: check markup modification time before converting to HTML
Shulhan
2021-02-21
all: add the fileHTML type to fileMarkup type
Shulhan
2020-11-26
all: remove the Author and Date
Shulhan
2020-11-24
go.mod: update with latest asciidoctor-go
Shulhan
2020-11-09
go.mod: update to latest asciidoctor-go
Shulhan
2020-11-04
all: update with latest asciidoctor module
Shulhan
2020-11-03
all: replace libasciidoc with asciidoctor-go
Shulhan
2020-10-08
all: check for zero last updated when unpacking adoc metadata
Shulhan
2020-10-07
all: update to libasciidoc v0.5.1
Shulhan
2020-05-01
all: embed the HTML template and the stylesheet
Shulhan
2020-03-25
all: move the metadata keys as constants
Shulhan
2020-03-24
all: rename markupFile to fileMarkup
Shulhan
2019-08-14
filehtml: unpack the author and date from document metadata
Shulhan
2019-08-05
all: add support for markdown markup language
Shulhan
2019-05-12
go.mod: update to latest libasciidoc and share
Shulhan
2019-05-09
filehtml: save other metadata as map of string to string
Shulhan
2019-04-19
ciigo: program to write static web server using asciidoc markup language
Shulhan