hexo 添加分类和标签 分类 在scaffolds目录下的post.md添加分类categories 1234title: {{ title }}date: {{ date }}tags:categories: note 在每个博客的开头加上 12categories: - note 标签 在每个博客的开头加上 123tags: - java- 知识