Refactoring My Blog
Why refactoring? The first reason is that I didn’t put much thought into this side project. Also, I spent time trying to build a complicated CI/CD pipeline with GitHub Actions, and the result was not what I wanted. Separate tasks In the previous version of my blog, all the Hugo file system and the translations were in the root of the project. I started to structure things better by separating tasks: ...