fix: tag formatting

This commit is contained in:
Cory Dransfeldt 2023-04-14 20:03:16 -07:00
parent a1631b84a0
commit cb0573ae2d
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
title: 'Automating RSS syndication and sharing with Next.js and GitHub'
date: 2023-02-23
draft: false
tags: ['nextjs', 'rss', 'automation', 'github']
tags: ['next.js', 'rss', 'automation', 'github']
---
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.<!-- excerpt -->