hexo-deployer-aliyun

0.4.0 • Public • Published

hexo-deployer-aliyun

Aliyun deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-aliyun --save

Options

You can configure this plugin in _config.yml.

# You can use this: 
deploy:
  type: aliyun
  bucket: <yourBucketName>
  region: <yourOSSregion>
  accessKeyId: <yourAccessKeyId>
  accessKeySecret: <yourAccessKeySecret>

Known Issues

Aliyun only finds index.html in root. This is detail

So you must set full url in your hexo blog codes like /archives/index.html except the root path.

Package Sidebar

Install

npm i hexo-deployer-aliyun

Weekly Downloads

2

Version

0.4.0

License

MIT

Last publish

Collaborators

  • yedaodao