No description
Find a file
Jean-Marc Gailis 19b65dc6b9
All checks were successful
Publish website to Codeberg Pages / publish (push) Successful in 25s
Merge pull request 'feat: mise à jour suite démission Luj' (#14) from maj-bur-2024-2 into master
Reviewed-on: #14
2024-12-24 14:45:28 +01:00
.forgejo/workflows fix(workflows): Assume openssh is here 2023-12-15 23:41:14 +01:00
site feat: mise à jour suite démission Luj 2024-12-08 11:36:29 +01:00
ssg site: Move domain setup to workflow 2023-06-30 14:04:43 +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 Add deployment workflow (#7) 2023-06-30 09:56:50 +00:00
flake.lock Add deployment workflow (#7) 2023-06-30 09:56:50 +00:00
flake.nix Add deployment workflow (#7) 2023-06-30 09:56:50 +00: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