mykiwi/mykiwi.blogpublic Fork 0
51380a74d964c44b92c0eb3b04aab56bfdcf7545
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

robots.txt · 8 lines · 133 BText Blame HistoryRaw
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 15h ago1User-agent: *
2{{ if site.Params.noindex -}}
3Disallow: /
4{{- else -}}
5Disallow:
6
7Sitemap: {{ "sitemap.xml" | absLangURL }}
8{{- end }}