remove robots.txt

This commit is contained in:
Vri 🌈 2023-05-17 14:58:32 +02:00
parent 1013d07f1c
commit a90f5a6edc
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 1 additions and 6 deletions
config/_default
layouts

View file

@ -1,7 +1,7 @@
baseURL: "https://vrifox.cc/"
title: "Vris Cute Corner"
enableRobotsTXT: true
enableRobotsTXT: false
defaultContentLanguage: de
defaultContentLanguageInSubdir: true
enableGitInfo: true

View file

@ -1,5 +0,0 @@
User-agent: *
{{range .Pages}}
Disallow: {{.RelPermalink}}
{{end}}