Skip to content

Tencent Cloud Object Storage (COS) plugin of Hexo

License

Notifications You must be signed in to change notification settings

ldsink/hexo-deployer-cos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected].

License

MIT

About

Tencent Cloud Object Storage (COS) plugin of Hexo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%