1.1.4 • Published 5 years ago
hexo-filter-cdn v1.1.4
hexo-filter-cdn
hexo-filter-cdn is a hexo plugin to replace URL links with your CDN configuration.
Install
$ npm install hexo-filter-cdn --saveUsage
Add configurations to _config.yml:
cdn_filter:
enable: true
post_only: false # only render posts
filter_css: true # CSS file
filter_html: # HTML file
enable: true
img_tag: true # <img src="{URL}">
href_link: false # Not recommand, <... href="{URL}">
src_link: true # <... src="{URL}">
url: https://your.cdn.com
img_url: https://your.img.cdn.comNotice: relative paths will not be replaced.
Feature List
- Replace URL of
srcattributes - Replace URL of
hrefattributes - Replace URL in
imgtags - Filter HTML files
- Option for post only
- Filter CSS files
- Filter JS files
License
GPL3+