Skip to content

peterewills/peterewills.github.io

Repository files navigation

pwills.com

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
gem install bundler # to get the dependency manager that jekyll uses
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.

For a more detailed guide on how the site was built, check out the how-to post on the blog

Site is built in jekyll on top of Minimal Mistakes. Uses images from Unsplash. If you have questions, drop me a line at peter@pwills.com.