No description
Constantin Gierczak--Galle
93c6799289
All checks were successful
Publish website to Codeberg Pages / publish (push) Successful in 26s
|
||
---|---|---|
.forgejo/workflows | ||
site | ||
ssg | ||
.envrc | ||
.gitignore | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
README.md |
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