@islands/feed
v0.10.0-beta.1
Published
<p align="center"> <a href="https://iles-docs.netlify.app"> <img src="https://github.com/ElMassimo/iles/blob/main/docs/images/banner.png"/> </a> </p>
Downloads
374
Readme
An îles module to generate feeds for your site:
📻 supports RSS, Atom, and JSON feeds
⚡️ HMR during development to debug the result
💪🏼 strongly typed, powered by
feed
Installation 💿
// iles.config.ts
import { defineConfig } from 'iles'
export default defineConfig({
modules: [
'@islands/feed',
],
})
See the RSS Feeds section of the docs for usage instructions.