diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/blogcfile.5.ronn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index 8f50e8c..fd77e1c 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -115,6 +115,11 @@ however these rules can be customized with the following settings, from the are included. If `0`, no post listing pages are generated. Also, if negative or `0`, the `pagination` build rule is disabled. + * `posts_sort` (default: `false`): + If true, blogc(1) will sort the posts by date, despite the order of the posts + in the `[posts]` section. It is compatible with `html_order` and `atom_order` + settings. + * `source_ext` (default: `.txt`): The extension of the source files. |