Skip to content

Commit

Permalink
Output of frontMatter.js basically working as expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezramechaber committed Aug 26, 2024
1 parent 1c22905 commit 25be52c
Show file tree
Hide file tree
Showing 358 changed files with 3,774 additions and 2,086 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = function (eleventyConfig) {
}).toFormat('dd/LL/yyyy');
});

// Not clear this is working as expected.
eleventyConfig.addFilter('dateUrl', (dateObj) => {
return DateTime.fromJSDate(new Date(dateObj), {
zone: 'utc'
Expand Down
115 changes: 57 additions & 58 deletions docs/1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,76 +28,76 @@ <h2 class="brand-tagline">Sometimes, photos.</h2>

<main class="pure-u-1">
<!-- A wrapper for all the blog posts -->
<div class="text-container"><h4>Ezra has taken <mark>98</mark> photos.</h4></div>
<div class="text-container"><h4>Ezra has taken <mark>97</mark> photos.</h4></div>
<section class="pure-g photo-entries">



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/08-08-2021-1502152/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/08_08_2021_021502.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/08_08_2021_021502.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/08_08_2021_021502.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/08-08-2021-1502152/"><time>Sunday, August 8, 2021</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/23-08-2021-28182818/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/23-08-2021-28182818/"><time>Monday, August 23, 2021</time></a>.
</figcaption>
</figure>
</article>



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/04-07-2021-56115611/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/04_07_2021_085611.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/04_07_2021_085611.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/04_07_2021_085611.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/04-07-2021-56115611/"><time>Sunday, July 4, 2021</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/23-08-2021-33363336/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/23-08-2021-33363336/"><time>Monday, August 23, 2021</time></a>.
</figcaption>
</figure>
</article>



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/04-07-2021-0621621/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/04_07_2021_050621.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/04_07_2021_050621.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/04_07_2021_050621.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/04-07-2021-0621621/"><time>Sunday, July 4, 2021</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/22-08-2021-56475647/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/22-08-2021-56475647/"><time>Sunday, August 22, 2021</time></a>.
</figcaption>
</figure>
</article>



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/09-06-2021-43174317/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/09_06_2021_044317.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/09_06_2021_044317.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/09_06_2021_044317.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/09-06-2021-43174317/"><time>Wednesday, June 9, 2021</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/22-08-2021-20462046/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/22-08-2021-20462046/"><time>Sunday, August 22, 2021</time></a>.
</figcaption>
</figure>
</article>

</section>
</main>
Expand Down Expand Up @@ -144,7 +144,6 @@ <h2 class="brand-tagline">Sometimes, photos.</h2>
</footer>



</div>
</body>
<script>
Expand Down
115 changes: 57 additions & 58 deletions docs/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,76 +28,76 @@ <h2 class="brand-tagline">Sometimes, photos.</h2>

<main class="pure-u-1">
<!-- A wrapper for all the blog posts -->
<div class="text-container"><h4>Ezra has taken <mark>98</mark> photos.</h4></div>
<div class="text-container"><h4>Ezra has taken <mark>97</mark> photos.</h4></div>
<section class="pure-g photo-entries">



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/26-02-2020-19561956/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/26_02_2020_081956.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/26_02_2020_081956.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/26_02_2020_081956.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/26-02-2020-19561956/"><time>Wednesday, February 26, 2020</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/07-11-2020-22162216/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/07-11-2020-22162216/"><time>Saturday, November 7, 2020</time></a>.
</figcaption>
</figure>
</article>



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/25-02-2020-51145114/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/25_02_2020_025114.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/25_02_2020_025114.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/25_02_2020_025114.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/25-02-2020-51145114/"><time>Tuesday, February 25, 2020</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/07-11-2020-3209329/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/07-11-2020-3209329/"><time>Saturday, November 7, 2020</time></a>.
</figcaption>
</figure>
</article>



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/23-02-2020-33113311/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/23_02_2020_123311.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/23_02_2020_123311.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/23_02_2020_123311.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/23-02-2020-33113311/"><time>Sunday, February 23, 2020</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/07-11-2020-3405345/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/07-11-2020-3405345/"><time>Saturday, November 7, 2020</time></a>.
</figcaption>
</figure>
</article>



<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/18-02-2020-3104314/">
<noscript>
<img class="pure-img" alt="OLYMPUS DIGITAL CAMERA" src="/photos/w960/18_02_2020_043104.jpg">
</noscript>
<img class="lazy pure-img" src="/photos/blur/18_02_2020_043104.jpg" alt="OLYMPUS DIGITAL CAMERA" data-src="/photos/w960/18_02_2020_043104.jpg">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/18-02-2020-3104314/"><time>Tuesday, February 18, 2020</time></a>.
</figcaption>
</figure>
</article>

<article class="photo-entry pure-u-1 pure-u-lg-7-8">
<figure>
<a href="/photo/07-11-2020-36153615/">
<noscript>
<img class="pure-img" alt="Photo" src="">
</noscript>
<img class="lazy pure-img" src="" alt="Photo" data-src="">
</a>
<figcaption class="text-container">
Ezra took this photo on <a href="/photo/07-11-2020-36153615/"><time>Saturday, November 7, 2020</time></a>.
</figcaption>
</figure>
</article>

</section>
</main>
Expand Down Expand Up @@ -144,7 +144,6 @@ <h2 class="brand-tagline">Sometimes, photos.</h2>
</footer>



</div>
</body>
<script>
Expand Down
Loading

0 comments on commit 25be52c

Please sign in to comment.