起由
从yilia作者Litten的博客看到了他的相册,蛮喜欢的,就想给自己也弄一个,于是找了到他的博客在github上边的备份下载了source/photos文件夹,但是没有get到作者的方法,只好稍作修改把照片放到本地实现了作者博客中的效果。
展开全文 >>
真诚都不会被辜负
缺失模块。
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