Hi there!
I have a personal website made with Hugo/Academic theme and hosted on Netlify.
The github repo is here https://github.com/jpjanet/website-prv
Everything used to be great, but I tried to upgrade the theme… and while it looks great when I build locally with Hugo -server, it looks totally messed up on Netlify. Here is an example of the messed up image: broken_deploy
Nothing in the build log looks weird to me. One thing that was making me suspicious? I was getting the following error (only on Netlify):
9:55:55 PM: ERROR 2019/07/29 01:55:55 Could not find an author page at
/author/admin
. Please check the value ofauthor
in your About widget and create an associated author page if one does not already exist.
So in order to debug I made a copy of content/authors as content/author, which let the Netlify work correctly. However this does suggest that the Netlify env is not working as expected…
The Netlify project deploys to a custom url (I can’t post more than 2 links) but since it is messed up I using an old deploy anyway
Any help is greatly appreciated.