It's a blog.
Built using Middleman. See docs here https://middlemanapp.com/basics/install/
# get the right ruby version
rbenv install -s $(cat .ruby-version)
# make sure bundle installed
gem install bundler
# confirm ruby env
gem env
# install latest gems
bundle
# run dev server
bundle exec middleman