dencold / hasper

a port of Ghost's casper theme for Hugo
MIT License
22 stars 7 forks source link

Improve default 404 #4

Closed dencold closed 8 years ago

dencold commented 8 years ago

We currently have a 404 page configured, but it could use some help. This is the current look & feel (along with commentary):

image

We can do better. There is this reference from hugo to help guide us along.

dencold commented 8 years ago

This issue is now closed. We were able to address everything on that original screenshot, except the headline "404 Page not found" text. This is unfortunately hardcoded directly in the hugo source code:

https://github.com/spf13/hugo/blob/c0cf1a7e37efd4b0ba8fcbec2b53632303861303/hugolib/site.go#L1779

So we cannot override this in some configuration file, unfortunately.