- commands(普通的命令)
- system calls(系统调用)
- library calls(库函数)
- special files(特殊文件:/dev下设备文件)
- file formats and convertions(文件格式)
- games for linux(游戏和娱乐)
- macro packages and conventions(杂项)
- system management commands(管理员命令)
- 其他(Linux特定, 用来存放内核例行程序的文档)
缺失模块。
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