The repository for the code used for generating the photos.pablopie.xyz website 📸️
Makefile (427B)
1 .PHONY: build deploy 2 3 build: 4 # TZ=-0000 is used to hide my local timezone from lazygal 5 env TZ=-0000 lazygal photos/ \ 6 --check-all-dirs \ 7 -o _site/\ 8 -t "$$(pwd)/theme" \ 9 -T 150x150 \ 10 -s default=800x800 \ 11 --pic-sort-by=numeric 12 cp 404.html _site/ 13 14 runserver: 15 cd _site && python3 -m http.server