Skip to content

jiangtj-lab/hexo-patch-load-highlight-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-patch-load-highlight-style

automatically load hexo code highlighting style, support highlight and prismjs

npm hexo

install

yarn add @jiangtj/hexo-patch-load-highlight-style

config

add theme and theme_dark to the corresponding configuration, theme_dark will be applied when your system theme is dark

highlight:
  # ...
  theme: default
  theme_dark: default
prismjs:
  # ...
  theme: default
  theme_dark: default

feature

  • support all highlight styles (e.g. {theme:a11y-light} load a11y-light.css)
  • support all prismjs and prism-themes styles (e.g. {theme:coy} load prism-coy.css)
  • support auto load prism line_number plugin styles
  • support auto load prism js when preprocess is false

tutorials

About

load highlight.js or prism.js style for your site

Resources

Stars

Watchers

Forks

Packages

No packages published