I followed up my Skatelog project with updates to my
Hugo-powered website:
Skate Buffalo.
I had barely touched it for almost two years.
I used to be well-versed in Hugo—I made an entire theme in the
past—but that was eight years ago.
I made a simple, mostly-JavaScript website using Webpack and Babel in 2017.
Nine years later I was dreading the thought of working on this project again.
But I found a solution.
I want to make Eleventy generate paginated lists of posts for each tag I use.
However, I want Eleventy to find all tags and generate the pages dynamically.
I definitely don’t want to do my own pagination. But it seems this is impossible.
This website is now built using Eleventy instead of the Perl script I wrote a couple years ago.
Everything should look the same as before, except for some minor visual tweaks.