From ea1a686c3bb5fb18c84dac723d912de1efe142cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sat, 23 Oct 2021 00:09:23 +0200 Subject: [PATCH] block robots --- _config.ts | 1 + robots.txt | 2 ++ styles.css | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 robots.txt diff --git a/_config.ts b/_config.ts index a0247b2..65128ba 100644 --- a/_config.ts +++ b/_config.ts @@ -17,6 +17,7 @@ site.loadAssets([ ".ttf", ".otf", ".js", + ".txt", ]); site.filter("title", (value = '') => value + (value ? " | " : "") + "MiOM"); diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/styles.css b/styles.css index 076aa81..410f604 100644 --- a/styles.css +++ b/styles.css @@ -9,6 +9,11 @@ html { font-size: 7.3vw; line-height: 150%; + background: white; +} + +body { + background: white; } a,