burning.moe/README.md

21 lines
676 B
Markdown
Raw Permalink Normal View History

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-06-03 22:33:01 -04: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)
- [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-23 01:14:36 -05:00
## why?
why not?
2024-06-03 22:33:01 -04: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.