3 - hexo自动为文章添加分类插件

本文最后更新于:3 个月前

[√] 步骤


想要hexo根据_posts中的文件夹自动为文章生成分类

[√] 安装


1
npm install hexo-auto-category --save

[√] 配置站点文件


添加:

1
2
3
4
5
6
7
# Generate categories from directory-tree
# Dependencies: https://github.com/xu-song/hexo-auto-category
# depth: the depth of directory-tree you want to generate, should > 0
auto_category:
enable: true
depth:

如果只想生成第一级目录分类,可以设置depth属性,比如:

1
2
3
auto_category:
enable: true
depth: 1

[√] 效果


图为自动生成的分类

image-20221225143714692

[√] 参考


https://blog.csdn.net/Cryu_xuan/article/details/104232173(√)


3 - hexo自动为文章添加分类插件
https://alec-97.github.io/posts/3085432397/
作者
Shuai Zhao
发布于
2023年2月20日
许可协议