No description
Find a file
2024-12-25 22:09:11 +01:00
.forgejo/workflows fix(workflows): Assume openssh is here 2023-12-15 23:41:14 +01:00
npins feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
src feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
.eleventy.js feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
.envrc feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
.gitignore feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
default.nix feat(dgnum.eu): v2 2024-12-25 22:05:20 +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(dgnum.eu): v2 2024-12-25 22:05:20 +01:00
README.md chore(README): Update 2024-12-25 22:09: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