hexo-asset-image-for-hexo5
v2.1.7
Published
Replace asset image to absolute path in hexo 5
Downloads
172
Readme
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
to referencediagram.png
.