-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RSS feed to blog section #3
Comments
Hey, thanks for the issue! I'm not sure how many people are using RSS feeds nowadays, so I didn't even think about this. It should be rather easy to add an RSS feed using this plugin, we could even add tutorials or similar things that we might post in the future to that feed. I'll help if anyone wants to tackle this! |
So, I actually tried implementing this and couldn't even get the simple example to work. Also I saw that over a thousand packages in this repo have security vulnerabilities so I ran Because of all these issues I would like to know what the rationale was for choosing Gatsby over hugo, zola or jenkins (..or any other ssg). |
Heya, To be honest, "all of these issues" are really not as much of an issue and are very common with any javscript framework - Javascript projects need frequent dependency updates or they will gather vulnerabilities over time, as they are discovered in older package versions. And there were actually many reasons for choosing Gatsby! First and foremost, I chose it because of its speed, flexbility in development and the way it integrates with our content backend (prismic). Additionally, hugo, zola and jenkins are not as good with static pages that don't consist of mainly blog posts/repeatable pages. I've talked to the zola dev before about finding a better solution for this, but he was focused on i18n and so I switched at that time. Do you have any other concerns regarding gatsby? I'm always open for criticism on my/our choice of framework, other than dependency update issues which can be resolved in a few minutes ;-) |
At our agency, we had a lot of problems with Gatsby, so I might be a little biased here ;) Admittedly, I've never heard of I would actually be totally fine if we could just work out the problems and activate the rss feed on the blog. |
Hey, I also use RSS and can't follow the blog. :( RSS is still the # 1 decentralised means of following these sorts of sites, and I'd rather read a feed than follow on Twitter and get a bunch of other info alongside the actual posts. |
No description provided.
The text was updated successfully, but these errors were encountered: