hexo同步
简要介绍一下hexo搭建的github page同步过程。
我已经在github上建立了hexo的源码分支hexo,以及主页分支master。
过程:
- 准备工作 git(Cygwin),nodejs(win10)安装
- 依次执行的命令
- git clone -b hexo git@github.com:silloy/silloy.github.io.git hexo
- cd hexo
- npm install -g hexo-cli
- npm install
- npm install hexo-deployer-git
- npm install -g npm-check
- npm-check -u (npm-check -u -g)
- 安装其他依赖包
参考资料: 使用hexo,如果换了电脑怎么更新博客?