hugo

How to Create a Blog with Hugo and Gitlab Pages

4 minute read Modified:

Tutorial and documentation of how I built this site.
The day before starting this site, I had just started a blog using Github Pages and Jekyll and I wanted to compare the experience of building a site with Gitlab Pages and Hugo. Steps These steps are from the Hugo Quick Start guide and from the Hugo Gitlab Hosting Guide. Create a new Gitlab repository called ${username}.gitlab.io. Install Hugo. On Mac, you can run brew install hugo.