mrkeng / blog-1

Home Page:http://natalian.org.s3-website-ap-southeast-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.