Error pages for my website. https://fwdekker.com/error/404.html
Go to file
Florine W. Dekker 88dc972653
Do not highlight logo in navbar
2022-11-24 17:50:04 +01:00
src/main Do not highlight logo in navbar 2022-11-24 17:50:04 +01: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 Update eleventy dependency 2022-02-25 20:51:29 +01:00
README.md Replace extra JS script with template meta tags 2021-06-08 23:13:08 +02:00
package-lock.json Upgrade template to v3 2022-11-24 17:45:21 +01:00
package.json Do not highlight logo in navbar 2022-11-24 17:50:04 +01: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/.