added very permissive robots

This commit is contained in:
Warwick 2024-06-27 14:35:41 +01:00
parent 75d03837cf
commit 221fb3039e
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@ languageCode = "en-us"
title = "Warwick New" title = "Warwick New"
theme = "warwick_portfolio" theme = "warwick_portfolio"
pluralizeListTitles = false pluralizeListTitles = false
enableRobotsTXT = true
[Author] [Author]
name = "Warwick New" name = "Warwick New"
@ -13,4 +14,3 @@ home = ['html']
section = ['html', 'rss'] section = ['html', 'rss']
taxonomy = ['html'] taxonomy = ['html']
term = ['html'] term = ['html']

View file

@ -0,0 +1,3 @@
User-agent: *
Allow: / {{ range site.RegularPages }}
Allow: {{ .RelPermalink }} {{ end }}