From bdea9adca0bc5b49512e52b333502371017b0642 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 30 Aug 2019 14:31:46 +0300 Subject: theme: upgrade to latest v4.5-dev - get new theme/font system --- content/home/tags.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'content') 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 +++ -- cgit v1.2.3