Tagged As Math

18 Jul 2020

Jekyll Tag Cloud

Filed under Coding and tagged as Jekyll, Liquid, and Math.

Building from Thursday’s post, an alternative method for displaying tags by count had occurred to me: the classic “tag cloud”. Displaying tags in a list (or, ideally, within a bunch or a circle) with the font size of the tag representing visually the relative importance of a tag to the blog compared to other tags. It accomplishes the same goal as a simple ordered-by-post-count list (showing what you care about), but it’s visual and interesting.

Read more

Tag Cloud