1
0
Fork 0

Remove duplicate images from static
continuous-integration/drone/push Build is passing Details

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:
Alan Orth 2020-12-11 00:03:42 +02:00
parent a909d2ea96
commit 141c87f585
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
20 changed files with 0 additions and 60 deletions

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

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)

Binary file not shown.

BIN
static/2018/08/IMG_20180407_124628.jpg (Stored with Git LFS)

Binary file not shown.

Binary file not shown.