Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactive-tech/gigo
Gigo is a static website generator written in Go allowing web developers to write websites in core HTML, JS and CSS.
https://github.com/reactive-tech/gigo
Last synced: 3 days ago
JSON representation
Gigo is a static website generator written in Go allowing web developers to write websites in core HTML, JS and CSS.
- Host: GitHub
- URL: https://github.com/reactive-tech/gigo
- Owner: reactive-tech
- License: apache-2.0
- Created: 2021-04-13T15:21:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T13:32:05.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T16:04:37.924Z (2 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Gigo](https://gigo.reactive-tech.io/) is a static website generator written in Go allowing web developers to write
websites in core HTML, JS and CSS while benefiting from features missing in HTML 5 such as including and reusing pages.
When using Gigo there is no need to learn a custom templating language.
Just work with the standards core HTML, JS and CSS and write portable websites.HTML specification does not offer a way of including pages and Gigo resolves this simply and elegantly.
Gigo has 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.[Gigo](https://gigo.reactive-tech.io/) was developed by [Reactive Tech Limited](https://www.reactive-tech.io/) and Alex Arica as the lead developer.
Get-started:
https://gigo.reactive-tech.io/doc/getting-started.html