This is a static website built with Middleman and hosted by UMass ECE. I learned Middleman, installed Webpack and it's dependencies, added Boostrap, and created the whole site in less than 12 hours! Next time it will take me 3.
- Clone this repo
- Install bundler:
$ gem install bundler
- Install gems:
$ bundle install
- Install packages:
$ yarn install
- Create your config file:
$ cp config.rb.example config.rb
- Add path, user, and password to deploy in your
config.rb
$ bundle exec middleman build
$ bundle exec middleman deploy
Thank you @werebus for helping with the webpacker install!