web

Move to GitHub pages

Now on GitHub pages! It took some work, but I now moved this site to GitHub pages. I am using an automated github action that builds and deploys the site. Two repositories I am using a source repository to store the “source” of the website and a built site repository to store the built site. When I do changes, I only push to the “source” repository and a github action takes care of building the site using Hugo and pushing the built content into the “built site” repository.
Read more