i'm struggling to add support for tags to my site.
after fighting for a while trying to integrate it with my existing site source, i figured it best to just hakyll-init a new site, follow the instructions, compare with the provided final source code, etc., but i just can't get it to work.
following the steps in the tutorial allows it to gather the tags from the posts' metadata correctly, print them into the header content of the post, but, crucially, it doesn't create any /tag[s]/x.html page (or link to such page) for each tag 'x' -- though the tutorial claims such functionality.
i don't see any mention of hyperlinks in the tutorial, so i could understand why 'tags: x, y' doesn't create a couple of hyperlinks, but the real issue is that the basic /tags/x.html pages aren't being generated as the tutorial claims should be.
i do notice the guide is from 2014 with hakyll v4.4.3.2, though i should imagine the advice should still work with v4.9.8.0.
any advice? is anyone aware of a more recent treatment of this issue? while i'm haskell-competent in a functional programming sense, i'm nowhere near experienced enough with hakyll to handle this myself.
cheers,
allan.