From 4d3232069bbb6f89cbbf50ca64209d39fdfcd89f Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 16:18:56 +0800 Subject: feat(git): use non-root and add robots. --- www/config/_default/hugo.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/config/_default') diff --git a/www/config/_default/hugo.yaml b/www/config/_default/hugo.yaml index d66ef30..4ade102 100644 --- a/www/config/_default/hugo.yaml +++ b/www/config/_default/hugo.yaml @@ -2,6 +2,8 @@ baseURL: "https://crupest.life/" title: "crupest's life" copyright: "CC BY-NC 4.0" +enableRobotsTXT: true + languageCode: "en" defaultContentLanguage: "en" hasCJKLanguage: true -- cgit v1.2.3