Blog doesn't show correctly on GitLab

I just finished the quick start tutorial. I can get it up and running on my local mac. But when I push it to GitLab, it doesn’t show the blog correctly. (like this https://jenwit.gitlab.io/quickstart/ )

My repository is at https://gitlab.com/jenwit/quickstart

Probably: In your config.toml, set your baseurl correctly.

2 Likes

Thanks Rick, after changing the baseurl in config.toml, it works now.

1 Like