3.0.0 • Published 2 years ago

hexo-pagination v3.0.0

Weekly downloads
14,116
License
MIT
Repository
github
Last release
2 years ago

hexo-pagination

Build Status NPM version Coverage Status

Pagination utilities for Hexo generator plugins.

Installation

$ npm install hexo-pagination --save

Usage

pagination(base, posts, options)

OptionDescriptionDefault
perPagePosts displayed per page10
formatURL formatpage/%d/
layoutLayout. This value can be a string or an array.'archive', 'index'
dataExtra data

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.

DataDescription
baseBase URL
totalTotal pages
currentCurrent page number
current_urlPath of the current page (which equals to path)
postsThe slice of posts for the current page
prevPrevious page number
prev_linkThe path to the previous page
nextNext page number
next_linkThe path to the next page

License

MIT

hfsyun-toplushexo-generator-restful-wxhexo-generator-index-multi-lang@everything-registry/sub-chunk-1843hexo-echarts-tagcloudhexo-desmond-customhexo-generator-archivehexo-generator-basic-sethexo-generator-bloghexo-generator-categoryhexo-generator-category-enhancehexo-generator-columnhexo-generator-archive-alphabethexo-generator-archive-alphabet-i18nhexo-generator-archive-w-notshowhexo-generator-authorhexo-generator-author2hexo-generator-authorshexo-generator-exindexhexo-generator-file-indexhexo-theme-shokaxhexo-bangumi-pagehexo-theme-amanehexo-generator-indexhexo-generator-index-berryhexo-generator-index-customhexo-generator-index-ehchexo-generator-index-enhancedhexo-generator-index-excludehexo-generator-index-i18nhexo-generator-index-pin-tophexo-generator-index-pin-top-orderhexo-generator-index-plushexo-generator-index-stickyhexo-generator-index-top-hiddenhexo-generator-index-updatedhexo-generator-index-w-notshowhexo-generator-index2hexo-generator-index2-customizedhexo-generator-index3hexo-generator-indexedhexo-generator-typehexo-generator-type2hexo-generator-volumehexo-generator-multilingual-archivehexo-generator-multilingual-categoryhexo-generator-multilingual-indexhexo-generator-newshexo-generator-order-categoryhexo-generator-pagehexo-generator-taghexo-generator-restfulhexo-generator-restful-fluidhexo-generator-restful-xiyuhexo-generator-restful-zhaoohexo-generator-wxapihexo-generator-xapihexo-generator-fragmentshexo-generator-taxonomyhexo-slides-revealhexo-component-infernohexo-wxblog-apihexo-plugin-aurorahexo-plugin-aurora-shexo-theme-exabugs-icarushexo-theme-icarushexo-theme-icarusaohexo-theme-minimalismhexo-multiauthorhexo-multiauthorshexo-multilanglukrisum.fork-hexo-theme-icarusmarkdown-it-custom-attrs@acwars/hexo-generator-indexsyrhub@exabugs/hexo-theme-icarus@descco/hexo-resources
3.0.0

2 years ago

2.0.0

3 years ago

1.0.0

5 years ago

1.0.0-rc1

5 years ago

0.1.0

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago