diff options
Diffstat (limited to 'www/config/_default')
| -rw-r--r-- | www/config/_default/hugo.yaml | 2 | 
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 | 
