website/themes/hugoplate/layouts/robots.txt
Andreas Hnida 60437660e8
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m37s
Update hugo.toml: Add enableRobotsTXT and environment parameter
Logic for robots.txt while being in development environment to disallow all
2024-04-18 10:12:21 +02:00

4 lines
No EOL
86 B
Text

User-agent: *
{{ if eq .Site.Params.environment "development" }}
Disallow: /
{{ end }}