summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/Justfile b/Justfile
new file mode 100644
index 0000000..ee514b6
--- /dev/null
+++ b/Justfile
@@ -0,0 +1,23 @@
+# Top-level Justfile for irregular.ninja photo sites
+
+# Generate both albums
+all: generate-irregular generate-alt
+
+# Generate the irregular.ninja album
+generate-irregular:
+ just irregular.ninja/generate
+
+# Generate the alt.irregular.ninja album
+generate-alt:
+ just alt.irregular.ninja/generate
+
+# Dry-run both albums
+dry-run-all: dry-run-irregular dry-run-alt
+
+# Dry-run the irregular.ninja album
+dry-run-irregular:
+ just irregular.ninja/dry-run
+
+# Dry-run the alt.irregular.ninja album
+dry-run-alt:
+ just alt.irregular.ninja/dry-run