Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prometheus-ev/jekyll-pagination
Jekyll plugin to extend the pagination generator.
https://github.com/prometheus-ev/jekyll-pagination
Last synced: 4 days ago
JSON representation
Jekyll plugin to extend the pagination generator.
- Host: GitHub
- URL: https://github.com/prometheus-ev/jekyll-pagination
- Owner: prometheus-ev
- License: other
- Archived: true
- Created: 2010-06-30T17:04:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T07:51:29.000Z (over 10 years ago)
- Last Synced: 2024-04-24T18:24:03.192Z (7 months ago)
- Language: Ruby
- Homepage: http://rdoc.info/gems/jekyll-pagination
- Size: 375 KB
- Stars: 45
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-jekyll-plugins - **Pagination** - pagination](https://rubygems.org/gems/jekyll-pagination)) -- plugin to extend the pagination generator. **Archived** (Pagination)
README
= jekyll-pagination - Jekyll plugin to extend the pagination generator.
== VERSION
This documentation refers to jekyll-pagination version 0.0.4
== DESCRIPTION
Jekyll plugin to extend the pagination generator.
Add the following to your _plugins/ext.rb file:
require 'jekyll/pagination'
Then set +paginate_file+ or +paginate_files+ in your _config.yml like:
paginate: 10
paginate_file: blog.htmlor
paginate: 10
paginate_files:
- blog.html
- projects.htmlThe default is to paginate the index.html file.
== LINKS
Documentation:: http://rdoc.info/gems/jekyll-pagination
Source code:: http://github.com/prometheus-ev/jekyll-pagination
RubyGem:: http://rubygems.org/gems/jekyll-pagination== AUTHORS
* Jens Wille
* Arne Eilermann== LICENSE AND COPYRIGHT
Copyright (C) 2010-2012 University of Cologne,
Albertus-Magnus-Platz, 50923 Cologne, GermanyCopyright (C) 2013 Jens Wille
jekyll-pagination is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option)
any later version.jekyll-pagination is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
for more details.You should have received a copy of the GNU Affero General Public License along
with jekyll-pagination. If not, see .