OPTS=

all: galleria colorbox photoswipe

galleria:
	sigal build $(OPTS) -c galleria.conf.py

colorbox:
	sigal build $(OPTS) -c colorbox.conf.py

photoswipe:
	sigal build $(OPTS) -c photoswipe.conf.py

rebuild: clean galleria colorbox photoswipe

sync:
	rsync -avhzc --force --stats --progress --delete --delete-excluded \
		--exclude=src -e ssh \
		./ tololo:~/saimon.org/sigal-demo/

clean:
	rm -r galleria colorbox photoswipe

.PHONY: galleria colorbox photoswipe build rebuild clean sync
