Skip to content

Adding new "Community Recipe" about Astro + RSS#5322

Merged
sarah11918 merged 1 commit into
withastro:mainfrom
aritraroy24:patch-1
Nov 9, 2023
Merged

Adding new "Community Recipe" about Astro + RSS#5322
sarah11918 merged 1 commit into
withastro:mainfrom
aritraroy24:patch-1

Conversation

@aritraroy24
Copy link
Copy Markdown
Contributor

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)

  • Closes #
  • Suggested label:

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 9, 2023

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 90451fd
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/654c78d093b0f30008e934ac
😎 Deploy Preview https://deploy-preview-5322--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Copy Markdown
Contributor

@astrobot-houston astrobot-houston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! Thank you for opening your first PR to Astro’s Docs! 🎉

Here’s what will happen next:

  1. 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!

  2. In a few minutes, you’ll be able to see a preview of your changes on Netlify 🥳

  3. 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.

Copy link
Copy Markdown
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wonderful, thank you! And, welcome to Team Docs! 🥳

@sarah11918 sarah11918 merged commit 6b09ab5 into withastro:main Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants