No description
Find a file
2023-06-29 23:57:16 +02:00
.forgejo/workflows Test workflow (v16) 2023-06-29 23:57:16 +02:00
site Test workflow (v13) 2023-06-29 23:39:20 +02:00
ssg Test workflow (v12) 2023-06-29 23:38:13 +02:00
.envrc feat: static site generator 2023-06-13 23:59:59 +00:00
.gitignore site: Update .gitignore 2023-06-21 15:03:29 +02:00
default.nix Test workflow (v12) 2023-06-29 23:38:13 +02:00
flake.lock Test workflow (v12) 2023-06-29 23:38:13 +02:00
flake.nix Test workflow (v12) 2023-06-29 23:38:13 +02:00
README.md feat: static site generator 2023-06-13 23:59:59 +00: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