Skip to content

Gigo is open source

Latest
Compare
Choose a tag to compare
@alex-arica alex-arica released this 13 Apr 17:00
· 2 commits to main since this release
f1080e2

Gigo version 1.0 is open source and it provides the following features::

  • Tag <gigo-include file=* /> : includes other HTML pages in the page using this tag.

  • Tag <gigo-include-in file=* /> : the page using this tag asks to be included in another template page, reducing
    further code duplications.

  • It is written in Go and comes with a binary which is self-contained and does not require the installation of a third
    party library or SDK.

  • Because it does not rely on a database, you can commit your work in GIT and generate anytime a static website using
    gigo binary.

To learn about how to install and use it, please visit the page: Getting started