Skip to content

BoenYang/hexo-maintance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-maintance

A Hexo plugin for maintance your blog.

Features

  • Auto backup after deploy
  • Auto backup theme
  • Restore backuped blog use one command
  • Auto restore installed plugin

Installation

npm install hexo-maintance --save

Configuration

backup:
  repo: https://github.com/xxx/xxx.git
  branch: backup_repo_branch

Usage

Auto backup

After configuration and deploy auto backup your blog

Restore

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

TODO

  1. Hexo auto upgrade tools;

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published