-
Notifications
You must be signed in to change notification settings - Fork 209
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
Make amount of posts in feed configurable #284
Comments
Thank you for the links @joereynolds. I skimmed through those (and some of the linked ones from them as well) but couldn't find a reason why this was never implemented. Weird.. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
@jekyllbot bad bot.
This is obvious from all the closed issues in the past. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
bad bot |
Would something like this help you retrieve more results? #236 It sounds a little bit like you want a searchable index of the whole site. A feed is not a site index, so the semantics are a bit off there. |
sort of. I just think that this is going a bit too far for the simple requirement that i am having.
Yes a searchable index would be nice.. Considering that I am only interested in finding results in the last few posts (more than 10). I do think (ab)using the feed for that suits. |
I would also be interested in this for a different reason. I am in the process of migrating a Jekyll site to Wordpress for a client. If I could expose more posts in the RSS feed then I could run an import and pull all of the posts into Wordpress. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
@jekyllbot bad 🤖 ! |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
@jekyllbot bad robot ! |
It seems like there isn’t significant momentum behind this issue. |
If anyone is interested in creating a pull request for this, here's the line with the limit: jekyll-feed/lib/jekyll-feed/feed.xml Line 46 in eee0245
You should be able to swap out jekyll-feed/lib/jekyll-feed/generator.rb Lines 91 to 97 in eee0245
Then you'd have to figure out how you want this configured. Do you want the configuration in the collection config? # THIS IS NOT IMPLEMENTED DO NOT COPY
collections:
docs:
feed_limit: 100 Or do you want a top-level feed key? # THIS IS NOT IMPLEMENTED DO NOT COPY
feed:
docs_limit: 100 |
@pathawks i think you are wrong - search your own issue tracker or follow some of the linked issues in @joereynolds first comment. You'll find an almost endless list of people requesting this. But i think most people just gave up. |
This is one of the reasons why I'm in the process of migrating to hugo. |
Unfortunately, the Jekyll team does not have the time to implement this particular feature right now. I outlined what would be necessary above and will be happy to review a pull request adding the feature by a contributor. |
@parkr there were several pr's opened for this in the past which all never made in into
What are the odds that when I do open a pull request that it will be rejected by @pathawks because it apparently "adds too much complexity"? So can you maybe discuss this, and give me feedback whether this has a chance of being merged. If yes I'm happy to go ahead and create another pull request. |
@Enteee I'm one of the maintainers of this plugin. If you're going to base your work on a commit that got rejected in the past, I'd recommend using the co-author metadata in your commit as an attribution to the original author. |
@pathawks @ashmaroli @parkr see related pr #314 |
Feature
I would like to see the amount of posts included in the feed configurable.
Background
On https://duckpond.ch I use https://github.com/chinchang/super-search for server less full text search. And that uses the atom feed generated by this plugin. (hit
ESCAPE
on the page). Now it would be nice to bump the number of posts in the feed a bit higher in order to provide full text search on more articles.The text was updated successfully, but these errors were encountered: