Creating Blog Series in Hugo: Part 2

In Part 1 we attached the series-setup taxonomy to each article. Now we’ll surface the full list for readers.

Browse the Series

Hugo automatically exposes taxonomy pages. With the earlier configuration, you can view the series at:

http://localhost:1313/series/series-setup/

Deployments will map to /series/series-setup/ on your production domain.

Optional Enhancements

  • Create a _index.md inside content/series/series-setup/ to add an intro or custom ordering.
  • Override the layouts/_default/terms.html and list.html templates to tailor styling.
  • Cross-link each post with /post/series-part-1/ style shortcodes so navigation works even outside the taxonomy listing.

Posts in this series