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

Configure Feed

Select the types of activity you want to include in your feed.

Add NPM package listing

+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