Astro implementation of openring npmjs.com/package/@jasikpark/astro-openring
astro webring typescript

Add NPM package listing

caleb.jasik.xyz 36482505 8964f6b1

verified
+6
+6
README.md
··· 2 2 3 3 A custom Astro content loader that combines multiple RSS/Atom feeds into a single collection. Mimics the behavior of [openring](https://git.sr.ht/~sircmpwn/openring) / [openring-rs](https://github.com/lukehsiao/openring-rs), a tool for generating webrings from RSS feeds. 4 4 5 + NPM: https://npmjs.com/package/@jasikpark/astro-openring 6 + 7 + ```console 8 + pnpm add @jasikpark/astro-openring 9 + ``` 10 + 5 11 ## Example Usage 6 12 7 13 ```astro