Adding tags to Hakyll Haskell Web Posted on 2023-01-13 Contents Adding tags to posts Finding tags Generating tag post lists Navigating to tags list I’ve been building this site statically using Hakyllsince the beginning and I haven’t found any significant reason to move off it yet. I figured that since there are some topics that keeps repeating I wanted to start tagging my posts. Hakyll supports tags out of the box and with some help from this post it didn’t take me too long to get a de...