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.
This commit is contained in:
@ -15,8 +15,44 @@
|
||||
|
||||
<guid>https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/</guid>
|
||||
<description><figure>
|
||||
<img src="https://picturingjordan.com/2016/10/IMG_20161002_131313.jpg"
|
||||
alt="A picturesque view where you can&#39;t see the trash on the beach"/> <figcaption>
|
||||
<img
|
||||
|
||||
sizes="(min-width: 35em) 1200px, 100vw"
|
||||
|
||||
srcset='
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
'
|
||||
|
||||
|
||||
|
||||
src="https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/IMG_20161002_131313_huf4bb451e1df9f9493ba44b7c6e80acbe_218364_800x0_resize_q75_box.jpg"
|
||||
|
||||
|
||||
|
||||
alt="A picturesque view where you can&#39;t see the trash on the beach"/> <figcaption>
|
||||
<h4>A picturesque view where you can&#39;t see the trash on the beach</h4>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
Reference in New Issue
Block a user