I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite
2
fork

Configure Feed

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

Change name to bust cache

+2 -2
+1 -1
index.html.tmpl
··· 7 7 <meta name="description" content="A collection of postcards sent to me by my friend, Claire, inviting me to 'shut up' from many places and in many languages over many years."> 8 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 9 <meta name="keywords" content="postcards,art,insults,language,microsite"> 10 - <meta property="og:image" content="/socials.jpg" /> 10 + <meta property="og:image" content="/og-image.jpg" /> 11 11 <link rel="author" href="https://www.byjp.me"> 12 12 <link rel="canonical" href="https://shutup.jp"> 13 13 <link rel="stylesheet" href="postcard.css">
+1 -1
main.go
··· 27 27 "static/shutup.css", 28 28 "static/bg-light.png", 29 29 "static/bg-dark.png", 30 - "static/socials.jpg", 30 + "static/og-image.jpg", 31 31 } 32 32 33 33 for _, file := range files {
static/socials.jpg static/og-image.jpg