Error pages for my website.
https://fwdekker.com/error/404.html
|
||
---|---|---|
src/main | ||
.editorconfig | ||
.eleventy.js | ||
.gitattributes | ||
.gitignore | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json |
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/
.