Closed publicarray closed 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
~/myblog/assets/img/image.png
after: ~/myblog/_site/assets/img/image.png
~/myblog/_site/assets/img/image.png
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