Hexo分类和标签
Hexo分类和标签
LXHei创建
在博客根目录分别创建categories
和tags
1 | npx hexo new page categories |
对每个index.md
修改
1 |
|
1 |
|
使用
categories
此文章的分类为a
1 | categories: |
此文章的分类为a分类下的b分类,父子类关系
1 | categories: |
tags
此文章的标签是a和b和c,没有父子类关系
1 | tags: |
在博客根目录分别创建categories
和tags
1 | npx hexo new page categories |
对每个index.md
修改
1 |
|
1 |
|
此文章的分类为a
1 | categories: |
此文章的分类为a分类下的b分类,父子类关系
1 | categories: |
此文章的标签是a和b和c,没有父子类关系
1 | tags: |