Migration Complete
It’s been a while since I started moving my site to Hugo. I didn’t want to change my sites style so I recreated it as a Hugo theme.
There is also a little web editor for it as well, written in Go. It’s basic but it really works well and I learned a lot putting it together. I didn’t want to deal with databases for user management though so I set it up with pocket-id which allowed me to create a PassKey and use that to login.
Everything is now running inside Docker served with Traefik on an Alpine Linux VPS. It isn’t using Ansible like I originally planned but I’ll find a way to recreate this setup in it eventually so that I can plonk it on any server and have it set up correctly.