Disable taxonomyTerm page generation to avoid Hugo build warnings

This commit is contained in:
Hugo Locurcio
2020-02-27 18:34:58 +01:00
parent 128624ca4a
commit f6e54bfdfe

View File

@@ -3,4 +3,4 @@ languageCode = "en-us"
title = "Godot class reference status"
# This is a single-page website, no need to generate a sitemap and RSS feed.
disableKinds = ["sitemap", "RSS"]
disableKinds = ["sitemap", "RSS", "taxonomyTerm"]