[mirror] Go static website generator with asciidoc markup language
ciigo is a library and program that allows you to write static web servers with embedded files using AsciiDoc and Markdown markup formats. It can convert, generate, and serve markup files in HTML format, as well as automatically watch for changes in the files and update the HTML accordingly. This article provides instructions on how to install and use ciigo, as well as information on limitations and known bugs.
ciigo is a powerful tool for building static web servers with embedded files using AsciiDoc and Markdown markup formats. It provides features for converting markup files to HTML, generating and embedding HTML files into Go source code, and serving files using an HTTP server with automatic HTML generation upon file changes. Installation involves cloning the ciigo repository, setting up a Go repository, and running the necessary commands. Overall, ciigo simplifies the process of creating and deploying static web servers.