From cab17026f64ba78bfd9dcac6327607af8e396ebd Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 9 Jun 2018 15:04:50 +0200 Subject: make: disable pagination rules if <= 0 posts per page --- man/blogcfile.5.ronn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index 2836bad..bb1592e 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -50,7 +50,7 @@ however these rules can be customized with the following settings, from the * `atom_posts_per_page` (default: `10`): Number of posts per page in the Atom feeds. If negative, all the posts are - included. If `0`, no posts are include. + included. If negative or `0`, the `atom` and `atom_tags` build rules are disabled. * `atom_prefix` (default: `atom`): The prefix of the generated Atom feeds. It is relative to the output @@ -100,8 +100,8 @@ however these rules can be customized with the following settings, from the * `posts_per_page` (default: `10`): 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. + are included. If negative or `0`, the `index` and `pagination` build rules + are disabled. * `source_ext` (default: `.txt`): The extension of the source files. -- cgit v1.2.3-18-g5258