hexo新建文章时候默认带上categories,tags Posted on 2017-02-09 Edited on 2026-09-13 In Tech Symbols count in article: 173 Reading time ≈ 1 mins.在博客的 scaffolds 文件夹里有个post.md 添加上需要的配置就行这里是创建post的模板。我的默认设置成这样:123456---title: {{ title }}date: {{ date }}tags: []categories:---tags: [关键词1,关键词2]Post author: hisenyuanPost link: https://hisen.me/20170209-hexo新建文章时候默认带上categories,tags/Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.