I enabled Netlify Identity and CMS on my site and set up admin/index.html and admin/config.yml and everything worked. Yay!
I then edited the config.yml to change the images folder from ‘static/images/uploads’ to just ‘static/images’. I don’t see how this is connected, but immediately afterward Hugo says this:
‘Syncing admin/config.yml to /’
And I can’t access mysite/admin anymore:
Error loading the CMS configuration
Config Errors:
Error: Failed to load config.yml (404)
Check your config.yml file.
I had the ‘admin’ site on the published site working though and now, for some reason it doesn’t. I’ll try restarting hugo on my machine, but that doesn’t explain why the Netlify site is messed up.