1.1. Python简介
Python是一种解释型(不需要编译)、面向对象、动态数据类型的交互式语言,Python是由由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。
Python的优势:
- 易于学习:Python有相对较少的关键字,结构简单,有明确定义的语法,学习起来相对简单。
 
		
		
			一眼之念,一念执着
            缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
 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