block robots

pull/2/head
Benjamin Bädorf 2021-10-23 00:09:23 +02:00
parent 17fc7b7891
commit ea1a686c3b
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
3 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,7 @@ site.loadAssets([
".ttf",
".otf",
".js",
".txt",
]);
site.filter("title", (value = '') => value + (value ? " | " : "") + "MiOM");

2
robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View File

@ -9,6 +9,11 @@ html {
font-size: 7.3vw;
line-height: 150%;
background: white;
}
body {
background: white;
}
a,