2024-12-26 13:57:18 +01:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
|
|
|
|
|
|
|
SPDX-License-Identifier: EUPL-1.2
|
|
|
|
-->
|
|
|
|
|
2023-06-13 23:59:59 +00: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-13 23:59:59 +00:00
|
|
|
|
|
|
|
## Build Static Site
|
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
```bash
|
|
|
|
nix-build
|
2023-06-13 23:59:59 +00:00
|
|
|
```
|
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
## Develop
|
2023-06-13 23:59:59 +00: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-13 23:59:59 +00:00
|
|
|
|
2024-12-25 22:07:39 +01:00
|
|
|
```bash
|
|
|
|
direnv allow
|
|
|
|
npm install
|
|
|
|
npm run dev
|
2023-06-13 23:59:59 +00:00
|
|
|
```
|