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,