dgnum.eu/README.md
Tom Hubrecht 951fc2c11c
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 54s
feat(nix): Use nix-reuse, nix-actions and git-hooks.nix
2024-12-26 13:58:11 +01:00

429 B

dgnum.eu

This is the website for dgnum.eu

Deploy

The deployment is done automatically when an update is done here.

Build Static Site

nix-build

Develop

The website uses 11ty for its build, to use it locally, just:

direnv allow
npm install
npm run dev