mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-05-29 10:57:27 +02:00
Compare commits
3 Commits
47fc341b54
...
d928dc2940
Author | SHA1 | Date | |
---|---|---|---|
d928dc2940 | |||
cec7c13361 | |||
73d82506cb |
@ -12,9 +12,10 @@ ci:
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
# Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml
|
||||
#default_language_version:
|
||||
# python: pypy3
|
||||
# Consistency with other tools
|
||||
default_language_version:
|
||||
node: lts
|
||||
ruby: .ruby-version
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
15
_includes/head.html
vendored
15
_includes/head.html
vendored
@ -8,6 +8,21 @@
|
||||
<meta name="robots" content="nofollow">
|
||||
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
|
||||
<meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots | default: 'nofollow' }}{% endif %}">
|
||||
<!-- Based on https://darkvisitors.com/docs/robots-txt -->
|
||||
<meta name="Applebot-Extended" content="noindex, nofollow">
|
||||
<meta name="Bytespider" content="noindex, nofollow">
|
||||
<meta name="CCBot" content="noindex, nofollow">
|
||||
<meta name="ClaudeBot" content="noindex, nofollow">
|
||||
<meta name="Diffbot" content="noindex, nofollow">
|
||||
<meta name="FacebookBot" content="noindex, nofollow">
|
||||
<meta name="Google-Extended" content="noindex, nofollow">
|
||||
<meta name="GPTBot" content="noindex, nofollow">
|
||||
<meta name="Meta-ExternalAgent" content="noindex, nofollow">
|
||||
<meta name="omgili" content="noindex, nofollow">
|
||||
<meta name="Timpibot" content="noindex, nofollow">
|
||||
<meta name="anthropic-ai" content="noindex, nofollow">
|
||||
<meta name="Claude-Web" content="noindex, nofollow">
|
||||
<meta name="cohere-ai" content="noindex, nofollow">
|
||||
<link rel="icon prefetch" href="{{site.icon}}">
|
||||
<link rel="me prefetch" href="{{ site.url }}">
|
||||
<link rel="openid.delegate" href="https://aminda.eu/">
|
||||
|
2
package.json
vendored
2
package.json
vendored
@ -2,5 +2,5 @@
|
||||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
|
||||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user