Update pagination docs to reflect removal of pagination as runtime dep.
Fixes #4171
This commit is contained in:
parent
10b147f429
commit
c4fe2b0513
|
@ -4,10 +4,13 @@ title: Pagination
|
||||||
permalink: /docs/pagination/
|
permalink: /docs/pagination/
|
||||||
---
|
---
|
||||||
|
|
||||||
With many websites—especially blogs—it’s very common to break the main listing
|
With many websites — especially blogs — it’s very common to
|
||||||
of posts up into smaller lists and display them over multiple pages. Jekyll has
|
break the main listing of posts up into smaller lists and display them over
|
||||||
pagination built-in, so you can automatically generate the appropriate files
|
multiple pages. Jekyll offers a pagination plugin, so you can automatically
|
||||||
and folders you need for paginated listings.
|
generate the appropriate files and folders you need for paginated listings.
|
||||||
|
|
||||||
|
For Jekyll 3, include the `jekyll-paginate` plugin in your Gemfile and in
|
||||||
|
your `_config.yml` under `gems`. For Jekyll 2, this is standard.
|
||||||
|
|
||||||
<div class="note info">
|
<div class="note info">
|
||||||
<h5>Pagination only works within HTML files</h5>
|
<h5>Pagination only works within HTML files</h5>
|
||||||
|
|
Loading…
Reference in New Issue