¶next中不能显示图片
-
在_config.yml中设置
post_asset_folder: true
-
安装:
yarn add hexo-filter-image or npm install hexo-filter-image --save
-
之后每次hexo new page.md 的时候会在对应的_post文件夹中创建对应的图片文件夹,可以直接使用相对路径"![](image.jpg)"
-
也可以在POST_文件夹下面创建一个images文件夹,访问方式‘[](/images/image.jpg)’