Skip to content

fangpsh/cdn_support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

pelican plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages