1.0.3 • Published 10 months ago

hexo-webp-cloud-proxy v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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/

1.0.2

11 months ago

1.0.3

10 months ago

1.0.1

2 years ago

1.0.0

2 years ago