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
insidecontent/series/series-setup/
to add an intro or custom ordering. - Override the
layouts/_default/terms.html
andlist.html
templates to tailor styling. - Cross-link each post with
/post/series-part-1/
style shortcodes so navigation works even outside the taxonomy listing.