chore: page descriptions

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

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.'
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',