Trying to run jekyll to work on docs but can't get it to boot. There's UTF characters in a blog post which jekyll (ruby probably) does not like. Tried setting the lang variables already: ``` LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" ``` No luck yet.