No description
Find a file
Tom Hubrecht e2408410f3
feat(dgnum.eu): v2
Switch to 11ty for the website generation, while keeping the same
content
2024-12-25 22:05:20 +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 feat: static site generator 2023-06-13 23:59:59 +00:00
shell.nix feat(dgnum.eu): v2 2024-12-25 22:05:20 +01:00

dgnum.eu

This is the website for dgnum.eu

Enable nix flakes and install direnv.

Deploy

TODO auto deploy from master using gitea hooks.

Build Static Site

nix build

Writing Posts

direnv allow
cd site
ssg clean
ssg rebuild
ssg watch

Working on the Static Site Generator

nix develop .#ssg
cd ssg