1.0.0 • Published 2 years ago

@ppodds/hexo-asset-image v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hexo-asset-image-for-hexo5

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

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

Usege

npm install hexo-asset-image-for-hexo5 --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.