Hi, I have uploaded my Hugo blog using github pages, but the githubpages does not render the theme . I get style sheet could not be loaded error.
I have my hugo content in https://github.com/meganeshkadam/hugo-blog repo
and my public dir in https://github.com/meganeshkadam/meganeshkadam.github.io
You could try to add a slash at the end of your baseURL variable from the config.toml:
baseurl = "https://meganeshkadam.github.io/"
Hi dplesca,
Thanks for the reply, this worked for me. But instead of using git submodule i created two repos and just posted the
output in my github.io repo , and my blog is up and running.