chore: page descriptions
This commit is contained in:
parent
bc3d982030
commit
6ffc4e650b
3 changed files with 5 additions and 3 deletions
|
@ -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',
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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']
|
||||
---
|
||||
|
|
Reference in a new issue