👩💻 Join our community of thousands of amazing developers!
In this post I will show how to fix the infamous Jekyll encoding exception on MacOS: Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss': Invalid US-ASCII character "\xE2" on line 54 Well I got inspired from the solution presented here[^1] when starting a cloud image. [^1]: https://github.com/mmistakes/minimal-mistakes/issues/1183 Instead of starting the server for local development with the usual command: bundle exec jekyll serve I use the f...