Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Disable generation of unnecessary content #467

@mattstratton

Description

@mattstratton

Currently when we build with hugo, it builds a lot of "tags" and other pages that we don't use at all.

Hugo 0.19 adds the ability to control this on config.toml as such:

disableKinds = ["page", "home", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"]

(doing that would make nothing work; so we don't add that)

My theory is we would just add this to config.toml, etc:

disableKinds = ["taxonomy", "taxonomyTerm"]

I think those are the two things that are adding things we don't need (tags, etc).

Just need to experiment with turning the dials and seeing what pages don't get rendered :)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions