• Stars
    star
    524
  • Rank 84,541 (Top 2 %)
  • Language
    Ruby
  • License
    MIT License
  • Created about 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺

Jekyll::Paginate V2

⚠️ Please note that this plugin is NOT supported by GitHub pages. Here is a list of all plugins supported. However you can follow this GitHub guide to enable it or by using Travis CI. GitLab supposedly supports any plugin.

Pagination gem built specially for Jekyll 3, and newer, that is fully backwards compatible and serves as an enhanced replacement for the previously built-in jekyll-paginate gem. View it on rubygems.org.

Code Shelter Gem Join the chat at https://gitter.im/jekyll-paginate-v2/Lobby Build Status Code Climate security Gem

Reach me at the project issues section or via email at [email protected], you can also get in touch on the project's Gitter chat room.

"Be excellent to each other"

❤️

Installation

gem install jekyll-paginate-v2

Update your _config.yml and pages.

Although fully backwards compatible, to enable the new features this gem needs slightly extended site yml configuration and miniscule additional new front-matter for the pages to paginate on.

Now you're ready to run jekyll serve and your paginated files should be generated.

Please see the Examples for tips and tricks on how to configure the pagination logic.

Pagination Generator

The Pagination Generator forms the core of the pagination logic. Calculates and generates the pagination pages.

Auto Pages

The Auto-Pages is an optional feature that auto-magically generates paginated pages for all your tags, categories and collections.

Contributing

Although this project is small it has a code of conduct that I hope everyone will do their best to follow when contributing to any aspects of this project. Be it discussions, issue reporting, documentation or programming.

If you don't want to open issues here on Github, send me your feedback by email at [email protected].

  1. Fork it ( https://github.com/sverrirs/jekyll-paginate-v2/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run the unit tests (rake)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Build the gem locally (gem build jekyll-paginate-v2.gemspec)
  6. Test and verify the gem locally (gem install ./jekyll-paginate-v2-x.x.x.gem)
  7. Push to the branch (git push origin my-new-feature)
  8. Create new Pull Request

Note: This project uses semantic versioning.

The code was based on the original design of jekyll-paginate and features were sourced from discussions such as #27 (thanks Günter Kits).

More Repositories

1

jekyll-webp

WebP image generator gem for Jekyll websites
Ruby
65
star
2

ruvsarpur

Python script to download shows off the Icelandic RÚV website.
Python
65
star
3

mp4combine

Automatically concatenates MP4 files using the ffmpeg and mp4box utility and generates chapters for each concatenation point. Compatible with Xbox and Playstation video players.
Python
40
star
4

XboxBigButton

A C# library, a custom WinUSB driver and example project showing how to interface with the Xbox 360 Big Button Controllers (the Scene It game controllers) http://sverrirs.github.io/XboxBigButton/
NSIS
35
star
5

vsgallery

Ultra Simple Self-Hosted Extension Gallery for Visual Studio
C#
31
star
6

GetHttpsForFree-UI

A .NET Windows UI client for the gethttpsforfree.com website. This client automates large parts of the process of obtaining a SSL certificate on Windows.
C#
24
star
7

SkypeNet

Skype Desktop API wrapper written for .NET developers (.NET v4.0+). Provides a native open-source C# library to communicate with a running instance of the Skype application (alternative to the Skype4COM library).
C#
16
star
8

CorsairK95

Reverse engineered driver and code for the Corsair K95 Gaming Keyboard. Reading Gaming keys, media and controlling LED lights. Note that this project is a proof of concept.
NSIS
15
star
9

jekyllonwindows

Step by step guide on how to run Jekyll 3, static site generator in Ruby >2.0.0 on Windows.
CSS
10
star
10

DnsHelper

Utility application to quickly swap between DNS servers for services such as www.unblock-us.com and www.unlocator.com
C#
9
star
11

vstemplates

Fully functional example projects showing how to create VISX installable Item and Project templates in Visual Studio
C#
7
star
12

mp4srtmerge

Python script with windows shell integration that assist in combining SRT subtitle files into corresponding mp4 video files.
Python
4
star
13

Rectify

Rectify is a Windows application that can automatically fix erroneous image and video imports from cameras and mobile devices.
C#
2
star
14

diff_monitoring

Follows various data services and provides a historical diff of the streams
1
star
15

LiveboxRouter

Control your Orange Livebox (SoftAtHome) internet router using C# and .NET
C#
1
star