diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-10 11:15:47 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-10 11:37:53 +0200 |
commit | 7a01d4616cec1831ec025e62bc64b4ec5d6ed600 (patch) | |
tree | 1c65e77aeb3b03bab99457facc98d166a1da1e7f /man/blogcfile.5.ronn | |
parent | 780310275325795722d4a555cdcba2342f6a9e39 (diff) | |
download | blogc-7a01d4616cec1831ec025e62bc64b4ec5d6ed600.tar.gz blogc-7a01d4616cec1831ec025e62bc64b4ec5d6ed600.tar.bz2 blogc-7a01d4616cec1831ec025e62bc64b4ec5d6ed600.zip |
make: disable post listings if {atom_,}posts_per_page is 0
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r-- | man/blogcfile.5.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index 2836bad..61812a4 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 `0`, no Atom feeds are generated. * `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 `0`, no post listing pages are generated. Also, if negative or + `0`, the `pagination` build rule is disabled. * `source_ext` (default: `.txt`): The extension of the source files. |