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.

Add og:image URL

+8 -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 11 <link rel="author" href="https://www.byjp.me"> 11 12 <link rel="canonical" href="https://shutup.jp"> 12 13 <link rel="stylesheet" href="postcard.css">
+7 -1
main.go
··· 22 22 check(err) 23 23 24 24 var pcs []Postcard 25 - toCopy := []string{"static/postcard.css", "static/shutup.css", "static/bg-light.png", "static/bg-dark.png"} 25 + toCopy := []string{ 26 + "static/postcard.css", 27 + "static/shutup.css", 28 + "static/bg-light.png", 29 + "static/bg-dark.png", 30 + "static/socials.jpg", 31 + } 26 32 27 33 for _, file := range files { 28 34 var pc Postcard
static/socials.jpg

This is a binary file and will not be displayed.