Something is going wrong when the hugo command produces the site for github pages, however. The baseURL and title in the config file do not appear as they do on localhost.
I’ve tried deleting the /docs folder and rebuilding the site from scratch, but it doesn’t seem to solve the problem.
It suggests that following the ‘correct’ procedure when defining your menu items results in the duplication of the site folder in urls. They suggest removing the first forward slash as in the example below…
[[menu.main]]
name = "Projects"
url = "/projects/"