1
0
picturingjordan.com/static/2020
Alan Orth 141c87f585
All checks were successful
continuous-integration/drone/push Build is passing
Remove duplicate images from static
I moved most of these to each post's page bundle so we don't need
them here anymore. They are just taking up space in Git LFS! For
reference I used this god awful contraption to find images in the
content/posts folder and then delete them if they appear in static:

$ for image in $(find content/posts -iname "*.jpg" -o -iname "*.JPG" | awk -F/ '{print $4}'); do find ./static -iname "$image" -exec git rm {} \;; done
2020-12-11 00:03:42 +02:00
..
02 Move all content to page bundles 2020-12-04 22:55:28 +02:00