diff --git a/docs/config.toml b/docs/hugo.toml similarity index 84% rename from docs/config.toml rename to docs/hugo.toml index 9072c1d..9285cb9 100644 --- a/docs/config.toml +++ b/docs/hugo.toml @@ -3,6 +3,9 @@ languageCode = "en-us" title = "Prometheus Hetzner Cloud SD" pygmentsUseClasses = true +disableKinds = ["RSS", "sitemap", "taxonomy", "term", "section"] +enableRobotsTXT = true + [markup.goldmark.renderer] unsafe = true