I’m new to development and part of one of the projects I’m working on has me signing up for deploying my git. I’m using the hugo-academic template I found on git.
Page Not Found Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.” once I’ve clicked on the link provided by netlify. I’ve tried everything and it didn’t work…
hi legey, looking at your package.json, i think you have quite a few things (dependencies and also commands) missing that are needed to build your project.
I only see this in your package.json:
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
which isn’t really enough. What commands are you running to build this app locally?
see this thread i responded to in depth today that contains a lot more info:
There is an issue in the Badji.html file though, specifically the image source path. This path is a Windows-style path, and won’t work in a browser. Additionally, the case and file path are incorrect as it is Pictures\profilePicture.JPG however the directory in GitHub is Picture(no s) and the file Profile Picture.JPG(with a space).
As a general rule, filesname are always lowercase, and should not contain spaces. Replace spaces with either hyphen - or underscore _.