本博客刚刚搭建,基于Hexo+github,本人资料全放在有道云笔记,所以等我慢慢整理再发表。(不整理的话除了我没人能看懂,哈哈)。
查找方法:
- 首先点击
所有文章
- 再点击
tag
- 可以直接在搜索栏搜索或者点击标签
啦啦啦,搭这个博客快累死了~
缺失模块。
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