No description
Find a file
Tom Hubrecht bba47a50aa
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 42s
fix(layouts): Make content render again
2024-12-26 14:01:06 +01:00
.forgejo/workflows feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
LICENSES feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
npins feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
src fix(layouts): Make content render again 2024-12-26 14:01:06 +01:00
.eleventy.js feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
.envrc feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
.gitignore feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
default.nix feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
package-lock.json feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
package.json feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
package.nix feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
README.md feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
REUSE.toml feat(nix): Use nix-reuse, nix-actions and git-hooks.nix 2024-12-26 13:58:11 +01:00
shell.nix feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00

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