blog made using GO + templ + css + sqlite
While still unfinished it showcases how to make a simple blog using go, there's also a simple static site builder in the works.
Run using : go run ./cmd/web while in the main catalogue
- clean code
- make a static site builder (DONE)
- deploy on github-pages (DONE)