From 3d5da99a4d54eade02b6e25f5d57a583e85d20b2 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Wed, 12 Jul 2023 14:30:42 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71fa2f5..82cead2 100644 --- a/README.md +++ b/README.md @@ -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?