forked from github/pelican
some doc about pagination
This commit is contained in:
parent
77e05b285f
commit
3f9319d55f
2 changed files with 64 additions and 14 deletions
|
|
@ -76,6 +76,12 @@ Setting name what it does ?
|
|||
`TRANSLATION_FEED` Where to put the RSS feed for translations. Default
|
||||
is feeds/all-%s.atom.xml where %s is the name of the
|
||||
lang.
|
||||
`WITH_PAGINATION` Activate pagination. Default is True.
|
||||
`DEFAULT_PAGINATION` The maximum number of articles to include on a page,
|
||||
not including orphans. Default is 5.
|
||||
`DEFAULT_ORPHANS` The minimum number of articles allowed on the last
|
||||
page, defaults to zero. Use this when you don't want
|
||||
to have a last page with very few articles.
|
||||
======================== =======================================================
|
||||
|
||||
Themes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue