aboutsummaryrefslogtreecommitdiff
path: root/www/config/_default/hugo.yaml
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 16:18:56 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 16:33:19 +0800
commit5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b (patch)
tree726e6b0ec2f86a4530161e4e4e90c0632c134f5a /www/config/_default/hugo.yaml
parentd201f6ef9c4b937f0ae8ee98dc291d7cfa10da92 (diff)
downloadcrupest-5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b.tar.gz
crupest-5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b.tar.bz2
crupest-5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b.zip
feat(git): use non-root and add robots.
Diffstat (limited to 'www/config/_default/hugo.yaml')
-rw-r--r--www/config/_default/hugo.yaml2
1 files changed, 2 insertions, 0 deletions
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