From 7b8fb363334833b3813bbccffe4d3d8587248dd1 Mon Sep 17 00:00:00 2001 From: 1v9 Date: Thu, 7 Mar 2019 16:29:55 +0800 Subject: [PATCH] Update statement of tagcloud option from #662 --- _config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index b6c2952b14..52ad4d50f1 100644 --- a/_config.yml +++ b/_config.yml @@ -388,17 +388,16 @@ highlight_theme: normal # Enable "cheers" for archive page. cheers: true -# TagCloud settings for tags page. tagcloud: - # If true, font size and color can be customized - enable: false + # If true, font size, font color and amount of tags can be customized + enable: true # All values below are same as default, change them by yourself - amount: 200 # amount of tags, set `enable` to `true` and edit this option if you have more than 200 tags min: 12 # min font size in px max: 30 # max font size in px start: '#ccc' # start color (hex, rgba, hsla or color keywords) end: '#111' # end color (hex, rgba, hsla or color keywords) + amount: 200 # amount of tags, chage it if you have more than 200 tags # ---------------------------------------------------------------