hexo使用图片

1.直接使用,参见markdown使用图片

2.使用hexo-asset-image插件

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

修改_config.yml中post_asset_folder 字段为true

2.1修改源码

1
node_modules` --> `hexo-asset-image` --> `index.js

在第 58 行,可以找到这么一行代码:

1
$(this).attr('src', config.root + link + src);

改为:

1
$(this).attr('src', src);

重新生成。


hexo使用图片
http://hanqichuan.com/2019/07/23/node/hexo使用图片/
作者
韩启川
发布于
2019年7月23日
许可协议