diff --git a/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md b/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md index e33a697a..a11bac36 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.' -date: '2023-03-27' draft: false tags: ['automation', 'Mastodon', 'Eleventy'] --- @@ -23,7 +23,7 @@ async render() { feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss') feed.addSource('rss', 'Glass', 'https://glass.photo/coryd/rss') feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF') - + return feed.toRssFeed({ title: "Cory Dransfeldt's activity feed", language: 'en', 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 3cd06d13..ed28dfca 100644 --- a/src/posts/2023/automating-and-overengineering-my-now-page.md +++ b/src/posts/2023/automating-and-overengineering-my-now-page.md @@ -1,5 +1,6 @@ --- 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 d0fb1875..6a2a68d8 100644 --- a/src/posts/2023/automating-rss-syndication-with-nextjs-github.md +++ b/src/posts/2023/automating-rss-syndication-with-nextjs-github.md @@ -1,6 +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'] ---