Hello Docsy Community,
I’m switching from Jekyll to Hugo as my static site generator so that I can use the Docsy Hugo theme.
I have been following the Hosting Hugo on Github Project Pages
My config.toml build parameters are
theme = [“docsy”]
themesDir = “themes”
#publishDir builds hugo to the docs folder (instead of the default public) necessary to use Github Pages to serve the Project
publishDir = “docs”
After building using hugo and uploading pushing the docs directory to GitHub, when I look at the resulting Github Page,
The Docsy theme does not render instead I get stripped down html - see image below.

Any ideas?
Thank you in advance,
Hello Docsy Community,
I’m switching from Jekyll to Hugo as my static site generator so that I can use the Docsy Hugo theme.
I have been following the Hosting Hugo on Github Project Pages
My config.toml build parameters are
After building using
hugoand uploading pushing thedocsdirectory to GitHub, when I look at the resulting Github Page,The Docsy theme does not render instead I get stripped down html - see image below.
Any ideas?
Thank you in advance,