This is the source code to portfolio.
Install RVM and Ruby first
$ gem install bundler --no-ri --no-rdoc
$ bundle install
$ rvm install `cat .ruby-version`
$ rvm gemset create `cat .ruby-gemset`
$ rvm use .
$ gem install bundler
$ bundle install
$ middleman server
$ middleman build
Github Actions automatically builds and deploys the website.
This project is licensed under the MIT License - see the LICENSE.md file for details.