hexo-tag-asset-img
v0.2.0
Published
hexo tag plugin to make asset_img configurable
Readme
hexo-tag-asset-img
A Hexo Plugin to replace hexo's own tag asset_img + add some cool stuff
How to install
Add plugin to Hexo:
npm install hexo-tag-asset-img --saveModify config file with the following configurations:
asset_img_url: http://mycdnurl.comasset_img_url
This setting can be used change the url of the images placed your page using {% asset_img %}. If this setting is not provided then it will just use the root url.
