chore: page descriptions

This commit is contained in:
Cory Dransfeldt 2023-12-11 13:26:36 -08:00
parent 6ffc4e650b
commit 5da3b45341
No known key found for this signature in database
6 changed files with 6 additions and 5 deletions

View file

@ -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']
---

View file

@ -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']
---

View file

@ -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']
---

View file

@ -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']
---

View file

@ -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']
---

View file

@ -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']
---