Error pages for my website. https://fwdekker.com/error/404.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Florine W. Dekker 88dc972653
Do not highlight logo in navbar
4 months ago
src/main Do not highlight logo in navbar 4 months ago
.editorconfig Fix formatting of pages 2 years ago
.eleventy.js Migrate to npm and use 11ty 2 years ago
.gitattributes Migrate to npm and use 11ty 2 years ago
.gitignore Migrate to npm and use 11ty 2 years ago
Gruntfile.js Replace extra JS script with template meta tags 2 years ago
LICENSE Update eleventy dependency 1 year ago
README.md Replace extra JS script with template meta tags 2 years ago
package-lock.json Upgrade template to v3 4 months ago
package.json Do not highlight logo in navbar 4 months ago

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/.