ele828 / hexo-prism-plugin

Hexo plugin for code highlighting by prism.js, supporting JSX syntax
204 stars 51 forks source link

external links does not support #57

Open fish-uncle opened 4 years ago

fish-uncle commented 4 years ago
custom_css: 'https://cdn.example.com/prism-tomorrow.css'

I want to use my own CDN CSS But there is no configuration custom_css is Relative path

const prismThemeFilePath = custom_css === null ? prismTheme.path : path.join(hexo.base_dir, custom_css);