diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-04-03 00:39:56 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-04-03 00:40:03 +0200 |
commit | 3afa72febc3d6ed7003d10f3a5c4211bf761d746 (patch) | |
tree | b102b9fa81ce90c99a251156635aee74dfd012e9 /man/blogcfile.5.ronn | |
parent | adc3e6d77117d095e485ec64a93f1b64ffbf2cea (diff) | |
download | blogc-3afa72febc3d6ed7003d10f3a5c4211bf761d746.tar.gz blogc-3afa72febc3d6ed7003d10f3a5c4211bf761d746.tar.bz2 blogc-3afa72febc3d6ed7003d10f3a5c4211bf761d746.zip |
make: added support for `blogc -e`
must still add tests
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r-- | man/blogcfile.5.ronn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index faeb85f..efaa5bd 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -95,6 +95,12 @@ however these rules can be customized with the following settings, from the option is useful if the user wants to host a page in the root of the website, and move the posts listing index to a subdirectory. + * `listing_entry` (default: unset): + The page that will be included in the listing pages of the website, without + the page prefix and without the extension, only the "slug" should be used. + See blogc(1) and the description of `listing_entry` block in blogc-template(7) + for details. + * `locale` (default: unset): The locale to be used when calling blogc(1). E.g. `en_US.UTF-8`. |