dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs(fix): proper TOML format for frontmatter sample (#717)
Patrick Kollitsch
19.04.2024
ca6da4883e767628fff9b09827d7ac05c81a3df7
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
robots.txt
1
2
3
4
5
6
7
8
User-agent: *
{{/* robotstxt.org - if ENV production variable is false robots will be disallowed. */ -}}
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") -}}
Allow: /
Sitemap: {{ "/sitemap.xml" | absURL }}
{{ else -}}
Disallow: /
{{ end -}}