0.0.9 • Published 9 years ago

hexo-maintance v0.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
9 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

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago