5.0.0 • Published 5 months ago

hexo-images-asset v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

hexo-images-asset

Replace asset image to absolute path in Hexo. Works fine with hexo 7.3.0, please feel free to use.

Tips: Reference & fixed hexo-asset-image compatibility issues with hexo 5.

Usege

npm install hexo-images-asset --save

Example

├─Data-Structure
├────diagram.png
└─Data-Structure.md

Notice: You must switch the post_asset_folder:true in _config.yml, then use ![infomation](./Data-Structure/diagram.png) to reference diagram.png.

5.0.0

5 months ago