We use hugo. After you clone the repository, run
git submodule update --init --recursive
to pull the theme into your local then you can run the server with
To install hugo on OSX:
brew install hugo
hugo server -D
and the site should be available at http://localhost:1313