Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 776 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 776 Bytes

My personal website (http://sean.dillingh.am)

My portfolio and blog, built using Middleman.

Dependencies

This project uses Slim and SCSS for making markup and stylesheets more fun and powerful. It also relies on Thoughtbot's Bourbon & Neat SASS libraries, though the Neat dependency isn't essential and should be removed at some point.

Installation

From the terminal:

bundle install

Getting Started

To run the site locally, use Middleman's command to fire up a web server:

bundle exec middleman server

Once you're done doing local development, run Middleman's build command:

bundle exec middleman build