0.1.2 • Published 4 years ago

hexo-asset-oss v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hexo-asset-oss

About

This is a Hexo tag plugin for push all assets to aliyun OSS.

Installation

npm install --save hexo-asset-oss

Usage

Configuration

You can configure the type, autoplay and size in your main _config.yml:

Example configuration:

# OSS Images Config
asset_oss:
    enable: true
    oss_url: https://assets.example.com
    oss_root: /static/ # optional default '/'
    oss_acid: <AccessID>
    oss_ackey: <AccessKey>
    oss_region: oss-cn-shenzhen
    oss_bucket: assets-example-com
    oss_internal: false # optional is internal default false

License

Copyright (c) 2020, Stanley Chen. Licensed under the MIT license.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago