Open jakewilliami opened 3 years ago
FYI, putting encoding: utf-8
in _config.yml
does not fix this issue, nor does changing the line endings.
The file even seems to be a regular file:
$ file -i _layouts/post.html
_layouts/post.html: regular file
After
serve
-ing the website locally and it working, I pushed to my GitHub, and it errored:So then I added a hard constraint on
jekyll-assets
in theGemfile
as per solution here, but now I am getting this error when trying to deploy:I also had to change line 11 in
bin/deploy
fromto
as it was erroring.