···11+# Space
22+33+> A likely-to-be-unfinished experimental IndieWeb site, built with Go.
44+55+Space is an attempt at building an IndieWeb-capable personal site, before I
66+started looking into AT Protocol. It uses [Chi](https://go-chi.io/#/),
77+[Templ](https://templ.guide/), and [TailwindCSS](https://tailwindcss.com).
88+99+Media files are stored in an S3 backend of your choice, and any unrecognized
1010+or unsupported [post types](https://indieweb.org/posts) are be rendered as raw
1111+JSON until support was added.
1212+1313+Notably, the Tailwind pipeline is not checked into the project, as this was
1414+built before Go Tool support.
1515+1616+If you want to take it for a test-drive, you can check the `.env.example` file
1717+for all required configuration values. At the time, I was quite pleased with
1818+how this turned out.
1919+2020+## Supported Specs
2121+2222+- [x] [IndieAuth](https://www.w3.org/TR/indieauth/) via Basic Auth
2323+- [x] [Micropub](https://www.w3.org/TR/micropub/)
2424+- [ ] [h-card](https://microformats.org/wiki/h-card)
2525+- [ ] [Webmentions](https://www.w3.org/TR/webmention/)
2626+- [ ] [Microsub](https://indieweb.org/Microsub-spec)