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.

fix: version bump & image quality improved

+3 -1
+1 -1
go.mod
··· 5 5 require ( 6 6 github.com/biter777/countries v1.7.5 7 7 github.com/gohugoio/hugo v0.152.2 8 - github.com/jphastings/dotpostcard v0.15.5 8 + github.com/jphastings/dotpostcard v0.15.7 9 9 github.com/twpayne/go-proj/v11 v11.0.0 10 10 ) 11 11
+2
go.sum
··· 275 275 github.com/jphastings/dotpostcard v0.14.15/go.mod h1:0eiXZ86Z8pjV90l5f3vZ+2M6ViWuSriA33VmFmTYa3Q= 276 276 github.com/jphastings/dotpostcard v0.15.5 h1:HaNDOI/OEyP2d/qdgE/x/+9HKhDrGDY+hEwp+03KkB4= 277 277 github.com/jphastings/dotpostcard v0.15.5/go.mod h1:Y2KDj9IwkH1cfrP+jlL7IvEP/HqLZkCVn00gKi5/zzY= 278 + github.com/jphastings/dotpostcard v0.15.7 h1:cRZqBMbTDdEvJSDRza9jP91vO2vPJtTNyoLq0SzZzUQ= 279 + github.com/jphastings/dotpostcard v0.15.7/go.mod h1:maZT8F9RSEygNDMqaUBHgHFnMHaZ0oNvBwUHUtvJBuA= 278 280 github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= 279 281 github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= 280 282 github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=