0.0.9 • Published 7 years ago

hexo-maintance v0.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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 hexo-maintance --save
4. //Configurate your backup repo and branch
5. hexo Restore

TODO

  1. Hexo auto upgrade tools;
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago