jekyll-postfiles
jekyll-postfiles copied to clipboard
Doesn't work with jekyll 3.8.3
I don't know if it's a version problem...
When building I get: Error: could not read file /Users/tgartner/git/playground_jekyll/_posts/2018-07-26-kids_daddeling/2018-07-26-kids_daddeling.jpg: invalid byte sequence in UTF-8 So obviously Jekyll is trying to interpret the jpg ?!
And it's not copied over into the post directory. Jekyll -v: jekyll 3.8.3
@tillg Try to exclude the images by updating your _config.yml
as -
exclude:
- _posts/**/*.jpg
- _posts/**/*.png
- _posts/**/*.gif
fyi: Had the same issue. This helped me out: https://github.com/nhoizey/jekyll-postfiles/issues/1#issuecomment-299209146 In short: rename your image files.