How to Deploy Hugo to GitLab Pages and Point It to a Gandi Domain
(the post is automatically translated by AI) Table of Contents Introduction Migrating the GitHub Repo to GitLab Configuring the GitLab CI/CD Pipeline Scheduled Deployment (Auto-Deploy on a Schedule) Pointing the Gandi Domain to GitLab Pages Configure GitLab Pages Configure Gandi DNS Conclusion References Introduction My personal website was previously hosted on GitHub, deployed via GitHub Actions to GitHub Pages, with a custom domain pointed to it. That workflow was convenient — once set up, I only had to focus on content and not worry about deployment. ...