the home site for me: also iteration 3 or 4 of my site

chore: update author quip for index.html in OG generation

Changed files
+1 -1
static
blog
tools
static/blog/og.png

This is a binary file and will not be displayed.

+1 -1
tools/genOG.ts
···
if (file.split("/")[1] !== "index.html") {
by = "<p>A post ... yeah thats about it</p>";
} else {
-
by = "<p>All authored by Kieran Klukas</p>";
+
by = "<p>All authored by me ... or are they???</p>";
}
break;
case "verify":