From 9c3065d9cfadd860eea1d96765c642c5a529d9d4 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 10 Mar 2018 23:42:31 +0100 Subject: make: pass TAG_CLOUD variable to blogc. this variable includes all the tags configured in blogcfile(5) as a space-separated string. --- man/blogcfile.5.ronn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') 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 <> ## SEE ALSO -blogc(1), blogc-make(1), strftime(3) +blogc(1), blogc-make(1), blogc-template(7) strftime(3) -- cgit v1.2.3-18-g5258