jekyll / jekyll-feed

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

Generate posts feed by custom sorting method #372

Open hutusi opened 2 years ago

hutusi commented 2 years ago

By default, posts will be sorted by date in the feed. Simply define a new sorting method in your config such as posts_sort: last_modified_at.