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

@ -5,23 +5,26 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="King Hussein Mosque at Night" />
<meta property="og:description" content="Alan practices night photography on the largest mosque in Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/DSC_0010.jpg" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG" />
<meta property="article:published_time" content="2016-09-29T11:54:07+03:00" />
<meta property="article:modified_time" content="2020-03-22T10:35:09+02:00" />
<meta property="article:modified_time" content="2016-09-29T11:54:07+03:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/DSC_0010.jpg"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG"/>
<meta name="twitter:title" content="King Hussein Mosque at Night"/>
<meta name="twitter:description" content="Alan practices night photography on the largest mosque in Amman."/>
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.78.1" />
<meta name="generator" content="Hugo 0.79.0" />
@ -32,14 +35,15 @@
"headline": "King Hussein Mosque at Night",
"image": {
"@type": "ImageObject",
"url": "https://picturingjordan.com/2016/09/DSC_0010.jpg",
"height": "1080",
"width": "1630"
"url": "https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG",
"height": "3072",
"width": "4608"
},
"url": "https://picturingjordan.com/2016/09/king-hussein-mosque-night/",
"wordCount": "57",
"datePublished": "2016-09-29T11:54:07+03:00",
"dateModified": "2020-03-22T10:35:09+02:00",
"dateModified": "2016-09-29T11:54:07+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -58,7 +62,7 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.d20c61b183eb27beb5b2c48f70a38b91c8bb5fb929e77b447d5f77c7285221ad.css" rel="stylesheet" integrity="sha256-0gxhsYPrJ761ssSPcKOLkci7X7kp53tEfV93xyhSIa0=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
@ -130,7 +134,55 @@
</p>
</header>
<figure>
<img src="/2016/09/DSC_0010.jpg"/> <figcaption>
<img
sizes="(min-width: 35em) 1200px, 100vw"
srcset='
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_480x0_resize_q75_box.JPG 480w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_800x0_resize_q75_box.JPG 800w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_1200x0_resize_q75_box.JPG 1200w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_1500x0_resize_q75_box.JPG 1500w,
'
src="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_800x0_resize_q75_box.JPG"
/> <figcaption>
<h4>Amman&#39;s King Hussein mosque at night</h4>
</figcaption>
</figure>