2023-06-14 01:59:59 +02:00
|
|
|
# dgnum.eu
|
|
|
|
|
|
|
|
This is the website for dgnum.eu
|
|
|
|
|
|
|
|
## Deploy
|
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
The deployment is done automatically when an update is done here.
|
2023-06-14 01:59:59 +02:00
|
|
|
|
|
|
|
## Build Static Site
|
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
```bash
|
|
|
|
nix-build
|
2023-06-14 01:59:59 +02:00
|
|
|
```
|
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
## Develop
|
2023-06-14 01:59:59 +02:00
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
The website uses [11ty](https://www.11ty.dev/) for its build, to use it locally, just:
|
2023-06-14 01:59:59 +02:00
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
```bash
|
|
|
|
direnv allow
|
|
|
|
npm install
|
|
|
|
npm run dev
|
2023-06-14 01:59:59 +02:00
|
|
|
```
|