Hi all,
I have a github repo that I use to continuously deploy my site to Netlify. The current site with my current theme builds and deploys just fine. However, I have a git branch where I'm trying to get a new theme implemented that I intend to switch to.
This new branch renders the theme just fine locally. When I push to github and the Netlify build is triggered, the site builds with no errors. However, the output is plain HTML with no discernible styling. See here: https://vigorous-curie-5890bb.netlify.com/
The repo/branch I'm building this site from is here: https://github.com/arkanian86/braden_live/tree/change-theme
When I drag and drop /public/ into Netlify, it builds with no errors but correctly displays styling.
Where am I going wrong? I have tried numerous settings in the netlify.toml
and config.toml
. I am using Hugo version 0.60.1. Any pointers would be helpful, thank you!