From 5da3b453418d00cf0365ea974319a8df3533bed6 Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <cory.dransfeldt@gmail.com>
Date: Mon, 11 Dec 2023 13:26:36 -0800
Subject: [PATCH] chore: page descriptions

---
 .../2023/adding-client-side-rendered-webmentions-to-my-blog.md  | 2 +-
 src/posts/2023/another-eleventy-content-syndication-path.md     | 2 +-
 src/posts/2023/automate-syndicate-content-mastodon-eleventy.md  | 2 +-
 src/posts/2023/automating-and-overengineering-my-now-page.md    | 2 +-
 src/posts/2023/automating-rss-syndication-with-nextjs-github.md | 2 +-
 src/posts/2023/lazy-select-based-pagination-eleventy.md         | 1 +
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md b/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md
index 63e7c9ce..45c9a151 100644
--- a/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md
+++ b/src/posts/2023/adding-client-side-rendered-webmentions-to-my-blog.md
@@ -1,7 +1,7 @@
 ---
+date: '2023-02-09'
 title: 'Adding client-side rendered webmentions to my blog'
 description: 'My blog is currently hosted on weblog.lol which allows for a simple and configurable weblog managed in git with posts formatted in markdown.'
-date: '2023-02-09'
 draft: false
 tags: ['webmentions', 'development', 'JavaScript', 'API']
 ---
diff --git a/src/posts/2023/another-eleventy-content-syndication-path.md b/src/posts/2023/another-eleventy-content-syndication-path.md
index f4f773e4..7e3bc17c 100644
--- a/src/posts/2023/another-eleventy-content-syndication-path.md
+++ b/src/posts/2023/another-eleventy-content-syndication-path.md
@@ -1,7 +1,7 @@
 ---
+date: '2023-03-28'
 title: 'Another Eleventy content syndication path'
 description: 'After posting and discussing my post from yesterday with Nicolas Hoizey I decided to explore his suggested path and explore using a GitHub action to handle posts to Mastodon, rather than Make.'
-date: '2023-03-28'
 draft: false
 tags: ['Eleventy', 'Mastodon', 'JSON', 'RSS']
 ---
diff --git a/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md b/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md
index a11bac36..7e0eb694 100644
--- a/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md
+++ b/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md
@@ -1,7 +1,7 @@
 ---
 date: '2023-03-27'
 title: 'Automate and syndicate content from Eleventy to Mastodon'
-description: 'I've discussed building a now page using Eleventy, but I also syndicate a subset of that content out to Mastodon using @11ty/eleventy-activity-feed and Make.'
+description: "I've discussed building a now page using Eleventy, but I also syndicate a subset of that content out to Mastodon using @11ty/eleventy-activity-feed and Make."
 draft: false
 tags: ['automation', 'Mastodon', 'Eleventy']
 ---
diff --git a/src/posts/2023/automating-and-overengineering-my-now-page.md b/src/posts/2023/automating-and-overengineering-my-now-page.md
index ed28dfca..c8d984ff 100644
--- a/src/posts/2023/automating-and-overengineering-my-now-page.md
+++ b/src/posts/2023/automating-and-overengineering-my-now-page.md
@@ -1,7 +1,7 @@
 ---
+date: '2023-02-06'
 title: 'Automating (and probably overengineering) my /now page'
 description: 'omg.lol (where I point my domain) and host most of my site content recently launched support for /now pages.'
-date: '2023-02-06'
 draft: false
 tags: ['automation', 'development', 'Next.js', 'JavaScript']
 ---
diff --git a/src/posts/2023/automating-rss-syndication-with-nextjs-github.md b/src/posts/2023/automating-rss-syndication-with-nextjs-github.md
index 6a2a68d8..09b42dea 100644
--- a/src/posts/2023/automating-rss-syndication-with-nextjs-github.md
+++ b/src/posts/2023/automating-rss-syndication-with-nextjs-github.md
@@ -1,7 +1,7 @@
 ---
+date: '2023-02-23'
 title: 'Automating RSS syndication and sharing with Next.js and GitHub'
 description: 'I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when initialized and posts new items on an hourly basis.'
-date: '2023-02-23'
 draft: false
 tags: ['Next.js', 'RSS', 'automation', 'GitHub']
 ---
diff --git a/src/posts/2023/lazy-select-based-pagination-eleventy.md b/src/posts/2023/lazy-select-based-pagination-eleventy.md
index 6c5444bd..30e8715b 100644
--- a/src/posts/2023/lazy-select-based-pagination-eleventy.md
+++ b/src/posts/2023/lazy-select-based-pagination-eleventy.md
@@ -1,6 +1,7 @@
 ---
 date: '2023-03-27'
 title: 'Lazy select-based pagination in Eleventy'
+description: 'I've relaunched, rebuilt and rewritten my personal blog more times than I can count, and I've had a trail of posts I've never fully migrated at each turn. This weekend, while relaxing and watching movies I ported them into Eleventy and, in doing so, found that the pagination implementation I was using didn't scale well with the number of pages I added.'
 draft: false
 tags: ['Eleventy', 'JavaScript', 'development']
 ---