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>2019-08-30 14:31:46 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-08-30 14:31:46 +0300
commitbdea9adca0bc5b49512e52b333502371017b0642 (patch)
treead4f70c5a917775f8684feaa7817a28d8e56b613 /content
parent98a99bf4cc3a0ea6035ef6306bff863d7c49b060 (diff)
theme: upgrade to latest v4.5-dev - get new theme/font system
Diffstat (limited to 'content')
-rw-r--r--content/home/tags.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/home/tags.md b/content/home/tags.md
index 4ad29fe5..6da5875c 100644
--- a/content/home/tags.md
+++ b/content/home/tags.md
@@ -7,4 +7,16 @@ weight = 120 # Order that this section will appear.
title = "Popular Topics"
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
+
+[design]
+ # Minimum and maximum font sizes (1.0 = 100%).
+ font_size_min = 0.7
+ font_size_max = 2.0
+++