1.0.0 • Published 6 years ago

hexo-deployer-qiniucloud v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

hexo-deployer-qiniucloud

Qiniu deployer plugin for Hexo.

Installation

npm install hexo-deployer-qiniucloud --save

Usage

1.sign up and login in on qiniucloud
2.creat a 'Public' Bucket
3.get key
4.configure this plugin in _config.yml

deploy:
  type: qiniucloud
  bucket: <bucketName>
  accessKey: <accessKey>
  secretKey: <secretKey>

5.deploy

hexo deploy

6.binding your domain.(Maybe you need recharge 10RMB)

License

MIT

Reference

my blog
github
doc of qiniu

1.0.0

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago