caseyscarborough.com

This repository holds the contents of my personal site, caseyscarborough.com.

Dependencies

Usage

You can run a local copy of this site by issuing the following commands.

$ git clone https://github.com/caseyscarborough/caseyscarborough.com
$ cd caseyscarborough.com
$ bundle install
$ middleman

Then navigate to localhost:4567 in your web browser to see the site.

This also generates the static site contents into the _site directory.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request