No description
Tom Hubrecht
b394f5eb93
All checks were successful
Publish website to Codeberg Pages / publish (push) Successful in 2m9s
|
||
---|---|---|
.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