Bobby Novoa portfolio website, built on Middleman.
Once you've installed the dependencies above:
clone repo
bundle install
yarn
middleman
To build and deploy the website to GitHub pages, run the following commands. This will output the necessary files in the build
folder and deploy the website.
rake build # Compile all files into the build directory
rake publish # Build and publish to GitHub Pages