No description
Find a file
Tom Hubrecht d0e0041de4
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 42s
chore(.gitignore): Remove generated file
2024-12-28 13:11: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 feat: Fix header color, and add a link to the home 2024-12-28 13:10:19 +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 chore(.gitignore): Remove generated file 2024-12-28 13:11:06 +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