Sha256: b0d5097019fde534a24d3b43fd28daeff92af06b490ebe2a5e7e9f9808858962
Contents?: true
Size: 360 Bytes
Versions: 13
Compression:
Stored size: 360 Bytes
Contents
# www.robotstxt.org {{- $isProduction := eq hugo.Environment "production" -}} {{- $isNetlify := eq (getenv "NETLIFY") "true" -}} {{- $allowCrawling := and (not $isNetlify) $isProduction -}} {{ if $allowCrawling }} # Allow crawling of all content {{- end }} User-agent: * Disallow:{{ if not $allowCrawling }} /{{ end }} Sitemap: {{ "/sitemap.xml" | absURL }}
Version data entries
13 entries across 13 versions & 1 rubygems