No commit activity in last 3 years
No release in over 3 years
Jekyll pagination generator for multiple paths
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0

Runtime

 Project Readme

Jekyll::Paginate::Multiple

Uses jekyll-paginate for the pagination, but allows to paginate multiple blogs.

Installation

gem install jekyll-paginate-multiple

Usage

The posts of the different blogs must be in their own directories in _posts/. Each directory has it's own pagination configuration.

Config example

Example of _config.yml file:

Pagination

paginate_multiple:
  - paginate: 10
    paginate_path: '/blog/page:num/'
    sub_dir: '/en'
  - paginate: 10
    paginate_path: '/blog/de/page:num/'
    sub_dir: '/de'

Plugins

gems :
  - jekyll-paginate
  - jekyll-paginate-multiple

Licence

MIT.