1
0
Commit Graph

9 Commits

Author SHA1 Message Date
141c87f585
Remove duplicate images from static
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
2020-12-11 00:03:42 +02:00
a909d2ea96
Remove unused photo 2020-12-10 23:51:51 +02:00
fdd31782fa
Move all content to page bundles
This allows me to use Hugo's image resizing to create img srcsets
where the client downloads an appropriate image depending on their
screen size.

I had to go back and find original photos for each of these posts
because Hugo was resizing my already-optimized versions and they
looked horrible. Unfortunately I couldn't find originals for these
posts:
  - aqaba-dirty-disappointing
  - contemporary-arab-design-jrf-showroom
  - eid-mubarak-neighborhood-dumpster
  - no-noise-near-noisy-mosque
  - red-orange-yellow-rice-bab-al-yemen

Hugo will fall back to looking in the static directory for these.
2020-12-04 22:55:28 +02:00
2475413e56
Add post about cleanliness from faith 2017-07-25 22:07:08 +03:00
c875416ac4
Add draft post about Hadrian's Arch at Jerash 2017-06-13 15:24:38 +03:00
992aef6714
Add post about Jerash 2017-04-06 14:55:26 +03:00
192d537672
Add post about Wadi Rum 2017-03-27 11:19:15 +03:00
c63ed62c3d
Add post about Mujib Chalets 2017-02-15 19:06:50 +02:00
1d885763d1
Add post about the Dome of the Rock 2017-01-23 09:32:27 +02:00