Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
hexo-generator-indexed
Advanced tools
Index generator for Hexo.
It generates an archive of posts on your homepage, according to the index
or archive
layout of your theme.
$ npm install hexo-generator-indexed
Add or modify the following section to your root _config.yml file
index_generator:
path: ''
per_page: 10
order_by: -date
pagination_dir: page
config.per_page
as specified in the official Hexo docs (if present), otherwise 10
0
disables paginationawesome-page
makes the URL ends with 'awesome-page/' for second page and beyond.If your theme define a non-archive index
layout (e.g. About Me page), this plugin would follow that layout instead and not generate an archive. In that case, use hexo-generator-archive to generate an archive according to the archive
layout.
这一功能已被加入 hexo-generator-index
。
This feature is now part of hexo-generator-index
.
在文章的 Front-matter 中增加一个 sticky
参数用来置顶,其值应为大于0的整数,表示置顶的优先级(未指定则默认为 0)。数字越大,文章越靠前。
Add a sticky
parameter to the the post's Front-matter to make the post pinned at the top of home page.
---
title: example
sticky: 100
---
采用 sticky
关键词是因为这个在 NexT 主题中已经定义了置顶样式,因此可以直接拿来使用。
在文章的 Front-matter 中增加一个 hide
参数用来隐藏。
Add a hide
parameter to the the post's Front-matter to hide the post from home page.
---
title: example
hide: true
---
在 Hexo 的 _config.yml
中可以通过 hide_categories
选项设置隐藏某个分类下的文章,例如:
You can hide articles in specified categories by setting hide_categories
in hexo _config.yml
, e.g.
hide_categories:
- categorie1
- categorie2
MIT
FAQs
Index generator for Hexo.
The npm package hexo-generator-indexed receives a total of 36 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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.