From 5147eae37172cbbda9bab4ac14b5b25099416c41 Mon Sep 17 00:00:00 2001 From: dcorto Date: Sat, 14 Dec 2024 18:00:36 +0100 Subject: [PATCH] Enable robots.txt --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 995f342..eed2cbf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,8 @@ baseURL = "https://dcorto.github.io/" languageCode = "en" theme = "adritian-free-hugo-theme" # https://gohugo.io/content-management/taxonomies/ -disableKinds = ["taxonomy", "term"] +disableKinds = ["taxonomy", "term", "rss"] +enableRobotsTXT = true [languages] [languages.en]