swanson / swanson.github.com

blog, talks, book writeups
mdswanson.com
79 stars 27 forks source link

Character encoding issue #81

Closed greyhound-forty closed 10 years ago

greyhound-forty commented 10 years ago

Just forked the repo, cloned it to my server, tweaked the _config file. When trying to start I get this:

root@mina:~# jekyll server --source /var/www Configuration file: /var/www/_config.yml Source: /var/www Destination: /root/_site Generating... Maruku#to_s is deprecated and will be removed or changed in a near-future version of Maruku. Maruku#to_s is deprecated and will be removed or changed in a near-future version of Maruku. Liquid Exception: incompatible character encodings: UTF-8 and ISO-8859-1 in _layouts/default.html error: incompatible character encodings: UTF-8 and ISO-8859-1. Use --trace to view backtrace

root@mina:~# jekyll server --source /var/www --trace Configuration file: /var/www/_config.yml Source: /var/www Destination: /root/_site Generating... Maruku#to_s is deprecated and will be removed or changed in a near-future version of Maruku. Maruku#to_s is deprecated and will be removed or changed in a near-future version of Maruku. Liquid Exception: incompatible character encodings: UTF-8 and ISO-8859-1 in _layouts/default.html /usr/local/rvm/gems/ruby-2.1.1/gems/liquid-2.5.5/lib/liquid/block.rb:112:in `join': incompatible character encodings: UTF-8 and ISO-8859-1 (Encoding::CompatibilityError)

swanson commented 10 years ago

Not sure - try posting to the jekyll repo if you are still having issues.