From 278c0cc1837cae146ff10178e36d53e749da0fea Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 12 Dec 2020 23:51:00 +0000 Subject: refactor: convert Tag Cloud to TOML --- exampleSite/content/home/tags.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/content/home/tags.md b/exampleSite/content/home/tags.md index 5e291845..940491eb 100644 --- a/exampleSite/content/home/tags.md +++ b/exampleSite/content/home/tags.md @@ -1,11 +1,8 @@ --- # An instance of the Tag Cloud widget. -# Documentation: https://sourcethemes.com/academic/docs/page-builder/ +# Docs: https://wowchemy.com/docs/page-builder/ widget: tag_cloud -# Activate this widget? true/false -active: true - # This file represents a page section. headless: true @@ -13,16 +10,15 @@ headless: true weight: 120 title: Popular Topics -subtitle: +subtitle: '' content: +# Choose the taxonomy from `config.toml` to display (e.g. tags, categories) + taxonomy: tags # Choose how many tags you would like to display (0 = all tags) count: 20 - - # Choose the taxonomy from `config.toml` to display (e.g. tags, categories) - taxonomy: tags - design: + # Minimum and maximum font sizes (1.0 = 100%). font_size_min: 0.7 - font_size_max: 2 + font_size_max: 2.0 --- -- cgit v1.2.3