Add categories to blog

Hi,
I an working on a blog with Massively and using Netlify, and GitHub, the blog is at blog.elicoustan.com(https://github.com/edcous/eliblog )and I need help figuring out how to categorize my posts. Any help would be greatly appreciated. Thanks in advance for your help!

You’ll probably wanna use a categories taxonomy. See: https://gohugo.io/templates/taxonomy-templates/#readout

Right, but how do I make sure it looks like the rest of my blog, I’m using massively template.

I’m not familiar with that particular theme. But basically you’ll wanna create a template/layout for your categories taxonomy. From there you can let it inherit your baseof template.

That’s just one way to do it though. It all depends on how you want to display your categories. I would recommend browsing the Hugo Themes and when you find one that displays categories how you like, dig into their code to see how they did it.

1 Like

How do I let it inherit the base template?

And also, how would I add a link to that on my menu?

A link to what?

The catagory list

<a href="/categories/">Categories</a>