From bc3d982030e7dba46507b882135ee746c4a0961d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 11 Dec 2023 13:23:13 -0800 Subject: [PATCH] chore: page descriptions --- src/posts/2023/another-eleventy-content-syndication-path.md | 3 ++- src/posts/2023/automate-syndicate-content-mastodon-eleventy.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/posts/2023/another-eleventy-content-syndication-path.md b/src/posts/2023/another-eleventy-content-syndication-path.md index e7c1875a..f4f773e4 100644 --- a/src/posts/2023/another-eleventy-content-syndication-path.md +++ b/src/posts/2023/another-eleventy-content-syndication-path.md @@ -1,6 +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 c9c55062..e33a697a 100644 --- a/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md +++ b/src/posts/2023/automate-syndicate-content-mastodon-eleventy.md @@ -1,6 +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'] ---