diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-20 23:00:17 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-20 23:00:17 +0100 |
commit | 14b3aea798c0999f56a5555d90db3c332966d085 (patch) | |
tree | 3e012ddd9083bb6b22b7d7132790584eed0454cd /man/blogcfile.5.ronn | |
parent | 4c9ae70d3f7b99635f68796c8fca072a1baaf009 (diff) | |
download | blogc-14b3aea798c0999f56a5555d90db3c332966d085.tar.gz blogc-14b3aea798c0999f56a5555d90db3c332966d085.tar.bz2 blogc-14b3aea798c0999f56a5555d90db3c332966d085.zip |
make: allow to disable pagination by setting posts_per_page<0
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r-- | man/blogcfile.5.ronn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index fb2d623..2836bad 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -49,7 +49,8 @@ however these rules can be customized with the following settings, from the section. * `atom_posts_per_page` (default: `10`): - Number of posts per page in the Atom feeds. + Number of posts per page in the Atom feeds. If negative, all the posts are + included. If `0`, no posts are include. * `atom_prefix` (default: `atom`): The prefix of the generated Atom feeds. It is relative to the output @@ -98,7 +99,9 @@ however these rules can be customized with the following settings, from the directories, and is relative to `content_dir` and the output directory. * `posts_per_page` (default: `10`): - Number of posts per page in the pagination pages. + Number of posts per page in the pagination pages. If negative, all the posts + are included. If `0`, no posts are included. Also, if negative or `0`, the + `pagination` build rule is disabled. * `source_ext` (default: `.txt`): The extension of the source files. |