(莫名其妙就想设置背景音乐…)
hexo插入图片好像是个问题,使用绝对路径相对路径都行不通(貌似)。
遂百度了下得知可以用hexo的 asset功能,具体实现如下:
1.在hexo根目录下的_config.yml文件中将 post_asset_folder参数设置为true:1
post_asset_folder: true
2.然后安装插件CodeFalling/hexo-asset-image:
hexo目录下执行:1
npm install https://github.com/CodeFalling/hexo-asset-image --save