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