-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Having nodejs-news-feeder on nodejs.org #6930
Comments
cc @UlisesGascon 👋 |
My initial thoughts are that this is interesting...but its flooded with GitHub release notifications. Perhaps that's useful, but I don't understand if that will drown out other info. |
If there's high enough volume (say at least a handful of items per day), it might be worth rendering in a tightly packed "river" style format as opposed to something more akin to a blog, as it'll make it easier to skim. For example: https://www.techmeme.com/river |
I may have a solution: split this ‘nodejs-news-feeder’ into two feeds, one for hand-written news and one for releases. |
nodejs-news-feeder is a "poc" to see if an internal infomation feed to the node project would be useful. For me it would.
But the problem is that it isn't highlighted enough. So what I propose is to have a page that contains:
(we can start from the component used for the blog)
From a code point of view, we'll need to implement the feed generation code in
next-data
and add the feed, noting that this time we can't put it under the i18n url because the feed can't be translated as it's based on GitHub issue comments.The text was updated successfully, but these errors were encountered: