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

Support an "everything" config attribute to merge all ressources into a single feed #10

Open
whysthatso opened this issue Mar 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@whysthatso
Copy link

as mentioned by @joemasilotti in #7 it would be very neat to have a config option that generates

  • a single feed.xml endpoint
  • including all posts
  • including all custom collections
feed:
  include_all: true (default to false)

it should probably live along the current option to have a feed/.xml endpoint

@whysthatso
Copy link
Author

an alternative more elaborate version could also give the option of a multifeed. In this example the site has 2 custom collections coll_1 and coll_2. the name of the feed could be default multifeed.xml or have a custom name. so i could overwrite feed.xml to become my multifeed. or have feed.xml behave like it currently does.

feed:
  include_all: true (default to false)
  multifeed:
    collections:
      - posts
      - coll_2
     path: multifeed.xml (default)

one could suggest to even have multiple feeds, but i haven't really thought it all the way through, so comments are welcome.

These are possibly related issues:
bridgetownrb/bridgetown#730
bridgetownrb/bridgetown#384

@jaredcwhite jaredcwhite self-assigned this Jul 16, 2023
@jaredcwhite jaredcwhite added the enhancement New feature or request label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants