jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
836 stars 203 forks source link

Probable issue in feed generation #385

Closed neonira closed 1 year ago

neonira commented 1 year ago

I am currently unable to get the result I expect that is to generate feed from my website excluding 5 given categories.

Result I got is systematically fully completed feed with all the feeds, including the ones from undesired categories. Any hint ?

This is the feed section extracted from my _config.yml file

feed:
  posts_limit: 50
  excerpt_only: true
  path: "/feed.x.xml"
  tags:
    except:
      - books
      - nature
      - enterprise
      - linuxverse
      - france
ashmaroli commented 1 year ago

The feed.tags.except configuration is applicable only for tags, i.e. items under site.tags. For items under site.categories, there is filter option currently. The only way is to explicitly list just the desired category name .

jekyllbot commented 1 year ago

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 master/main branch, please reply with all of the information you have about it in order to keep the issue open.

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.