Add robots.txt

This commit is contained in:
ItsDrike 2021-08-25 10:54:17 +02:00
parent 9a594f6596
commit 21f4356ff9
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 5 additions and 0 deletions

View file

@ -10,3 +10,4 @@ buildFuture: true
MetaDataFormat: yaml
summaryLength: 40
enableEmoji: true
enableRobotsTXT: true

4
layouts/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: {{ absURL "sitemap.xml" }}