从远程仓库中Get

1
2
git clone ...
cd mypage

重新安装hexo,无需init

1
2
3
npm install hexo-cli
npm install
npm install hexo-deployer-git --save

恢复数据

1
2
3
hexo clean
hexo g
hexo s

更新主题

1
git clone https://github.com/sanjinhub/hexo-theme-geek.git # 把主题目录更换成cofig中配置的名称

发布

1
hexo d