mykiwi/mykiwi.blogpublic Fork 0
479f7e2baff211e8f6ca4d3441f31da4f33f39aa
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.

Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 · on 479f7e2baff211e8f6ca4d3441f31da4f33f39aa · Romain Gautier · 18h ago
robots.txt · 8 lines · 133 BText Blame HistoryRaw
1
2
3
4
5
6
7
8
User-agent: *
{{ if site.Params.noindex -}}
Disallow: /
{{- else -}}
Disallow:

Sitemap: {{ "sitemap.xml" | absLangURL }}
{{- end }}