Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 320 Bytes

CDN Support

pelican plugin

This plugin will replace the url of CDN_TYPE resource with your cdn url.

SETTINGS:

pelicanconf.py

PLUGIN_PATHS = ['...']
PLUGINS = ['cdn_support']

publishconf.py

CDN_TYPE = [".css", ".js", ".jpeg", ".png", ".gif", ".jpg"]
CDN_DOMAIN = "your.cdn.domain"