Adding new "Community Recipe" about Astro + RSS#5322
Conversation
Title - How to Send Any Data to Your RSS Feed? A Guide with Astro + RSS URL - https://aritraroy.live/tutorial/blogs/2023/how-to-send-any-data-to-rss-feed/
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
astrobot-houston
left a comment
There was a problem hiding this comment.
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉
Here’s what will happen next:
-
Our GitHub bots will run to check your changes.
If they spot any broken links you will see some error messages on this PR.
Don’t hesitate to ask any questions if you’re not sure what these mean! -
In a few minutes, you’ll be able to see a preview of your changes on Netlify 🥳
-
One or more of our maintainers will take a look and may ask you to make changes.
We try to be responsive, but don’t worry if this takes a few days.
sarah11918
left a comment
There was a problem hiding this comment.
This is wonderful, thank you! And, welcome to Team Docs! 🥳
Description (required)
Adding a new "Community Recipe" with the following details -
Title - How to Send Any Data to Your RSS Feed? A Guide with Astro + RSS
URL - https://aritraroy.live/tutorial/blogs/2023/how-to-send-any-data-to-rss-feed/
What does it do?
According to @astrojs/rss documentation, one can send these specific items to RSS feed -
Required Parameters
• title: title of the blog post
• description: description of the post
• pubDate: publication date of the blog post
• link: link to the blog post
Optional Parameters
• categories: Catergories related to the post in an array
• author: email address of the author of the post
• commentsUrl: URL of a web page that contains comments on the item
• source: An object that defines the title and url of the original feed for items that have been republished from another source.
• enclosure: An object to specify properties for an included media source with three required values: url, length, and type
However, other than these specific parameters, someone also can send his/her own custom data parameters to the RSS feed. This blog is a tutorial on how one can do that.
Related issues & labels (optional)