Gojekyll: A fast, partially compatible Go clone of Jekyll

Gojekyll is a project created by Oliver Steele and currently maintained by Daniil Gentili. It is a partially-compatible clone of the Jekyll static site generator written in Go programming language. Gojekyll offers build and serve commands with directory watch and live reload functionalities. It is stable and fast, providing around 20 times the speed of Jekyll. Gojekyll supports Liquid and Go, Ace, and Amber templates, as well as SASS. It is compatible with Windows and can be installed via Docker, binary downloads, or from the source. The project has some limitations and differences compared to Jekyll.

https://github.com/osteele/gojekyll

To top