Update README.md

This commit is contained in:
Adriano Caloiaro 2023-07-12 14:30:42 -06:00 committed by GitHub
parent c6916f815a
commit 3d5da99a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# hugo-htmx-go-template
Make static Hugo sites dynamic with htmx and go
This is a project template combining [Hugo](https://gohugo.io), [htmx](https://htmx.org), and an optional API server written in Go, using `html/template` or [templ](https://github.com/a-h/templ/) for HTML rendering.
## Why?