jpanther / lynx

A simple links theme for Hugo built with Tailwind CSS.
https://jpanther.github.io/lynx/
MIT License
349 stars 117 forks source link

what is "disableKinds" #49

Closed JDChat closed 1 year ago

JDChat commented 1 year ago

What happened?

In https://github.com/jpanther/lynx/blob/dev/exampleSite/config.toml

disableKinds = ["taxonomy", "term"]

Didn't know what it is for.

Theme version

Latest

Hugo version

v0.111 extended

What browsers are you seeing the problem on?

Chrome

Relevant Hugo log output

No response

jpanther commented 1 year ago

This is a standard Hugo parameter and it simply disables page generation for these types as they are not really useful when making a simple links page. You can read more about it in the Hugo docs.

As this is not actually an issue, I'm going to close this request - questions can be asked using Discussions.