dgnum.eu/README.md

354 B

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