Create go backend for site SSR and Dockerfile for dockerization

This commit is contained in:
2026-03-10 18:44:07 -05:00
parent 92600c3159
commit b47820eeea
9 changed files with 336 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.calico.tel/calic0/calic0.me
go 1.24.4
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/adrg/frontmatter v0.2.0 // indirect
github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)