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.

Fixes feed

+5 -2
+1
TODO.md
··· 10 10 ### Ideas 11 11 12 12 - [ ] Include a map, blocking off the parts of the world that I've received a postcard from. Voronoi colouring for countries with more than one? 13 + - [ ] Add forward/back buttons (use these as spacers to vertically centre the portrait version?) 13 14 14 15 ### Done ✔ 15 16
+4 -2
feed.xml.tmpl
··· 2 2 <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> 3 3 <channel> 4 4 <title>Shut up JP</title> 5 - <link>https://shutpup.jp/</link> 5 + <link>https://shutup.jp/</link> 6 + <xml:base>https://shutup.jp/</xml:base> 6 7 <description>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.</description> 7 8 <language>en-GB</language> 8 9 <managingEditor>hello@shutup.jp (JP Hastings-Spital)</managingEditor> ··· 16 17 <pubDate>{{ with .SentOn }}{{ .Format "Mon, 02 Jan 2006 15:04:05 -0700" }}{{ end }}</pubDate> 17 18 <guid>{{ .Name }}</guid> 18 19 <content:encoded> 20 + <img src="/{{.Name}}.webp" /> 19 21 <p>Another delightfully curt postcard I received from Claire on {{ with .SentOn }}{{ .Format "January 1, 2006" }}{{ end }}. It reads:</p> 20 - {{- .Back.Transcription | safeHTML -}} 22 + <pre>{{- .Back.Transcription | safeHTML -}}</pre> 21 23 </content:encoded> 22 24 <enclosure url="/{{.Name}}.webp" type="image/webp"/> 23 25 </item>