hexo+github+hexo-theam-next个人博客

源码下载
1
2
git clone git@git.oschina.net:yajun0310/blog.git
git clone https://git.oschina.net/yajun0310/blog.git
安装npm依赖module
1
cd blog
1
npm install

安装部署脚本

1
npm install hexo-deployer-git --save

安装rss扩展

1
npm install hexo-generator-feed --save
执行hexo命令查看预览
1
hexo clean && hexo g && hexo s -p 80
查看预览

在浏览器中输入localhostAlt text