Tools to create my blog: http://natalian.org Source: https://github.com/kaihendry/natalian

Please study the Makefile for how this go code is used to generate the posts header & footer, the index & feeds. =)

Why Go?

I could have written this in shell. #1 reason I chose golang is the convenience of not having to worry about annoying Web encodings since html/template takes care of that.