[v2] blog rss feed
See original GitHub issueTip: This task is targeted towards potential contributor to Docusaurus project.
🚀 Motivation
We need to generate blog rss feed in v2
Where to start
- Fork the repository and create your branch from
master. - Clone the repository
- yarn install in the root of the repo
- The related codes for the blog plugin is https://github.com/facebook/docusaurus/tree/master/packages/docusaurus-plugin-content-blog
- To run docusaurus 2 website, run
yarn startat root - To build docusaurus 2 website, run
yarn buildat root - Propose a fix and send a Pull Request 😃
P.S: make sure to comment on this issue first and propose a solution before working on a fix
Have you read the Contributing Guidelines on issues?
Yes
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Adding an RSS feed to a Blog - DEV Community
I have a personal blog I built on Eleventy and published on several hosting services. One problem is that I don't write posts...
Read more >What's the RSS Feed for My Blog?
Making your RSS feed easy for your readers to find is critical. Learn how to find it so you can add it to...
Read more >How to generate an RSS feed for your blog with JavaScript ...
1. Setting up the files to enable the Netlify function · 2. Constructing the XML document in JavaScript · 3. Fetching the microblog...
Read more >Import Blog Posts from RSS Feeds - Website Help
Import blog posts from an RSS feed. ... but if you go to the second page of the feed (https://xda-developers.com/feed?paged=2), ...
Read more >12 Great Ways to Use Your Business Blog's RSS Feed
If you have a blog on your website, then you probably have an RSS feed which ... Click Continue to Step 2 once...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I will try to tackle this then.
On Thu, Oct 24, 2019 at 9:39 PM Endi notifications@github.com wrote:
yep. @moozzyk