The static site is built with Middleman.
$ middleman server
$ middleman article "Test Post"
Published pages are in gh-pages branch. Publishing to Github pages handled by Middleman Github Pages Gem
$ rake build # Compile all files into the build directory
$ rake publish # Build and publish to Github Pages