Go jkl

I just dumped my home made php script md2html and switched to jkl.
This is basiclly my test post!
jkl is a static site generator written in Go, based on Jekyll.

All I had to do was convert my template to Go tempates, and add the YAML front matter to my markdown files.

  • jkl is by far faster then md2html
  • provides a build in server
  • The Go templates are a bid easier to work with.

I still have to figure out a way to deploy my site, since jkl only provides S3, but that shouldn’t be to hard; meanwhile rsync will do.