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