bandogora / sdp-site

A static website built with middleman and hosted by UMass ECE

Home Page:http://www.ecs.umass.edu/ece/sdp/sdp20/team05/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Website for UMass Senior Design Project 2020

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.

Requirements

  • ruby (I recommend using rvm)
  • yarn

Setup

  1. Clone this repo
  2. Install bundler: $ gem install bundler
  3. Install gems: $ bundle install
  4. Install packages: $ yarn install
  5. Create your config file: $ cp config.rb.example config.rb
  6. Add path, user, and password to deploy in your config.rb

Build

$ bundle exec middleman build

Deploy

$ bundle exec middleman deploy

Special thanks

Thank you @werebus for helping with the webpacker install!

About

A static website built with middleman and hosted by UMass ECE

http://www.ecs.umass.edu/ece/sdp/sdp20/team05/index.html


Languages

Language:Haml 71.3%Language:HTML 15.7%Language:SCSS 5.6%Language:JavaScript 4.5%Language:Ruby 3.0%