No description
Find a file
sinavir 68b3361379
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 29s
feat: add new contact points
2025-12-16 23:12:43 +01:00
.forgejo/workflows chore: Reorganize and use npm's sass 2025-07-26 23:02:05 +02:00
LICENSES feat: Update font 2025-07-03 15:19:11 +02:00
nix feat(tabler-icons): Include the SVG content directly 2025-07-26 23:15:23 +02:00
plugins/11ty-tabler-icons fix(11ty-tabler-icons): Replace the node completely 2025-07-27 16:20:16 +02:00
src feat: add new contact points 2025-12-16 23:12:43 +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(index): Switch to a direct html template 2025-08-09 13:22:10 +02:00
eleventy.config.mjs feat: Add an email filter 2025-07-27 17:48:15 +02:00
lon.lock chore: lon update 2025-07-26 22:34:38 +02:00
lon.nix chore: Switch to lon from npins 2025-07-26 22:33:19 +02:00
package-lock.json chore: Reorganize and use npm's sass 2025-07-26 23:02:05 +02:00
package.json chore: Reorganize and use npm's sass 2025-07-26 23:02:05 +02: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(index): Switch to a direct html template 2025-08-09 13:22:10 +02: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