pwills

Source for pwills.com, hosted on GitHub Pages. Functions as an online resume/portfolio, as well as a place for me to rant & rave about technology and math.

To build the site locally, do

git clone https://github.com/peterewills/peterewills.github.io.git
cd peterewills.github.io
bundle update # to make sure all ruby gems are up to date
bundle exec jekyll serve

Then navigate to localhost:4000 in your browser to view the page.

GitHub