changeset 1067:824259d52d7e

samples: document tagcloud-min-count Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 04 Dec 2020 14:10:15 -0500
parents 6323615ed193
children 5306db73b02f
files samples/full.lisp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)