My personal website (http://sean.dillingh.am)
My portfolio and blog, built using Middleman.
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.
From the terminal:
bundle install
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