1
0
Fork 0
picturingjordan.com/static
Alan Orth 141c87f585
continuous-integration/drone/push Build is passing Details
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
..
2016 Remove duplicate images from static 2020-12-11 00:03:42 +02:00
2017 Remove duplicate images from static 2020-12-11 00:03:42 +02:00
2019/04 Move all content to page bundles 2020-12-04 22:55:28 +02:00
2020/02 Remove duplicate images from static 2020-12-11 00:03:42 +02:00
android-chrome-192x192.png Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
android-chrome-512x512.png Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
apple-touch-icon.png Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
browserconfig.xml Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
favicon-16x16.png Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
favicon-32x32.png Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
favicon.ico Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
manifest.json Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
mstile-150x150.png Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00
safari-pinned-tab.svg Add favicon from realfavicongenerator.net 2016-11-27 14:07:46 +02:00