hexo-img-cdn

1.0.4 • Public • Published

hexo-img-cdn

hexo-img-cdn is a hexo plugin which is used to have all images support cdn automatically.

Install

$ npm install hexo-img-cdn --save

Usage

First add configuration in _config.yml from your hexo project.

  cdn:
    enable: false
    onlypost: false
    url: https://cdn.com

onlypost

  • If true, only the images from post or page will support cdn.
  • If false, the whole images of your site will use cdn.

Enjoy it!

License

MIT

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i hexo-img-cdn

    Weekly Downloads

    2

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    6.47 kB

    Total Files

    9

    Last publish

    Collaborators

    • zhepama