index
:
ciigo
dev
main
Static web server with AsciiDoc and Markdown.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ciigo.go
Age
Commit message (
Expand
)
Author
2025-02-01
Release ciigo v0.15.1 (2025-02-01)
v0.15.1
Shulhan
2025-01-08
Release ciigo v0.15.0 (2025-01-08)
v0.15.0
Shulhan
2025-01-07
all: fix GoEmbed that does not excludes options from ConvertOptions
Shulhan
2025-01-07
all: ignore error when scanning for file markups
Shulhan
2024-10-06
Release ciigo v0.14.0 (2024-10-06)
v0.14.0
Shulhan
2024-10-06
all: refactoring functions to accept non pointer struct option
Shulhan
2024-09-28
all: introduce new type Ciigo
Shulhan
2024-09-07
Release ciigo v0.13.2 (2024-09-07)
v0.13.2
Shulhan
2024-08-04
Release ciigo v0.13.1 (2024-08-04)
v0.13.1
Shulhan
2024-05-12
Release ciigo v0.13.0 (2024-05-12)
v0.13.0
Shulhan
2024-04-11
all: fix HTML files always generated when HTMLTemplate is not set
Shulhan
2024-04-04
Release ciigo v0.12.0 (2024-04-04)
v0.12.0
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-14
Release ciigo v0.11.0 (2023-12-14)
v0.11.0
Shulhan
2023-12-10
all: fix all warnings reported by linter revive
Shulhan
2023-11-09
Release ciigo v0.10.1 (2023-11-07)
v0.10.1
Shulhan
2023-11-09
all: use modification time when deciding when to convert to HTML
Shulhan
2023-11-07
all: add comment to exported variable Version
Shulhan
2023-10-14
all: make "convert" to always force
Shulhan
2023-06-01
all: ignore error permission when listing file markups
Shulhan
2023-05-14
Release ciigo v0.10.0 (2023-05-14)
v0.10.0
Shulhan
2023-05-14
all: bring back support for Markdown
Shulhan
2023-03-03
Release ciigo v0.9.3 (2022-03-03)
v0.9.3
Shulhan
2022-09-06
Release ciigo v0.9.2 (2022-09-06)
v0.9.2
Shulhan
2022-09-06
all: check for symlink and re-fetch file info using os.Stat
Shulhan
2022-08-07
Release ciigo v0.9.1 (2022-08-07)
v0.9.1
Shulhan
2022-08-06
Release ciigo v0.9.0 (2022-08-06)
v0.9.0
Shulhan
2022-08-06
all: set the Version automatically set during build
Shulhan
2022-08-06
all: cleaning up codes
Shulhan
2022-08-01
all: clean up codes
Shulhan
2022-08-01
all: export internal htmlGenerator as Converter
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-12
all: check for excluded file before processing sub directory
Shulhan
2022-03-04
all: re-convert markup files if HTML template is newer on GoEmbed
Shulhan
2022-03-04
all: re-licensing ciigo under GPL-3.0 or later
Shulhan
2022-02-19
all: fix adoc files not re-converted when template file changes
Shulhan
2021-12-20
go.mod: update to latest share module
Shulhan
2021-10-27
all: update to latest share module
Shulhan
2021-10-17
all: fix empty fileMarkups on watcher
Shulhan
2021-10-10
all: check markup modification time before converting to HTML
Shulhan
2021-10-10
all: refactoring with latest share module
Shulhan
2021-04-07
all: replace any mention of asciidoc with markup
Shulhan
2021-04-03
all: add option to exclude certain paths using regular expression
Shulhan
2021-04-03
all: changes the Watch signature to use ConvertOptions
Shulhan
2021-04-03
all: change the Serve signature to ServeOptions
Shulhan
2021-04-03
all: change the Convert function to use type ConvertOptions
Shulhan
2021-02-21
all: return error instead of call log.Fatal on non main packages
Shulhan
2021-02-21
all: rewrite to use the watcher
Shulhan
2021-02-21
all: implement Watch functionality
Shulhan
[next]