| layout | page |
|---|---|
| title | About |
| permalink | /about/ |
My personal attemp at Project Euler's problems
The project website is hosted using Github Pages and Jekyll
Steps to update the website
git checkout gh-pages
git merge master
ruby updateSite.rb
Then commit and push the changes
ruby --version >= 2.0.0
bundler
bundler install
bundle exec jekyll serve
then the website is available through http://localhost:4000