Categories and tags

I am building a website that doesn’t have blogs or tags.

How do I turn off http://localhost:1313/categories/ and http://localhost:1313/tags/ from displaying.

I see that it displays on default. I don’t want that page shown.

Hugo Taxonomy Defaults

1 Like

Doesnt work on my end. I have this on my Config.
baseURL = “/”
languageCode = “en-us”
title = “My New Hugo Site”
relativeURLs = true

[taxonomies]
category = “categories”
tag = “tags”
disableKinds = [“taxonomy”, “taxonomyTerm”]

Thank you.
It’s working now.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.