Lilian Jónsdóttir
3dbd5a86e2
- split many parts of RenderTemplate into their own functions so they can be used individually - move web apps into their own page, add projects page, both generated by executing links.tmpl with their own yaml data - handle / specially, generating LinkMap from Handlers
22 lines
673 B
Markdown
22 lines
673 B
Markdown
# burning.moe
|
|
|
|
Code for the [burning.moe](https://burning.moe) homepage
|
|
|
|
## technologies used
|
|
- written in [go](https://go.dev) using:
|
|
- [chi](https://github.com/go-chi/chi)
|
|
- [cleanenv](https://github.com/ilyakaznacheev/cleanenv)
|
|
- [log](https://github.com/charmbracelet/log)
|
|
- [mage](https://github.com/magefile/mage)
|
|
- written using [helix](https://helix-editor.com/)
|
|
- tested on [void linux](https://voidlinux.org/)
|
|
- hosted on [debian linux](https://www.debian.org/)
|
|
|
|
## 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.
|