添加分类:
执行命令: hexo new page categories

魔改:
明确主题通过 Pug + Stylus 来构建页面 – 需要学习
引入自定义文件:
1. 项目根目录下创建source/css/xxx.css文件和source/js/xxx.js文件
2. 在_config.butterfly.yml中:(当然可以引入多个文件)
inject:
head:
-
bottom:
-
对主题的修改不得不修改源代码

坑:在添加分类后,访问http://localhost:4000/categories/,页面会显示空白,
但是访问http://localhost:4000/categories/博客/,就会显示出博客分类下的文章