Aliyun deployer plugin for Hexo.
$ npm install hexo-deployer-aliyun --saveYou can configure this plugin in _config.yml.
# You can use this:
deploy:
type: aliyun
bucket: <yourBucketName>
region: <yourOSSregion>
accessKeyId: <yourAccessKeyId>
accessKeySecret: <yourAccessKeySecret>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.