
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
hexo-excerpt
Advanced tools
Automatic excerpt generator for Hexo!.
Hexo-excerpt: https://chekun.me/post/hexo-excerpt
$ npm install hexo-excerpt --save
This Plugin use es6 syntax, make sure your node support it.
This plugin runs through all your posts, if your post has more than the configured number of direct tags, then they will be the excerpt, otherwise the whole post will be used.
You can specify the size of the excerpt by setting depth in your config, which defaults to 10.
You can also exclude certain tags from the generated excerpt using css selectors. Tags matching any of the selectors will be excluded.
The default behaviour is to only show an excerpt if it would not be the whole post. Set hideWholePostExcerpts to false to override that and show whole post excerpts.
excerpt:
depth: 10
excerpt_excludes: []
more_excludes: []
hideWholePostExcerpts: true
MIT
FAQs
Automatic excerpt generator for Hexo!
The npm package hexo-excerpt receives a total of 372 weekly downloads. As such, hexo-excerpt popularity was classified as not popular.
We found that hexo-excerpt 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.