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

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
static/blog/og.png

This is a binary file and will not be displayed.

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