Hi-
Needed to redeploy hugo website to netlify. Theme is deploying but content is missing. Looked over everything I could find on the topic but just can’t get it to work. Need new eyes.
site: contivpp.io
repo: https://github.com/contivpp/contivpp-site
Things I tried:
-
Cloned the site with recurse submodules like so:
git clone --recurse-submodules git@github.com:contivpp/contivpp-site.git -
Updated netlify.toml including version (0.73.0) as suggested on the airspace repo
-
Double-checked that there is no draft = true in the front matter.
-
Local Server anomaly. Worked fine on hugo 0.58.3. Then upgraded to 0.74.1 thinking that could fix it. Now local server is serving up the theme but no content. Just like what is happening on netlify.
Appreciate any suggestions to fix.
Thanks!