Project Euler

My personal attemp at Project Euler’s problems

Website

Hosting

The project website is hosted using Github Pages and Jekyll

Updating

Steps to update the website

git checkout gh-pages

git merge master

ruby updateSite.rb

Then commit and push the changes

Local testing

Requirements

ruby –version >= 2.0.0

bundler

bundler install

Running Jekyll

bundle exec jekyll serve

then the website is available through http://localhost:4000