summaryrefslogtreecommitdiff
path: root/alt.irregular.ninja/Justfile
blob: a8f8d7582565b382d3a37625969530ff0ec5e280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generate the photo album using shuriken

# Default recipe: generate the album
generate:
	shuriken --generate

# Dry-run to preview changes without writing
dry-run:
	shuriken --dry-run

# Publish generated dist/ to configured rsync destinations
sync:
	shuriken --sync

# Publish with a dry-run to preview what sync would do
sync-dry-run:
	shuriken --sync --dry-run