navidrome / website

Navidrome's documentation website
https://www.navidrome.org
Apache License 2.0
18 stars 92 forks source link

redesign error 404 page #67

Closed khareyash05 closed 1 year ago

khareyash05 commented 2 years ago

The current design of error 404 page looks dull . I would like to design a better one image

deluan commented 2 years ago

Cool, feel free to send a PR. It would be great if the 404 page had some links to the important pages in the doc:

khareyash05 commented 2 years ago

@deluan I am finding this error while typing hugo server kindly help image

deluan commented 2 years ago

Sorry, don't know what could be... Maybe an incompatible version? I'm using the following version:

Hugo Static Site Generator v0.76.4/extended darwin/amd64 BuildDate: unknown

Or maybe you didn't checkout the submodules? Did you follow the instructions in the README?

git clone --recurse-submodules https://github.com/navidrome/website.git
cd website
npm install
khareyash05 commented 2 years ago

@deluan One more error I am facing kindly help. I am not able to reach the error 404 page (404 page not found) I am ready with the design of error 404 page but not able to see the reuslt

deluan commented 2 years ago

AFAIK Hugo does not render the 404 page locally. Try creating a PR in this repo, it will be deployed to Netlify and you can check the result by clicking here:

Screen Shot 2021-11-20 at 12 41 41 PM
khareyash05 commented 2 years ago

@deluan Created a PR have a look!