Luoml's blog

Hexo图片插件

安装

CodeFalling/hexo-asset-image

1
$ npm install https://github.com/CodeFalling/hexo-asset-image --save

配置

${hexo}/_config.ymlpost_asset_folder: true

引入

![Error](Hexo-Pic-Plugin/images/pic.jpg "Optional title")

* Error               图片无法显示时展现的文字
* Hexo-Pic-Plugin/images/pic.jpg 图片所在路径
* Optional title      标题及提示

效果

Error

Fork me on GitHub