Github+Hexo搭建博客网站---博客配置与主题 Posted on 2017-08-03 | 0 comments | Visitors | NexT配置文档 添加tags、author等页面:$ cd hexo$ hexo new page tags 更新npm版本$ nmp i nmp -g 添加RSS插件$ npm install hexo-generator-feed 添加search页面$ npm install --save hexo-generator-search