打开博客所在文件夹blog,找到
_config.yml
配置文件,修改语句post_asset_folder: true
git bash安装插件:
npm install https://github.com/7ym0n/hexo-asset-image --save
每次执行
hexo new "文件名"
命令时,文件所在文件夹会自动创建一个同名文件夹用于放置资源。插入图片时用这种方式:
{ % raw asset_img test.jpg This is an test image %}