aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/justfile b/justfile
index 6d70b79..75bedea 100644
--- a/justfile
+++ b/justfile
@@ -1,32 +1,32 @@
default:
@just --list
-[group('site')]
[doc('Run the local HTTP server')]
+[group('site')]
run:
zola serve
-[group('site')]
[doc('Build the site')]
+[group('site')]
build:
nix build
-[group('nix')]
[doc('Format all the files')]
+[group('nix')]
fmt:
nix fmt
-[group('nix')]
[doc('Check the flake')]
+[group('nix')]
check:
nix flake check
-[group('site')]
[doc('Validate the site')]
+[group('site')]
validate: build
lychee ./result/**/*.html
-[group('nix')]
[doc('Update the dependencies')]
+[group('nix')]
update-deps:
nix flake update --commit-lock-file