Kontra: GOTH app (Go+templ+htmx+Tailwind tokens), markdown content, Decap admin, media shortcodes. Phase 3 build complete + verified locally.

This commit is contained in:
sam
2026-09-08 17:11:21 +10:00
commit 31e9a708cc
46 changed files with 4178 additions and 0 deletions

9
app/go.mod Normal file
View File

@@ -0,0 +1,9 @@
module day
go 1.26
require (
github.com/a-h/templ v0.3.1020
github.com/goccy/go-yaml v1.19.2
github.com/yuin/goldmark v1.8.6
)