Hi,
I’m facing an issue with my Hugo site deployment on GitHub Pages. While the site works perfectly on localhost, the theme (hello-friend-ng) isn’t loading when deployed. I’ve noticed this issue with my Hugo site is likely due to my own misconfiguration, and while I’ve tried all solutions I could find in the forum and elsewhere online, I haven’t been able to resolve it - hence why I’m reaching out here for help.
Console shows these 404 errors:
GET https://vitor-mafra.github.io/about_me/about_me/main.min.244183cde1a38e0b08f82c11791181288f9aac1cc9618cd6f4e9e7710c5768ba.css net::ERR_ABORTED 404 (Not Found)
GET https://vitor-mafra.github.io/about_me/about_me/bundle.min.e89fda0f29b95d33f6f4224dd9e5cf69d84aff3818be2b0d73e731689cc374261b016d17d46f8381962fb4a1577ba3017b1f23509d894f6e66431f988c00889e.js net::ERR_ABORTED 404 (Not Found)
Setup details:
- Theme: hello-friend-ng (as Git submodule @ b4559bf)
- Repository: GitHub - vitor-mafra/about_me: My personal website
- Base URL in hugo.toml:
baseurl = "/"
- Using GitHub Actions for deployment
I’ve noticed this is a common issue, as seen in several other forum posts. I’ve tried all solutions proposed in previous discussions, including:
- Adjusting base URL configurations
- Verifying theme installation and submodule
- Checking GitHub Actions workflow
- Solutions from similar threads on the forum
However, none of the common solutions have resolved the issue . Any additional help or fresh perspectives would be greatly appreciated!