hexo引用本地图片
想必大家都知道怎么用markdown语法显示图片吧,我经常用的是先把图片先上传到图床,然后用图床给的地址在文章中显示图片
缺点:图床不是太稳定,有时上传的图片会消失
优点:图片在文章中加载速度很快
优缺点均是相对于我要说的方法
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true