Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 662 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 662 Bytes

billingb.github.io

Brendan Billingsley's home page hosted through github pages

Currently hosts my resume at https://billingb.github.io/resume

Development setup:

This repository is rendered by github using Jekyll, a good getting started guide is available at: https://help.github.com/articles/using-jekyll-with-pages/

To get things running on a development machine first install bundler, gem install bundler. Then run bundle install. Now you can run bundle exec jekyll serve to serve the site at localhost:4000 with rebuilds automatically occuring whenever any files are changed.