Skip to content
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

Generate RSS/Atom feeds for archives #57

Open
artlogic opened this issue Jan 18, 2016 · 5 comments
Open

Generate RSS/Atom feeds for archives #57

artlogic opened this issue Jan 18, 2016 · 5 comments

Comments

@artlogic
Copy link

It would be fairly useful for to me if jekyll-archives could generate a RSS/Atom feed along with each archive for a tag or category (or a date for that matter). This makes it a bit easier for folks interested in one particular topic you write about. Perhaps there's an opportunity to integrate with jekyll-feed in some way?

Forgive me if there's some obvious way to do this already and I've missed it.

@parkr
Copy link
Member

parkr commented Jan 18, 2016

If jekyll-archives piggy-backed on jekyll-feed, this could be fairly easy. Would require some movement in both.

@artlogic
Copy link
Author

I'll add this to my rather lengthy TODO list. Do you have any guidelines for what you'd like to see, or should I just start coding?

@pathawks
Copy link
Member

If jekyll-archives piggy-backed on jekyll-feed, this could be fairly easy. Would require some movement in both.

Yes. This.

It seems like this might require more restructuring in jekyll-feed than jekyll-archives. Ideally, it seems like a plugin should be able to provide jekyll-feed with a list of posts and have a feed generated for those posts.

It seems that we should be careful to make sure that they integrate at a high enough level that each plugin can continue to grow and evolve without risking breaking anything.

@parkr
Copy link
Member

parkr commented Jan 19, 2016

it seems like a plugin should be able to provide jekyll-feed with a list of posts and have a feed generated for those posts.

👍 The jekyll-feed plugin should be smart enough to be able to generate a feed based on an arbitrary list.

@somini
Copy link

somini commented Aug 4, 2020

jekyll/jekyll-feed#264

This is now supported on jekyll-feed, but there's a mismatch. Using:

jekyll-archives:
  enabled:
    - tags
  permalinks:
    tag: "/tag/:name.html"

Will lowercase the tag name, while jekyll-feed keeps it as-is.

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

No branches or pull requests

4 participants