How this site is built and automated

I had one primary condition when I decided to make a personal website: It must be absolutely painless to create new posts and publish them automatically through continuous integration. All I have to do is to push changes to a GitHub repository and things take care of themselves automatically. Bundling everything in a Docker container Creating a simple Docker container to both serve and develop the Hugo website was my first thought....

April 13, 2022 · 5 min · Kasper Skytte Andersen