README
This is the source code to portfolio.
Setup
Install RVM and Ruby first
$ gem install bundler --no-ri --no-rdoc
$ bundle install
Setup
$ rvm install `cat .ruby-version`
$ rvm gemset create `cat .ruby-gemset`
$ rvm use .
$ gem install bundler
$ bundle install
Developing
$ middleman server
Building
$ middleman build
Deployment
Github Actions automatically builds and deploys the website.