Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
hexo-generator-indexed
Advanced tools
Index generator for Hexo.
$ npm install hexo-generator-indexed --save
Add or modify the following section to your root _config.yml file
index_generator:
path: ''
per_page: 10
order_by: -date
config.per_page
as specified in the official Hexo docs (if present), otherwise 10
0
disables paginationpagination_dir
在文章的Front Matter(即开头设置)中增加一个sticky
参数用来置顶,数字越大越高
---
title: example
sticky: 100
---
采用sticky
关键词是因为这个在NexT主题中已经定义了置顶样式,因此可以直接拿来使用
在文章的Front Matter中增加一个hide
参数用来隐藏
---
title: example
hide: true
---
在Hexo的_config.yml
中可以设置隐藏某个分类下的文章,例如
hide_categories:
- categorie1
- categorie2
MIT
FAQs
Index generator for Hexo.
The npm package hexo-generator-indexed receives a total of 33 weekly downloads. As such, hexo-generator-indexed popularity was classified as not popular.
We found that hexo-generator-indexed 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.