Debugging Jekyll (no access permission to /)

October 02, 2012

Reading time ~1 minute

When I was migrating my blog to Jekyll I ran into the following 403 permission denied error message, when I had restarted the local Jekyll server:

no access permission to /

There was no error log whatsoever. It seems like the error message was suppressed, because when I started Jekyll with --no-auto I got the parsing error causing this. So if you run into the same problem and have auto: true in _config.yml then try to start Jekyll with:

jekyll --no-auto --server

Running vim-airline with Maximum Awesome

I use [Maximum Awesome](https://github.com/square/maximum-awesome) when I code in [vim](http://www.vim.org/), it's a great starting place...… Continue reading

Quicksort implementation in Python

Published on August 04, 2014

Fibonacci generator in Python

Published on August 04, 2014