404 Error page
In order to add a custom 404 page to your website, just create one of the files below as top level file in the pages directory:
- 404.md
- 404.ejs
- 404.html
For example a custom error page for 404.md can have a content as the one below:
---
title: 404 Error
layout: default
---
## The page you are looking for cannot be found