Enable robots.txt
This commit is contained in:
parent
45d84e7765
commit
a00c6edb7a
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ baseURL = 'https://leomurca.xyz'
|
|||
languageCode = 'en-us'
|
||||
title = 'Leonardo Murça'
|
||||
|
||||
enableRobotsTXT = true
|
||||
|
||||
# Code Highlight
|
||||
pygmentsstyle = "gruvbox"
|
||||
pygmentscodefences = true
|
||||
|
|
|
|||
2
layouts/_default/robots.txt
Normal file
2
layouts/_default/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Sitemap: https://www.leomurca.xyz/sitemap.xml
|
||||
Loading…
Add table
Reference in a new issue