类型
JS语言的每一个值都是属于某一种数据类型。JS语言规定了7中语言类型,语言类型广泛用于变量,函数参数,表达式,函数返回值等场合,根据最新的语言标准,
1.undefined;
2.null;
3.boolean
4.string
5.number
6.symbol
7.object
只争朝夕 不负韶华
缺失模块。
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