fix: tag formatting
This commit is contained in:
parent
a1631b84a0
commit
cb0573ae2d
5 changed files with 5 additions and 5 deletions
|
@ -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 -->
|
||||
|
|
Reference in a new issue