Migrating Hugo website to Codeberg using a custom domain
For some irrelevant reasons, I decided to move my website (and my library) to be hosted on Codeberg. So, I am going to write a little bit about how I did the migration. First, I created an account on Codeberg. There are tons of useful tutorials and documentations on the web that explain how to migrate repositories from GitHub to Codeberg. It’s important to note that on GitHub, you usually have to name your repository in a specific way to make GitHub Pages work. In Codeberg, you technically can do the same (with the pages repository name), but I found it easier to configure everything with a general repository name. So, I recommend you to name your website’s repository whatever (mine is named website). ...