Setup Hugo with github pages.

Read this hugo website

Then change baseURL in config.toml to your github page or your css will not work. e.g baseurl = “https://tommyshem.github.io/"

Share