Hexo next主题 添加分类、标签、关于

生成“分类”页

1
hexo new page categories

categories赋予文章

1
2
categories:
- Python

生成“标签”页

1
hexo new page tags

tags赋予文章

1
2
3
tags: 
- Anaconda
- Jupyter
  1. 清除: hexo clean
  2. 生成: hexo g
  3. 预览: hexo s
  4. 部署: hexo d