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.

Ensure CGO is enabled during build

+2
+2
Taskfile.yml
··· 8 8 tasks: 9 9 build: 10 10 desc: Builds the site from constituent parts 11 + env: 12 + CGO_ENABLED: 1 11 13 cmds: 12 14 - go run . 13 15 serve: