diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-10 23:42:31 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-10 23:42:31 +0100 |
commit | 9c3065d9cfadd860eea1d96765c642c5a529d9d4 (patch) | |
tree | 18b014c98bccb07141491b2bda740743dba26b03 /man | |
parent | f7ae4bffadd232a758dfe9dce7025899b6fe7bad (diff) | |
download | blogc-9c3065d9cfadd860eea1d96765c642c5a529d9d4.tar.gz blogc-9c3065d9cfadd860eea1d96765c642c5a529d9d4.tar.bz2 blogc-9c3065d9cfadd860eea1d96765c642c5a529d9d4.zip |
make: pass TAG_CLOUD variable to blogc.
this variable includes all the tags configured in blogcfile(5) as a
space-separated string.
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) |