0%

解决Hexo框架博客图片不显示的问题

  1. 打开博客所在文件夹blog,找到_config.yml配置文件,修改语句post_asset_folder: true

  2. git bash安装插件:
    npm install https://github.com/7ym0n/hexo-asset-image --save

  3. 每次执行hexo new "文件名"命令时,文件所在文件夹会自动创建一个同名文件夹用于放置资源。

  4. 插入图片时用这种方式:{ % raw asset_img test.jpg This is an test image %}