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 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 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 👇