diff --git a/justfile b/justfile new file mode 100644 index 0000000..0c7dc55 --- /dev/null +++ b/justfile @@ -0,0 +1,19 @@ +set quiet := true + +list: + just --list --unsorted + +fmt: + nix fmt + +[group('zola')] +serve: + zola serve --drafts --open + +[group('zola')] +check: + zola check --drafts + +[group('nix')] +update: + nix flake update --commit-lock-file