diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-04-27 02:56:52 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-04-28 21:58:06 +0200 |
commit | 2793a94367e7b163ff3738619a2a764f1c6645b7 (patch) | |
tree | 66c0b2b247cafebfb1216ccdfd7f8538f970e96a /man/blogcfile.5.ronn | |
parent | 709b0132be333b5327bcbd1c39422edd6d19000c (diff) | |
download | blogc-2793a94367e7b163ff3738619a2a764f1c6645b7.tar.gz blogc-2793a94367e7b163ff3738619a2a764f1c6645b7.tar.bz2 blogc-2793a94367e7b163ff3738619a2a764f1c6645b7.zip |
make: support posts sorting
Diffstat (limited to 'man/blogcfile.5.ronn')
-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. |