
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
hexo-prism-plugin-fixed
Advanced tools
Since highlight.js didn't support JSX syntax properly, I wrote this plugin to replace
Hexo's default code highlight plugin.
npm i -S hexo-prism-plugin
Firstly, you should edit your _config.yml by adding following configuration.
prism_plugin:
mode: 'preprocess' # realtime/preprocess
theme: 'default'
line_number: false # default false
custom_css: 'path/to/your/custom.css' # optional
After that, check highlight option in _config.yml. Make sure that default code highlight plugin is disabled.
highlight:
enable: false
Finally, clean and re-generate your project by running following commands:
hexo clean
hexo generate
mode:
theme:
line_number:
no_assets
You can check out prism-themes project for additional theme preview:
https://github.com/PrismJS/prism-themes#available-themes
You could find the supported languages here:
http://prismjs.com/#languages-list
MIT
FAQs
Hexo code highlight by Prism.js
We found that hexo-prism-plugin-fixed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.