hexo-deployer-cos

1.2.1 • Public • Published

hexo-deployer-cos

Tencent Cloud Object Storage (COS) plugin of Hexo

Introduce

COS is one of the best static blog hosting platforms, you can enable CDN and configure Https.

hexo-deployer-cos allows you to publish your Hexo blog directly using commands hexo d.

Installation

$ npm install hexo-deployer-cos --save

Options

You can configure in _config.yml as follows:

deploy:
  type: cos
  secretId: yourSecretId
  secretKey: yourSecretKey
  bucket: yourBucket
  region: yourRegion

For projects that use pipelines, you may not want to expose COS properties in the project file, so we support getting them through environment variables.

COS_SECRET_ID=yourSecretId
COS_SECRET_KEY=yourSecretKey
COS_BUCKET=yourBucket
COS_REGION=yourRegion

Environment variables have lower priority than _config.xml configuration

You can get this information from your Tencent Cloud Console.

Go to the COS Object Storage Console Create a bucket and get the Bucket (Bucket Name) and Region (Region Name). Go to Key Management Console Get your project SecretId and SecretKey.

Release Notes

  1. Support for obtaining COS parameters from environment variables

Opinions & Suggestions

You can commit your opinions and suggestions to Issues, or send mail to sdlzhd@outlook.com.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i hexo-deployer-cos

Weekly Downloads

38

Version

1.2.1

License

MIT

Unpacked Size

7.49 kB

Total Files

6

Last publish

Collaborators

  • sdlzhd