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