1
0

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:
2020-12-04 22:55:28 +02:00
parent 64d3f21ec5
commit fdd31782fa
871 changed files with 35016 additions and 2643 deletions

View File

@ -15,8 +15,44 @@
<guid>https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/</guid>
<description>&lt;figure&gt;
&lt;img src=&#34;https://picturingjordan.com/2016/10/IMG_20161002_131313.jpg&#34;
alt=&#34;A picturesque view where you can&amp;#39;t see the trash on the beach&#34;/&gt; &lt;figcaption&gt;
&lt;img
sizes=&#34;(min-width: 35em) 1200px, 100vw&#34;
srcset=&#39;
&#39;
src=&#34;https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/IMG_20161002_131313_huf4bb451e1df9f9493ba44b7c6e80acbe_218364_800x0_resize_q75_box.jpg&#34;
alt=&#34;A picturesque view where you can&amp;#39;t see the trash on the beach&#34;/&gt; &lt;figcaption&gt;
&lt;h4&gt;A picturesque view where you can&amp;#39;t see the trash on the beach&lt;/h4&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;