
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
hexo-pagination
Advanced tools
Pagination utilities for Hexo generator plugins.
$ npm install hexo-pagination --save
Option | Description | Default |
---|---|---|
perPage | Posts displayed per page | 10 |
format | URL format | page/%d/ |
layout | Layout. This value can be a string or an array. | ['archive', 'index'] |
data | Extra data | {} |
explicitPaging | Number the first page. e.g. page/1/index.html | false |
For example:
var pagination = require("hexo-pagination");
pagination("/tags/hexo", [], {
perPage: 10,
format: "page/%d/",
layout: ["archive", "index"],
data: {
tag: "hexo",
},
});
This function returns an array containing objects with 3 properties: path
, layout
, data
.
Data | Description |
---|---|
base | Base URL |
total | Total pages |
current | Current page number |
current_url | Path of the current page (which equals to path ) |
posts | The slice of posts for the current page |
prev | Previous page number |
prev_link | The path to the previous page |
next | Next page number |
next_link | The path to the next page |
MIT
FAQs
Pagination utilities for Hexo generator plugins.
The npm package hexo-pagination receives a total of 15,499 weekly downloads. As such, hexo-pagination popularity was classified as popular.
We found that hexo-pagination demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers 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
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.