Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-12-13 02:51:00 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-13 02:51:00 +0300
commit278c0cc1837cae146ff10178e36d53e749da0fea (patch)
tree5553ff9d51e0513e822757b82cb65db83fedb685 /exampleSite/content
parent3927a272580e5bc380a7910cbe62aa218f2a3b13 (diff)
refactor: convert Tag Cloud to TOML
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/home/tags.md16
1 files changed, 6 insertions, 10 deletions
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
---