Skip to content

Commit 4880af6

Browse files
oschwaldclaude
andcommitted
Disable taxonomy, term, and RSS pages
`disableKinds = ["taxonomy"]` only disables the taxonomy list page; post-Hugo-0.73 individual term pages are a separate kind. The site declares no taxonomies, so neither list nor term pages have content, but the config now matches its stated intent. Disabling RSS also suppresses an empty `index.xml` that nothing subscribes to. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a221dc3 commit 4880af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title = "GeoIP2 Java API"
2-
disableKinds = ["taxonomy"]
2+
disableKinds = ["taxonomy", "term", "RSS"]
33

44
[[cascade]]
55
layout = "default"

0 commit comments

Comments
 (0)