Error pages for my website. https://fwdekker.com/error/404.html
Go to file
Florine W. Dekker 76aa3d633c
Revert "Add maintenance page using custom error code"
This reverts the previous commit.
2021-06-09 17:54:31 +02:00
src/main Revert "Add maintenance page using custom error code" 2021-06-09 17:54:31 +02:00
.editorconfig Fix formatting of pages 2021-03-22 20:48:38 +01:00
.eleventy.js Migrate to npm and use 11ty 2021-05-08 16:38:50 +02:00
.gitattributes Migrate to npm and use 11ty 2021-05-08 16:38:50 +02:00
.gitignore Migrate to npm and use 11ty 2021-05-08 16:38:50 +02:00
Gruntfile.js Replace extra JS script with template meta tags 2021-06-08 23:13:08 +02:00
LICENSE Replace extra JS script with template meta tags 2021-06-08 23:13:08 +02:00
README.md Replace extra JS script with template meta tags 2021-06-08 23:13:08 +02:00
package-lock.json Replace extra JS script with template meta tags 2021-06-08 23:13:08 +02:00
package.json Revert "Add maintenance page using custom error code" 2021-06-09 17:54:31 +02:00

README.md

Error pages

The error pages used on fwdekker.com (and probably some related domains as well).

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the blog in `dist/` for development
$> npm run dev
# Build the blog in `dist/` for deployment
$> npm run deploy

You may need to change the pathprefix option of Eleventy when using WebStorm so that the root of the blog is changed to /error-pages/dist/ instead of /error/.