Make static Hugo sites dyanmic with htmx and Go
The Hugo HTMX Go Template is a project template that combines Hugo, htmx, and an optional API server written in Go. It allows developers to make static Hugo sites dynamic by adding islands of dynamic behavior. This template provides a simple solution for adding dynamic functionality to static sites without relying on SaaS products.
To get started with the template, follow these steps:
bin/develop
.http://localhost:1313
and the API server on http://localhost:1314
.bin/build
to build fat binaries of your Hugo site (available at http://localhost:1314
).The Hugo HTMX Go Template is a project template that allows developers to add dynamic functionality to static Hugo sites. It provides a simple solution for integrating features such as contact forms, comment systems, and voting systems on static sites without relying on external SaaS products. The template includes example code, developer tooling, and hot-reloading capabilities for easy development and deployment.