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:
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.
Reference in New Issue
Block a user