hexo-webp-cloud-proxy

1.0.3 • Public • Published

hexo-webp-cloud-proxy

The easiest way to use webp cloud service on hexo

Usage

Install this package

npm install hexo-webp-cloud-proxy --save

Then Add the following content to _config.yml:

webp_cloud_proxy:
  enable: true
  # the suffix of img type to use webp cloud service
  convert_type_list: ["jpg", "jpeg", "png", "gif"]
  # your site url
  pre_url: https://keshane.moe
  # webp cloud service proxy url
  proxy_url: https://webp.keshane.moe
  # the filter priority, see https://hexo.io/api/filter.html
  priority: 10

More Information: https://docs.webp.se/webp-cloud/

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.322latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.322
1.0.20
1.0.14
1.0.00

Package Sidebar

Install

npm i hexo-webp-cloud-proxy

Weekly Downloads

26

Version

1.0.3

License

ISC

Unpacked Size

3.88 kB

Total Files

6

Last publish

Collaborators

  • knifec