Skip to content

myoss-cloud/hexo-myoss-tencent-cos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-myoss-tencent-cos

Tencent Cloud Object Storage (COS) sync plugin for Hexo (使用 "腾讯云象存储服务" 同步静态资源文件)

Introduce

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

allows you to publish your Hexo blog resource directly using commands hexo tencent-cos sync.

Installation

$ npm install hexo-myoss-tencent-cos --save

Configure

You must configure in _config.yml as follows:

tencent_cos:
  secretId: yourSecretId
  secretKey: yourSecretKey
  bucket: yourBucketName
  region: yourBucketRegion
  bucketPrefix: static
  bucketDomainUrl: https://yourBucketName.cos.yourBucketRegion.myqcloud.com
#  sync: alway | manual | disable
  sync: manual
  resourceDirectory:
    localDirectory: source/static
    image: images
    js: js
    css: css

You can get the SecretId, SecretKey on your Tencent Cloud Console.

Usage

Tencent COS Tag

Perfect for adding Tencent Cloud Object Storage image to your post

{% tencent_cos_img test/demo.png title:图片标题 alt:图片说明 'class:class1 class2' %}

Tencent COS sync

hexo tencent-cos sync

License

Released under the Apache 2 License

Related Projects

About

Tencent Cloud Object Storage (COS) sync plugin for Hexo (使用 "腾讯云象存储服务" 同步静态资源文件)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published