1
0
Fork 0
forked from github/pelican

some doc about pagination

This commit is contained in:
Laureline Guerin 2011-02-18 11:21:33 +01:00
commit 3f9319d55f
2 changed files with 64 additions and 14 deletions

View file

@ -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