burning.moe/README.md

21 lines
676 B
Markdown
Raw Normal View History

2024-01-18 13:39:35 -05:00
# burning.moe
2024-01-22 22:14:36 -08:00
Code for the [burning.moe](https://burning.moe) homepage
## technologies used
2024-06-03 19:33:01 -07:00
- written in [go](https://go.dev) using:
2024-01-22 22:14:36 -08:00
- [chi](https://github.com/go-chi/chi)
- [cleanenv](https://github.com/ilyakaznacheev/cleanenv)
2024-01-23 18:24:29 -08:00
- [log](https://github.com/charmbracelet/log)
- [tasks](https://github.com/madflojo/tasks)
- written using [helix](https://helix-editor.com/)
- tested on [void linux](https://voidlinux.org/)
- hosted on [debian linux](https://www.debian.org/)
2024-01-22 22:14:36 -08:00
## why?
why not?
2024-06-03 19:33:01 -07:00
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.