mmistakes / jekyll-theme-skinny-bones

A Jekyll starter with a variety of flexible layouts and components.
https://mmistakes.github.io/jekyll-theme-skinny-bones
MIT License
804 stars 906 forks source link

invalid byte sequence in UTF-8 #4

Closed peterennis closed 10 years ago

peterennis commented 10 years ago

I loaded _posts/articles/2011-03-10-sample-post.md Jekyll serve and the error was thrown. Seems that CHR(92) is the problem in the file. Some setting is needed to deal with UTF-8.

capture120 capture121 capture122 capture123 capture124

mmistakes commented 10 years ago

Google around for a solution to this one. It's a very common issue with Jekyll. Usually comes down to a _config.yml setting or the flavor of Markdown being used. Doesn't have much to do with the theme.

mmistakes commented 10 years ago

http://jekyllrb.com/docs/windows/