james4k / grout

Static site generator in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grout

Under development; is technically usable, but nothing at all is set in stone or considered complete. Basically, this was first built for my own uses and is still ongoing.

Grout is a static site generator written in Go, and yes, inspired by Jekyll. Frankly, this came about because of my lack of Ruby knowledge, and my desire to extend Jekyll.

Extensible

Great extensibility is the main goal. Yet, this doesn't happen through plugins. Import Grout to make your own static site generator. It started this way because Go does not yet provide dynamic loading of code, but you'll see this design can be beneficial.

Independent

Whatever environment your site ends up being generated on, it will only need your static site generator executable. Not the Go distribution, and not even Grout itself.

About

Static site generator in Go.

License:MIT License


Languages

Language:Go 100.0%