The source of my personal blog at http://www.lunaryorn.com
- Written with Emacs, because I can't get the hang of Vim. Take a look at my Emacs configuration.
- Written (mostly) on OS X, because Linux is such a poor desktop OS.
- Highlighted with Pygments, because source code should be pretty. I use some custom glue code to use Pygments with Pandoc.
- Rendered with Pandoc, because it's the best Markdown processor around.
- Generated with Hakyll, because is a powerful tool, and because it's cool to use Haskell for a blog.
- Styled with Bootstrap, because I'm a programmer and computer scientist and no web designer.
- Build on Travis CI, because it's super-convenient to have my blog built automatically after every commit. Take a look at the Travis configuration and the deployment script.
- Hosted on Github Pages, because I don't have any other place for it.