juusaw / amp-jekyll

Build Accelerated Mobile Page versions of your Jekyll posts
MIT License
281 stars 59 forks source link

compatibility with jekyll-assets #15

Closed publicarray closed 7 years ago

publicarray commented 7 years ago

Changes the image file path. This allows source images to live in _assets and enable compatibility with https://github.com/jekyll/jekyll-assets

before: ~/myblog/assets/img/image.png

after: ~/myblog/_site/assets/img/image.png