Remove duplicate images from static
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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
This commit is contained in:
parent
a909d2ea96
commit
141c87f585
BIN
static/2016/09/DSC_0008.jpg
(Stored with Git LFS)
BIN
static/2016/09/DSC_0008.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/09/DSC_0010.jpg
(Stored with Git LFS)
BIN
static/2016/09/DSC_0010.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/09/DSC_0031.JPG
(Stored with Git LFS)
BIN
static/2016/09/DSC_0031.JPG
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/09/IMG_20160810_160953.jpg
(Stored with Git LFS)
BIN
static/2016/09/IMG_20160810_160953.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/09/IMG_20160810_162505.jpg
(Stored with Git LFS)
BIN
static/2016/09/IMG_20160810_162505.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/09/IMG_20160919_141959.jpg
(Stored with Git LFS)
BIN
static/2016/09/IMG_20160919_141959.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/09/IMG_20160924_101454.jpg
(Stored with Git LFS)
BIN
static/2016/09/IMG_20160924_101454.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/10/DSC_0024.JPG
(Stored with Git LFS)
BIN
static/2016/10/DSC_0024.JPG
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/11/IMG_20161118_130025.jpg
(Stored with Git LFS)
BIN
static/2016/11/IMG_20161118_130025.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/11/IMG_20161118_130626.jpg
(Stored with Git LFS)
BIN
static/2016/11/IMG_20161118_130626.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/12/DSC_0029.JPG
(Stored with Git LFS)
BIN
static/2016/12/DSC_0029.JPG
(Stored with Git LFS)
Binary file not shown.
BIN
static/2016/12/IMG_20161127_212229.jpg
(Stored with Git LFS)
BIN
static/2016/12/IMG_20161127_212229.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2017/02/DSC_0052.JPG
(Stored with Git LFS)
BIN
static/2017/02/DSC_0052.JPG
(Stored with Git LFS)
Binary file not shown.
BIN
static/2017/02/DSC_0141.JPG
(Stored with Git LFS)
BIN
static/2017/02/DSC_0141.JPG
(Stored with Git LFS)
Binary file not shown.
BIN
static/2017/04/DSC_0143.jpg
(Stored with Git LFS)
BIN
static/2017/04/DSC_0143.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2017/07/IMG_20161120_143235.jpg
(Stored with Git LFS)
BIN
static/2017/07/IMG_20161120_143235.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2018/02/DSC_0005.JPG
(Stored with Git LFS)
BIN
static/2018/02/DSC_0005.JPG
(Stored with Git LFS)
Binary file not shown.
BIN
static/2018/07/IMG_20180707_185402.jpg
(Stored with Git LFS)
BIN
static/2018/07/IMG_20180707_185402.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2018/08/IMG_20180407_124628.jpg
(Stored with Git LFS)
BIN
static/2018/08/IMG_20180407_124628.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
static/2020/01/2019-11-01-amman-citadel.jpg
(Stored with Git LFS)
BIN
static/2020/01/2019-11-01-amman-citadel.jpg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user