aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-02-01 09:06:07 +0700
committerShulhan <ms@kilabit.info>2025-02-01 09:06:35 +0700
commit566a5f9ce9b200c71b04784919befb747720629e (patch)
tree9d5a59b3aaf5bebc1de729eefdf0ccea16612c79
parentf04c347644db4dac89d8fe9e89a546b28aef1356 (diff)
downloadasciidoctor-go-566a5f9ce9b200c71b04784919befb747720629e.tar.xz
README: mention ciigo as the front-end tools of this library
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95d8bdf..c5946e1 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@ The asciidoctor-go is the Go module to parse the
[AsciiDoc markup](https://asciidoctor.org/docs/what-is-asciidoc)
and convert it into HTML5.
+For the front-end tooling that use this library to build static website
+see
+[ciigo](https://sr.ht/~shulhan/ciigo).
+
## Documentation
[Go documentation](https://pkg.go.dev/git.sr.ht/~shulhan/asciidoctor-go).