aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-29 10:05:46 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-01 14:20:23 -0800
commitb3d612b3edfa72f4199b2d74898e3f517f7254bf (patch)
tree535b86ab8f04f1ff070460ec5b701417cffebc15 /justfile
parentMerge pull request #11 from fcuny/update_flake_lock_action (diff)
downloadfcuny.net-b3d612b3edfa72f4199b2d74898e3f517f7254bf.tar.gz
formatting
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