1下载主题
git clone https://github.com/iissnan/hexo-theme-next themes/next
启动服务器 hexo g | |hexo s
换主题命令在git中 :git clone https://github.com/iissnan/hexo-theme-next themes/next
2、安装hexo-deployer-git自动部署发布工具
npm install hexo-deployer-git --save
3、发布到Github
输入如下命令:hexo clean && hexo g && hexo d
仓库的命名规范
https://github.com/LEEH339966/LEEH339966.github.io.git
部署到 github 命令 hexo clean && hexo g && hexo d
4标签云
npm install hexo-tag-cloud@^2.0.* --save