aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-06 15:26:03 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-06 15:26:03 -0700
commit25fa2237ba8a96a86bf5db30baa597a5b25168d7 (patch)
treed1c6fe71973d532bed4d05b29f995abcc3d4623d /justfile
parentconvert index from markdown to org (diff)
downloadfcuny.net-25fa2237ba8a96a86bf5db30baa597a5b25168d7.tar.gz
generate the site and the resume using pandoc
Diffstat (limited to 'justfile')
-rw-r--r--justfile32
1 files changed, 0 insertions, 32 deletions
diff --git a/justfile b/justfile
deleted file mode 100644
index 75bedea..0000000
--- a/justfile
+++ /dev/null
@@ -1,32 +0,0 @@
-default:
- @just --list
-
-[doc('Run the local HTTP server')]
-[group('site')]
-run:
- zola serve
-
-[doc('Build the site')]
-[group('site')]
-build:
- nix build
-
-[doc('Format all the files')]
-[group('nix')]
-fmt:
- nix fmt
-
-[doc('Check the flake')]
-[group('nix')]
-check:
- nix flake check
-
-[doc('Validate the site')]
-[group('site')]
-validate: build
- lychee ./result/**/*.html
-
-[doc('Update the dependencies')]
-[group('nix')]
-update-deps:
- nix flake update --commit-lock-file