diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-07-15 22:19:27 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-07-15 22:19:31 +0200 |
commit | 43a5963fb76f9e898182040a6670546f9eb301c2 (patch) | |
tree | 1eddd37f6eab1413c83d5b98b2fb0041918a4743 /man/blogc-make.1.ronn | |
parent | 0f8f1f3cdc6256a11db1b60ebf0689acc0fbe922 (diff) | |
download | blogc-43a5963fb76f9e898182040a6670546f9eb301c2.tar.gz blogc-43a5963fb76f9e898182040a6670546f9eb301c2.tar.bz2 blogc-43a5963fb76f9e898182040a6670546f9eb301c2.zip |
make: rules: added pagination_tags
needs tests, but is supposed to work
Diffstat (limited to 'man/blogc-make.1.ronn')
-rw-r--r-- | man/blogc-make.1.ronn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index 76f2f37..d44b685 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -114,6 +114,18 @@ The rule passes the following helper variables to blogc(1): * `MAKE_TYPE`: `post` +### pagination_tags + +Build pagination pages for each tag from posts. This rule is disabled if +`posts_per_page` value in blogcfile(5) is negative or `0`. + +The rule passes the following helper variables to blogc(1): + + * `MAKE_RULE`: + `pagination_tags` + * `MAKE_TYPE`: + `post` + ### posts Build individual pages for each post. |