chore: format and clean up tags

This commit is contained in:
Cory Dransfeldt 2023-04-14 20:27:45 -07:00
parent cb0573ae2d
commit 5d1e198140
No known key found for this signature in database
64 changed files with 76 additions and 76 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: ['next.js', '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 -->