error-pages/README.md

24 lines
594 B
Markdown
Raw Normal View History

2021-03-19 20:12:51 +01:00
# Error pages
The error pages used on [fwdekker.com](https://fwdekker.com/) (and probably some related domains as well).
## Development
### Requirements
* [npm](https://www.npmjs.com/)
### Setting up
```shell script
# Install dependencies (only needed once)
$> npm ci
```
### Building
```shell script
# 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/`.