# dgnum.eu This is the website for dgnum.eu ## Deploy The deployment is done automatically when an update is done here. ## Build Static Site ```bash nix-build ``` ## Develop The website uses [11ty](https://www.11ty.dev/) for its build, to use it locally, just: ```bash direnv allow npm install npm run dev ```