Code for the burning.moe homepage
Go to file
Lilian Jónsdóttir 8a2319033e refactor how template data is handled + load template data from file
Generating template data is now handled by templatedata instead of handlers.
Renderer doesn't recieve any data, but now asks for data from templatedata.
Additionally, template data is loaded from file (too lazy to split that into its own commit).
Templates in ./templates/name.page.tmpl will have data loaded from ./templates/name.page.json
2024-01-23 16:10:15 -08:00
cmd/web it works! 2024-01-22 20:10:14 -08:00
internal refactor how template data is handled + load template data from file 2024-01-23 16:10:15 -08:00
static it works! 2024-01-22 20:10:14 -08:00
templates refactor how template data is handled + load template data from file 2024-01-23 16:10:15 -08:00
.gitignore update gitignore 2024-01-22 22:25:36 -08:00
go.mod it works! 2024-01-22 20:10:14 -08:00
go.sum it works! 2024-01-22 20:10:14 -08:00
LICENSE Initial commit 2024-01-18 13:39:35 -05:00
magefile.go it works! 2024-01-22 20:10:14 -08:00
README.md update readme 2024-01-22 22:14:36 -08:00

burning.moe

Code for the burning.moe homepage

technologies used

why?

why not?

Improving my go skills, and learning to write web apps in go, was a good opportunity to rewrite my ancient and basic website while having it functionally not change at all.