Posts tagged: taxonomy
Implementing series navigation buttons — in Hugo
As I have written before; I like the concept of blog post series. Break a large topic, or ongoing project, into multiple posts — while maintaining the chronological order. But one key factor for a …
Adding support for multiple series per post — in Hugo
I’ve previously implemented a series taxonomy in Hugo, but it only supported a single series per post and used intersect which is kind of slow. Here is my improved implementation of a series taxonomy …
Creating a series taxonomy in Hugo
I like the concept of blog post series — a large topic or project, broken up in smaller pieces. Easier to write, easier to read. Here is how I implemented a series taxonomy in Hugo 👇