A Hexo plugin for maintance your blog.
- Auto backup after deploy
- Auto backup theme
- Restore backuped blog use one command
- Auto restore installed plugin
npm install hexo-maintance --save
backup:
repo: https://github.com/xxx/xxx.git
branch: backup_repo_branch
After configuration and deploy auto backup your blog
1. hexo init MyBlog
2. cd MyBlog
3. npm install
4. npm install hexo-maintance --save
5. //Configurate your backup repo and branch
6. hexo Restore
- Hexo auto upgrade tools;