I created my first NPM pcakge today for astro-jsonfeed, my Astro utility for genreating a JSON Feed. Check it out https://www.npmjs.com/package/astro-jsonfeed.
I started working on an Astro utility to generate a JSON Feed for blogs, changelogs, or any chronological content. Itβs called astro-jsonfeed (super original, I know).
Building a Calendar Interface in Astro
How I built a static calendar interface in Astro using date-fns.
— myles
JSONFeed in Astro with @astrojs/rss
I wanted this website to publish both an RSS feed and a JSONFeed. The catch: I didnβt want to maintain two separate feed pipelines.
— myles