Deployed to https://java-to-kotlin.dev.
Theme: https://github.com/pages-themes/minimal
Install rbenv:
brew install rbenv
In the root of this project...
Use rbenv to install the required version of Ruby:
rbenv install
Install bundler into the version of Ruby of the local rbenv:
gem install bundler
Install dependencies into the version of Ruby of the local rbenv:
bundle install
Run ./site-build-local