Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jekyll/jekyll-paginate
NO LONGER UNDER ACTIVE DEVELOPMENT as of Jekyll 3: Pagination Generator for Jekyll
https://github.com/jekyll/jekyll-paginate
jekyll
Last synced: 5 days ago
JSON representation
NO LONGER UNDER ACTIVE DEVELOPMENT as of Jekyll 3: Pagination Generator for Jekyll
- Host: GitHub
- URL: https://github.com/jekyll/jekyll-paginate
- Owner: jekyll
- License: mit
- Created: 2014-05-26T16:53:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T17:55:35.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T11:45:53.315Z (11 days ago)
- Topics: jekyll
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 112
- Watchers: 13
- Forks: 89
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: History.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-jekyll-plugins - **Paginate** - paginate](https://rubygems.org/gems/jekyll-paginate)) -- pagination generator **#Official** **#GitHub Pages** (Pagination)
- stars - jekyll/jekyll-paginate
README
# Jekyll::Paginate
Default pagination generator for Jekyll.
[![Build Status](https://secure.travis-ci.org/jekyll/jekyll-paginate.svg?branch=master)](https://travis-ci.org/jekyll/jekyll-paginate)
## Installation
Add this line to your application's Gemfile:
gem 'jekyll-paginate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-paginate
## Usage
Once the gem is installed on your system, Jekyll will auto-require it. Just set the following configuration
## Contributing
1. Fork it ( http://github.com/jekyll/jekyll-paginate/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request