Hexo-Help

1.如何在hexo中使用本地图片?
首先在_config.yml中设置post_asset_foldertrue
在hexo目录下,执行命令

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

在文章的同目录下面,新建一个同名的文件夹,结构如下:
InsertImg
|–test1.jpg
|–test2.jpg
InsertImg.md
就可以插入图片了。
test