Hugo Website, Nixos, and CD
Probelem I host my website at home for fun. I also use NixOS on my server. Previously, I had included my hugo website as a flake and built the package when I updated the system. This is a hassle and will sometimes cause other packages to update. I wanted continuous deployment that did not effect the host. Solution I was inspired by this by Brad Parker. I also used this GitHub issue to fix a bug. ...