A simple static blog built with Golang + HTMX + Tailwind CSS. Currently has very little features (only posting article, server-side markdown rendering, and GitHub OAuth login), but I want to expand it more as I needed more functionality.
- Make sure air is installed and
~/go/bin
is added to your path - Create
.env
file (seeenv.sample
), then runmake local-setup
andmake run
. That's it :)