This repository holds the contents of my personal site, caseyscarborough.com.
- Ruby
- middleman
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.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request