Go to file
2015-12-22 19:24:13 +09:00
context.go Adding seeker implementation to file 2015-12-20 23:18:58 +09:00
file.go Adding seeker implementation to file 2015-12-20 23:18:58 +09:00
goldsmith.go Fixing crash 2015-12-21 20:18:09 +09:00
README.md README 2015-12-22 19:24:13 +09:00
types.go Fixing crash 2015-12-21 20:18:09 +09:00
util.go WIP 2015-12-17 12:52:14 +09:00

Goldsmith

Goldsmith is a static website generator developed in Go with flexibility, extensibility, and performance as primary design considerations. With Goldsmith you can easily build and deploy any type of site, whether it is a personal blog, image gallery, or a corporate homepage; the tool no assumptions are made about your layout or file structure. Goldsmith is trivially extensible via a plugin architecture which makes it simple to perform complex data transformations concurrently.

Motivation

Why in the world did I make yet another static site generator? At first, I didn't think I needed to; after all, there is a wide variety of open source tools freely available for use. Surely one of these applications would allow me to build my portfolio page exactly the way I want right? After trying several static generators, namely Pelican, Hexo, Hugo, and Metalsmith, I found that although sometimes coming close, no tool gave me exactly what I wanted.