Add migration notice to README

This commit is contained in:
Adriano Caloiaro 2026-07-19 09:31:59 -06:00
parent 5260761f6d
commit f43f75bfd5

View file

@ -1,3 +1,5 @@
**NOTICE**: This repository has been moved to [https://code.adriano.fyi/me/hugo-htmx-go-template](https://code.adriano.fyi/me/hugo-htmx-go-template). Microsoft has shown little interest in stewarding what was once the best and largest open source community. This small act of migration is my way showing that we don't all support Microsoft's disinterest.
# hugo-htmx-go-template
Make static Hugo sites dynamic with htmx and go
@ -118,5 +120,4 @@ No additional configuration is necessary to deploy a fat binary. Simply copy `bu
Build a fat binary for OpenBSD and AMD64 architecture
```bash
GOOS=openbsd GOARCH=amd64 bin/build
```
```