!!! note 按照下面的指令安装可行,其他网上搜索的解决方案都不太靠谱。
npm uninstall hexo-asset-image
npm install https://github.com/7ym0n/hexo-asset-image --save
hexo clean && hexo g
然后像这样 , 就可以引入图片了
<img src="hexo-theme-matery主题优化/Jietu20191116-144050.jpg" width="100%">
还可以用 center 标签让图片居中
<center> <img src="vscode推荐插件/1.png"> </center>