hexo部署之后没有标签和分类的主页

go to your hexo folder and execute command

1
2
hexo new page tags
hexo new page categories

modify …/source/tags/index.md OR …/source/categories/index.md, add line

1
type: "tags"  OR  type: "categories" 

if you don’t want to have comments on that page, also add

1
comments: false

hexo部署失败

1
$ hexo d 

ERROR Deployer not found: git

1
npm install --save hexo-deployer-git