From 33b1b850de94a12c683d902f7bfa003cb8641d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Mon, 22 Jan 2024 22:14:36 -0800 Subject: [PATCH] update readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0f217..4ac5fb0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # burning.moe -Code for the burning.moe homepage \ No newline at end of file +Code for the [burning.moe](https://burning.moe) homepage + +## technologies used +- [go](https://go.dev) + - [chi](https://github.com/go-chi/chi) + - [cleanenv](https://github.com/ilyakaznacheev/cleanenv) + - [mage](https://github.com/magefile/mage) + +## 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.