# HG changeset patch # User Josef 'Jeff' Sipek # Date 1607109015 18000 # Node ID 824259d52d7eceae59fdc7cdf8be8c71c623dd75 # Parent 6323615ed1938da5b3e24d8c5ad546f22e67f2e2 samples: document tagcloud-min-count Signed-off-by: Josef 'Jeff' Sipek diff -r 6323615ed193 -r 824259d52d7e samples/full.lisp --- a/samples/full.lisp Sat Oct 24 09:47:22 2020 -0400 +++ b/samples/full.lisp Fri Dec 04 14:10:15 2020 -0500 @@ -73,6 +73,10 @@ (html-index-stories . 10) (feed-index-stories . 15) + ; The minimum number of posts a tag must have in order to be included in + ; the tag cloud. Default is 2. + (tagcloud-min-count . 2) + ; The minimum and maximum font size used for tag cloud words. Defaults are ; 6pt minimum and 18pt maximum. (tagcloud-min-size . 6)