diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/blogcfile.5.ronn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index 4fe3de8..f93d0af 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -136,6 +136,10 @@ The `[tags]` section is a listing of the tags that should be listed in the website. blogc-make(1) will generate post listing indexes and Atom feeds for each tag listed in the section. +The tags will be also provided to blogc as a `TAG_CLOUD` variable, that is a +space-separated list of the tags, useful to generate tag clouds using the +`foreach` template iterator. See blogc-template(7). + ### Copy listing The `[copy]` section is a listing of the files that should be copied to the @@ -180,4 +184,4 @@ Rafael G. Martins <<rafael@rafaelmartins.eng.br>> ## SEE ALSO -blogc(1), blogc-make(1), strftime(3) +blogc(1), blogc-make(1), blogc-template(7) strftime(3) |